MCP server for URL shortening and management
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Shorturl.
shorturl_createCreate a short URL from a long URL.
shorturl_batch_createCreate short URLs for multiple long URLs in a single batch.
shorturl_get_usage_guideGet a comprehensive guide for using the ShortURL tools.
shorturl_get_api_infoGet information about the ShortURL API service.
A Model Context Protocol (MCP) server for URL shortening using Short URL API through the AceDataCloud API.
Create short, shareable URLs directly from Claude, VS Code, or any MCP-compatible client.
surl.id domain| Tool | Description |
|---|---|
shorturl_create | Create a short URL from a long URL. |
shorturl_batch_create | Create short URLs for multiple long URLs in a single batch. |
shorturl_get_usage_guide | Get a comprehensive guide for using the ShortURL tools. |
shorturl_get_api_info | Get information about the ShortURL API service. |
AceDataCloud hosts a managed MCP server β no local installation required.
Endpoint: https://shorturl.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth β no API token needed:
https://shorturl.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token β the server extracts the token from each request's Authorization header.
| Tool | Description |
|---|---|
shorturl_create | Shorten a single URL |
shorturl_batch_create | Shorten multiple URLs at once (max 10) |
| Tool | Description |
|---|---|
shorturl_get_usage_guide | Get comprehensive usage guide |
shorturl_get_api_info | Get API details and error codes |
| Variable | Description | Default |
|---|---|---|
ACEDATACLOUD_API_TOKEN | API token from AceDataCloud | Required |
ACEDATACLOUD_API_BASE_URL | API base URL | https://api.acedata.cloud |
ACEDATACLOUD_OAUTH_CLIENT_ID | OAuth client ID (hosted mode) | β |
ACEDATACLOUD_PLATFORM_BASE_URL | Platform base URL | https://platform.acedata.cloud |
SHORTURL_REQUEST_TIMEOUT | Request timeout in seconds | 30 |
LOG_LEVEL | Logging level | INFO |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-shorturl)<a href="https://allmcps.com/mcp/mcp-shorturl"><img src="https://allmcps.com/api/badge/mcp-shorturl?style=directory" alt="MCP Shorturl on AllMCPs" /></a>