Token OHLCV — Historical Crypto Candles & Charts
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 backtest…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/token-ohlcv
# Browse available tools
npx -y smithery tool list axel-belfort/token-ohlcv
# Get full schema for a tool
npx -y smithery tool get axel-belfort/token-ohlcv token_get_ohlcv_history
# Call a tool
npx -y smithery tool call axel-belfort/token-ohlcv token_get_ohlcv_history '{}'Direct MCP Connection
Endpoint: https://token-ohlcv--axel-belfort.run.tools
Tools (1)
token_get_ohlcv_history— Use this when you need historical price candlestick data for any token. Returns OHLCV candles in JSON.
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/token-ohlcv