Rebrandly MCP Tool (Go)
@gonzariosm
MCP Server Rebrandly API
Overview
What is Rebrandly MCP Tool (Go)?
This is a simple MCP server written in Go that exposes a single tool (create_short_link) to generate short URLs via the Rebrandly API. It is intended for users who have a Rebrandly account and an API key.
How to use Rebrandly MCP Tool (Go)?
Build the binary with go build -o rebrandly-tool main.go (requires Go 1.20+). Then configure it in Claude Desktop by adding a JSON entry under mcpServers with the command path and the REBRANDLY_API_KEY environment variable.
Key features of Rebrandly MCP Tool (Go)
- Single tool:
create_short_linkfor URL shortening. - Accepts optional workspace ID, custom slug, and title.
- Compiled to a standalone Go binary.
- Integrates directly with the Rebrandly API.
Use cases of Rebrandly MCP Tool (Go)
- Generate short links from within Claude Desktop chat.
- Automate URL shortening with custom slashtags or titles.
- Use with multi-workspace Rebrandly accounts via optional workspace ID.
FAQ from Rebrandly MCP Tool (Go)
What dependencies are required to use this server?
You need Go 1.20 or higher to build the binary, plus a Rebrandly account and a valid API key.
How do I set up the server with Claude Desktop?
Add an entry under mcpServers in your Claude Desktop configuration. Set the command to the path of the binary and include REBRANDLY_API_KEY as an environment variable.
What parameters does the create_short_link tool accept?
It requires the destination URL. Optional parameters are workspace (for multi-workspace accounts), slashtag (custom slug), and title.
Is there any authentication required?
Yes, the server reads the REBRANDLY_API_KEY environment variable to authenticate with the Rebrandly API.