Skip to content
VS Code

Token Price API for VS Code

io.github.br0ski777/token-price

Real-time crypto token prices — price, 24h change, market cap, volume. x402 micropayment.

client:VS Code transport:sse

Install Token Price API in VS Code

.vscode/mcp.json

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

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

Token Price API in other clients