Skip to content
Back to search
90
MCP v1.1.0 sse

Token OHLCV History API

io.github.Br0ski777/token-ohlcv

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

Uptime
0.0%
1 direct probes · 30d
Response
163ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "token_ohlcv_history_api": {
      "url": "https://token-ohlcv.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}