Token OHLCV History API
io.github.Br0ski777/token-ohlcvHistorical OHLCV candles for any token. CoinGecko + GeckoTerminal on-chain. x402.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}