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

Token Price API

io.github.Br0ski777/token-price

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

Uptime
0.0%
1 direct probes · 30d
Response
168ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

finance_get_token_price

Use this when you need the current price of any cryptocurrency or token. Returns real-time market data in JSON. 1. price: current price in the requested currency 2. change24h: 24-hour price change pe…

How to use

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

{
  "mcpServers": {
    "token_price_api": {
      "url": "https://token-price.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}