# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/token-ohlcv

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/token-ohlcv

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/token-ohlcv token_get_ohlcv_history

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/token-ohlcv <tool-name>
```
