Rebrandly
Generate short URLs using the Rebrandly API.
Rebrandly MCP Tool (Go)
This project implements a simple MCP server in Go that exposes a single tool (create_short_link) to generate short URLs using the Rebrandly API.
Requirements
- Go 1.20 or higher
- A Rebrandly account and an API Key
Build Instructions
- Clone this repository or save the
main.gofile. - Build the binary using:
go build -o rebrandly-tool main.go
This will generate an executable named rebrandly-tool.
Usage with Claude Desktop
Claude Desktop supports custom MCP servers. To connect this tool:
- Open your Claude Desktop configuration.
- Add the following entry under
mcpServers:
{
"mcpServers": {
"Rebrandly": {
"command": "PATH/TO/rebrandly-tool",
"args": [],
"env": {
"REBRANDLY_API_KEY": "YOUR_KEY"
}
}
}
}
🔧 Replace
PATH/TO/rebrandly-toolwith the actual path to the binary, andYOUR_KEYwith your Rebrandly API Key.
Tool Available
create_short_link
This tool generates a short URL via Rebrandly.
Parameters
| Name | Required | Description |
|---|---|---|
| destination | ✅ | The original long URL to shorten |
| workspace | ❌ | Optional workspace ID (for multi-workspace accounts) |
| slashtag | ❌ | Optional custom slug |
| title | ❌ | Optional title for the short link |
License
Licensed under MIT - see LICENSE file.
Rebrandly in MCP Registries
Related Servers
Time Server
Get the current time and convert time between different timezones.
Decent Sampler Drums
Generates Decent Sampler drum kit configurations.
MCP Character Counter
Analyzes text to provide detailed character counts, including letters, numbers, and symbols.
Fireflies.ai
Transcribe and analyze meetings using the Fireflies.ai API.
Travel Assistant
A suite of servers for intelligent travel planning, including flights, hotels, events, geocoding, weather, and finance.
JIRA
Integrate with JIRA to allow AI assistants to directly interact with JIRA issues.
Home Assistant MCP Server
An MCP server for interacting with Home Assistant. Requires HA_URL and HA_TOKEN environment variables.
Superthread MCP Extended
A perfect drop-in replacement to the official Superthread MCP, providing way more tools. Cloudflare Workers based Remote MCP server
MCP Task Orchestrator
A Kotlin MCP server for comprehensive task management, allowing AI assistants to interact with project data.
Feishu Project Management
An MCP server for interacting with the Feishu project management system, enabling AI assistants to manage projects.