# Token Price API MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-token-price
- Repository: https://github.com/Br0ski777/token-price-x402
- Website: https://github.com/Br0ski777/token-price-x402

## Install
- Endpoint: https://token-price.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://token-price.api.klymax402.com/mcp

## Tools
- 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 percentage
3. marketCap: total market capitalization in USD
4. volume24h: 24-hour trading volume in USD
5. token: token identifier used
6. currency: target currency for the price

Example output: {"price":3128.60,"change24h":2.45,"marketCap":376000000000,"volume24h":15200000000,"token":"ethereum","currency":"usd"}

Use this FOR quick price lookups, portfolio valuation, and market monitoring. Supports 10,000+ tokens by CoinGecko ID (e.g. bitcoin, ethereum, solana, dogecoin).

Do NOT use for stock prices -- use finance_get_stock_price instead. Do NOT use for token safety -- use token_check_safety instead. Do NOT use for historical candles -- use token_get_ohlcv_history instead. Do NOT use for currency conversion -- use finance_convert_currency instead. Endpoint: https://token-price.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
