Generate short URLs using the Rebrandly API.
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.
main.go
file.go build -o rebrandly-tool main.go
This will generate an executable named rebrandly-tool
.
Claude Desktop supports custom MCP servers. To connect this tool:
mcpServers
:{
"mcpServers": {
"Rebrandly": {
"command": "PATH/TO/rebrandly-tool",
"args": [],
"env": {
"REBRANDLY_API_KEY": "YOUR_KEY"
}
}
}
}
🔧 Replace
PATH/TO/rebrandly-tool
with the actual path to the binary, andYOUR_KEY
with your Rebrandly API Key.
create_short_link
This tool generates a short URL via Rebrandly.
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 |
Licensed under MIT - see LICENSE file.
Integrates with the Scenext AI platform to generate educational videos on various topics.
Provides the current UTC time from multiple verified sources.
AnkiConnect MCP server for interacting with Anki via AnkiConnect.
Manage Google Tag Manager accounts, containers, and tags via its API, with built-in Google OAuth.
Integrate with Adobe Express using LLMs to streamline creative tasks and workflows.
A multi-model agent for managing tasks across various platforms, requiring API keys for different AI models.
A Chrome extension that integrates MCP tools with AI platforms like ChatGPT and Gemini, allowing users to execute tools and insert results directly into conversations.
A Todo and Task Manager server for creating, updating, and managing tasks, using a SQLite database.
An MCP server for integrating Todoist with Cursor AI. Requires a Todoist API token.
Upload videos to YouTube using OAuth2 authentication. Requires a Google OAuth 2.0 client secret file.