Token Price API
io.github.Br0ski777/token-priceReal-time crypto token prices — price, 24h change, market cap, volume. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}