cryptodataapi-mcp
v1.0.0
Published
MCP server for CryptoDataAPI — live crypto market intelligence (health scores, funding, open interest, liquidations, Fear & Greed, Hyperliquid, market regimes) as native tools for AI agents. Thin stdio→remote bridge to https://cryptodataapi.com/mcp.
Downloads
170
Maintainers
Readme
cryptodataapi-mcp
MCP server for CryptoDataAPI — plug live crypto market intelligence into any AI agent (Claude, Cursor, Windsurf, or any MCP client) as native tools.
Tools: market health score, cross-exchange funding & open interest, liquidations, Fear & Greed, Hyperliquid perp prices, HMM market-regime probabilities, and 500+ coin profiles.
This package is a thin stdio→remote bridge to the hosted server at
https://cryptodataapi.com/mcp (all tool logic runs server-side). Prefer the
remote install below if your client supports it — no Node required.
Get an API key
Free keys cover BTC; Pro / Pro Plus unlock the full universe and the regime engine. Grab one at https://cryptodataapi.com/.
Install
Remote (recommended — no Node needed)
claude mcp add --transport http cryptodataapi \
https://cryptodataapi.com/mcp \
--header "X-API-Key: cdk_live_YOUR_KEY"Stdio (this package)
CRYPTODATA_API_KEY=cdk_live_YOUR_KEY claude mcp add cryptodataapi -- npx -y cryptodataapi-mcpOr in a client config file (Claude Desktop / Cursor):
{
"mcpServers": {
"cryptodataapi": {
"command": "npx",
"args": ["-y", "cryptodataapi-mcp"],
"env": { "CRYPTODATA_API_KEY": "cdk_live_YOUR_KEY" }
}
}
}Configuration
| Env var | Default | Purpose |
| -------------------- | ------------------------------ | ------------------------------ |
| CRYPTODATA_API_KEY | — | Your API key (required) |
| CRYPTODATA_MCP_URL | https://cryptodataapi.com/mcp| Override the endpoint |
Links
- Quickstart: https://cryptodataapi.com/ai-agents
- API docs: https://cryptodataapi.com/api/docs
- LLM guide: https://cryptodataapi.com/llms.txt
MIT © CryptoDataAPI
