Crypto data MCP: 22 tools covering derivatives, forecasts, alerts, liquidations, GEX — 16 assets.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y crypto-derivatives-mcp
MCP client config
{
"mcpServers": {
"kronos-crypto-data": {
"command": "npx",
"args": [
"-y",
"crypto-derivatives-mcp"
]
}
}
}