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
paperbanana
Generate methodology diagrams for your research paper
Enzyme
Enzyme turns your Obsidian or markdown vault into a semantic graph that AI can explore. It maps your tags, links, and folder patterns into entities, tracks when you last engaged each thread, and generates catalysts—questions tuned to surface what's latent in your notes.
Monday.com
Interact with Monday.com boards, items, updates, and documents.
HubSpot MCP
Access and manage HubSpot CRM data through a standardized interface using the HubSpot API.
Asana
Interact with the Asana API to manage tasks, projects, and workspaces.
Xero
Interact with the accounting data in your business using our official MCP server
Markdownify MCP Server
A server that converts various file types, including documents, images, audio, and web pages, into Markdown format.
Calculator
A simple calculator server for performing basic arithmetic operations.
hh-jira-mcp-server
A MCP server for interacting with Jira. It requires external configuration via environment variables for credentials and filters.
Serpstat API MCP Server
A TypeScript server that integrates Serpstat SEO API with Anthropic's Model Context Protocol (MCP), enabling AI assistants like Claude to access comprehensive SEO data and analysis tools.