Agent Tools
Back to MCP servers

Token Price — Real-Time Crypto Prices for 10K+ Tokens

https://server.smithery.ai/axel-belfort/token-price/mcp
● healthy

Crypto token price API for AI agents. Real-time prices via CoinGecko for 10,000+ tokens: current price in USD, 24h change %, market cap, 24h volume, and all-time high. Bitcoin, Ethereum, Solana, memecoins — everything. Tools: finance_get_token_price. Use this when you need current crypto prices for trading, portfolio valuation, alerts, or market analysis. The most basic crypto data tool every agent needs. IMPORTANT: For historical OHLCV candles, use token_get_ohlcv_history. Returns: {price, change24h, marketCap, volume}. No API key required — x402 micropayment $0.001/call on Base L2.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/token-price/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/token-price/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/token-price-x402
Listed at (smithery)
https://github.com/Br0ski777/token-price-x402