# Token OHLCV History API MCP server

Historical OHLCV candles for any token. CoinGecko + GeckoTerminal on-chain. x402.

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

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

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

## Tools
- token_get_ohlcv_history - Use this when you need historical price candlestick data for any token. Returns OHLCV candles in JSON.

1. candles: array of candlestick objects with timestamp, open, high, low, close, volume
2. token: token identifier used
3. interval: candle interval (daily, 4h, 1h)
4. days: number of days of history returned
5. source: data source (CoinGecko or GeckoTerminal)

Example output: {"candles":[{"timestamp":1712966400,"open":3105.20,"high":3142.80,"low":3089.50,"close":3128.60,"volume":1250000000}],"token":"ethereum","interval":"daily","days":30,"source":"CoinGecko"}

Use this FOR technical analysis, backtesting, trend detection, and charting. Supports 10,000+ tokens by CoinGecko ID or on-chain contract address via GeckoTerminal.

Do NOT use for real-time orderbook -- use dex_analyze_orderbook_depth instead. Do NOT use for swap quotes -- use dex_get_swap_quote instead. Do NOT use for news -- use crypto_get_latest_news instead. Do NOT use for funding rates -- use perp_scan_funding_arbitrage instead. Endpoint: https://token-ohlcv.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
