Token OHLCV History API for Claude Desktop
io.github.br0ski777/token-ohlcv
Historical OHLCV candles for any token. CoinGecko + GeckoTerminal on-chain. x402.
client:Claude Desktop
transport:sse
Install Token OHLCV History API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"token-ohlcv": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://token-ohlcv.api.klymax402.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs