Connects to AceDataCloud's Short URL API to create permanent short links using the surl.id domain. Exposes two main operations: single URL shortening and batch shortening for up to 10 URLs at once. The service is free with zero credit consumption, and short links never expire. AceDataCloud hosts a managed HTTP endpoint at shorturl.mcp.acedata.cloud/mcp that works across Claude Desktop, VS Code, Cursor, and other MCP clients with Bearer token authentication. You can also run it locally via PyPI or Docker if you prefer self-hosting. Useful when you need to generate shareable links programmatically without switching contexts or opening a browser.
claude mcp add --transport stdio io.github.acedatacloud-mcp-shorturl uvx mcp-shorturl