a year ago
developer-toolsRebrandly MCP Tool is a Go-based server that allows users to generate short URLs using the Rebrandly API.
Overview
what is Rebrandly MCP Tool?
Rebrandly MCP Tool is a Go-based server that allows users to generate short URLs using the Rebrandly API.
how to use Rebrandly MCP Tool?
To use the Rebrandly MCP Tool, clone the repository, build the binary, and configure it with your Rebrandly API key in your Claude Desktop settings.
key features of Rebrandly MCP Tool?
- Generates short URLs via the Rebrandly API
- Supports custom slugs and titles for short links
- Easy integration with Claude Desktop for custom MCP servers
use cases of Rebrandly MCP Tool?
- Creating branded short links for marketing campaigns
- Shortening URLs for social media sharing
- Managing multiple workspaces with custom slugs
FAQ from Rebrandly MCP Tool?
- Do I need a Rebrandly account to use this tool?
Yes, you need a Rebrandly account and an API key to generate short links.
- Is there a limit to the number of short links I can create?
The limit depends on your Rebrandly account plan.
- Can I customize the short link?
Yes, you can use custom slugs and titles when creating short links.
Server Config
{
"mcpServers": {
"Rebrandly": {
"command": "PATH/TO/rebrandly-tool",
"args": [],
"env": {
"REBRANDLY_API_KEY": "YOUR_KEY"
}
}
}
}