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.
Related Servers
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Memory Graph
A graph-based Model Context Protocol (MCP) server that gives AI coding agents persistent memory. Originally built for Claude Code, MemoryGraph works with any MCP-enabled coding agent. Store development patterns, track relationships, and retrieve contextual knowledge across sessions and projects.
Jasper AI
An MCP server for interacting with the Jasper AI API to generate various types of content.
mermaid-live-mcp
An MCP server that generates live Mermaid diagrams from any AI assistant.
Enterpret
Enterpret's Wisdom MCP Server brings customer intelligence directly into your favorite AI tools.
cal2prompt
A command-line tool to fetch Google Calendar schedules and convert them into custom prompts or text snippets using a template engine.
Zephyr Scale
Manage Zephyr Scale test cases through the Atlassian REST API.
clipboard-mcp
MCP server that reads and writes the system clipboard — tables, text, code, JSON, URLs, images, and more. Preserves spreadsheet structure (rows/columns) that is lost when pasting into Claude directly. Claude can also write results back to your clipboard.
Gherkio
Gherkio lets you describe HTTP-based integration tests as declarative YAML scenarios. Define requests, assertions, variable extractions, and orchestration. all in a simple, human-readable format that stays maintainable over time.
OneNote by CData
A read-only MCP server for querying live data from Microsoft OneNote using the CData JDBC Driver.
Xero
Interact with the Xero Accounting Software API.