Skip to content
VS Code

URL Shortener API for VS Code

io.github.br0ski777/url-shortener

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

client:VS Code transport:sse

Install URL Shortener API in VS Code

.vscode/mcp.json

{
  "servers": {
    "url-shortener": {
      "type": "sse",
      "url": "https://url-shortener.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

URL Shortener API in other clients