URL Shortener API
io.github.Br0ski777/url-shortenerShorten URLs with hash-based codes or custom aliases. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}