Skip to content
Back to search
90
MCP v1.0.0 sse

URL Shortener API

io.github.Br0ski777/url-shortener

Shorten URLs with hash-based codes or custom aliases. x402 micropayment.

Uptime
66.7%
3 probes
Response
223ms
last probe
Tools
1
callable

Tools · 1

utility_shorten_url

Use this when you need to shorten a long URL into a compact link. Accepts any valid URL and returns a shortened URL with the hash code, original URL, and creation timestamp. Do NOT use for domain inte…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "url_shortener_api": {
      "url": "https://url-shortener-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}