a year ago
developer-toolsRebrandly MCP Tool is a Go-based server that allows users to generate short URLs using the Rebrandly API.
Server Config
{
"mcpServers": {
"Rebrandly": {
"command": "PATH/TO/rebrandly-tool",
"args": [],
"env": {
"REBRANDLY_API_KEY": "YOUR_KEY"
}
}
}
}