Rebrandly MCP Tool (Go)
Generate short URLs using the Rebrandly API.
Rebrandly MCP Tool (Go) - ARCHIVED
[!WARNING] This repository has been archived. Rebrandly now provides an official MCP server with expanded capabilities. Please use the official solution instead
Official Rebrandly MCP Server
Rebrandly offers an official MCP server that connects AI assistants like Claude, Gemini, and GitHub Copilot to your Rebrandly account with full-featured support for:
- Link Management - Create, update, search, and organize branded short links
- Analytics - Access click statistics, geographic data, and device information
- Account Management - Workspace administration, teammate management, and domain operations
Quick Start
Add this configuration to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"rebrandly": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"https://mcp.rebrandly.com/v1/mcp",
"--header",
"REBRANDLY_API_KEY:YOUR_API_KEY"
]
}
}
}
Replace YOUR_API_KEY with your Rebrandly API key from your account settings.
Documentation
About This Repository
This was an early implementation of a Rebrandly MCP server written in Go. It exposed a single create_short_link tool for generating short URLs. The official Rebrandly MCP server supersedes this implementation with a more complete feature set.
License
Licensed under MIT - see LICENSE file.
관련 서버
itemit-mcp
An MCP server for asset tracking that connects to the itemit asset management API.
Todo List
A server that provides a comprehensive API for managing todo items.
Logseq
Control and interact with a local Logseq graph for knowledge management and note-taking.
Whoop MCP
Local MCP server that exposes Whoop recovery, sleep, and strain data to AI agents
Geomanic
Privacy-first GPS tracking companion. Query travel statistics, manage waypoints, track countries visited, and analyze distances and speeds through natural language. Free, GDPR compliant.
Qingma Yizhan Auto Answer
An MCP server that provides an automatic answering function for the Qingma Yizhan platform.
Targetprocess
Enables AI assistants to interact with Targetprocess data using semantic operations.
MCP System Information Server
An MCP server that provides system information, such as CPU and memory usage.
Google Spreadsheet MCP
Full Google Sheets integration - read, write, format cells, create charts, use formulas, and manage spreadsheets.
Todoist MCP
Interact with your Todoist tasks and projects using your LLM.