ShortURLMCP
MCP server for URL shortening and management
Topics: Other Tools and Integrations
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://shorturl.mcp.acedata.cloud/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http shorturlmcp https://shorturl.mcp.acedata.cloud/mcp
Or add to your MCP client config:
{
"mcpServers": {
"shorturlmcp": {
"url": "https://shorturl.mcp.acedata.cloud/mcp"
}
}
}
Package (pypi 2026.8.23.0)
uvx mcp-shorturl
Or add to your MCP client config:
{
"mcpServers": {
"shorturlmcp": {
"command": "uvx",
"args": [
"mcp-shorturl"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<YOUR_VALUE>"
}
}
}
}
ACEDATACLOUD_API_TOKENrequired secret — API token from Ace Data Cloud (https://platform.acedata.cloud)
Related servers
servers
MCP server that exercises all the features of the MCP protocol
screenpipe
Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
apify-mcp-server
Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
klavis
MCP server for progressive tool usage at any scale (see https://klavis.ai)
mcp-obsidian
Interacting with Obsidian via REST API
metorial
Connect AI agents to 600+ integrations with a single interface - OAuth, scaling, and monitoring included
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry