Token OHLCV — Historical Crypto Candles & Charts
https://server.smithery.ai/axel-belfort/token-ohlcv/mcp
● healthy
Historical crypto OHLCV candle data API for AI agents. Daily, 4-hour, and 1-hour candles for any token via CoinGecko and GeckoTerminal. Open, high, low, close, volume — ready for charting or backtesting. Tools: token_get_ohlcv_history. Use this for technical analysis, backtesting trading strategies, building charts, or calculating indicators (MA, RSI, MACD). IMPORTANT: For current price only, use finance_get_token_price — it's faster and cheaper. Returns: {candles: [{time, open, high, low, close, volume}]}. No API key required — x402 micropayment $0.002/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-ohlcv/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/token-ohlcv/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/token-ohlcv-x402