CryptoDataAPI MCP Server
Provides comprehensive Bitcoin market data including cycle indicators (MVRV, NUPL, Pi Cycle), spot ETF daily flows, and options data such as open interest and put/call ratios.
Provides real-time market data for Solana, including spot ETF daily flows and detailed coin profile information including price and market capitalization.
Provides data on XRP spot ETF daily flows and detailed coin profile information for market analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CryptoDataAPI MCP ServerGive me a crypto market briefing and check the latest BTC cycle indicators"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CryptoDataAPI MCP Server
An MCP (Model Context Protocol) server that gives AI agents real-time crypto market data through CryptoDataAPI.
What You Get
13 tools covering the full crypto market:
Tool | Description |
| Full market overview in a single call — health scores, derivatives, sentiment, macro, ETF flows, cycle indicators |
| Dual-score market health system (0-100) with regime classification |
| Fear & Greed Index (multi-source averaged, 0-100) |
| Cross-exchange perpetual funding rates |
| Cross-exchange liquidation volumes (long + short) |
| Cross-exchange open interest with 24h changes |
| 8 BTC cycle indicators (MVRV, NUPL, Puell, Pi Cycle, etc.) |
| Detailed coin data — price, market cap, changes, ATH/ATL |
| Search coins by name or symbol |
| Macro indicators — EUR/USD, gold, treasury yields |
| Stablecoin market cap and capital flows |
| BTC/ETH/SOL/XRP spot ETF daily flows |
| BTC options data — OI, volume, put/call ratio, max pain |
1 prompt for structured analysis:
Prompt | Description |
| Generates a structured market report with regime, derivatives, sentiment, macro, and takeaways |
Related MCP server: fathom-fyi
Setup
1. Get an API Key
Sign up at cryptodataapi.com and create an API key.
2. Configure Your AI Client
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"cryptodataapi": {
"command": "npx",
"args": ["-y", "cryptodataapi-mcp"],
"env": {
"CRYPTODATA_API_KEY": "cdk_live_your_key_here"
}
}
}
}Claude Code
claude mcp add cryptodataapi -- npx -y cryptodataapi-mcpThen set the env var in your shell profile:
export CRYPTODATA_API_KEY="cdk_live_your_key_here"Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"cryptodataapi": {
"command": "npx",
"args": ["-y", "cryptodataapi-mcp"],
"env": {
"CRYPTODATA_API_KEY": "cdk_live_your_key_here"
}
}
}
}Example Usage
Once configured, you can ask your AI:
"Give me a crypto market briefing"
"What's the current Fear & Greed index?"
"Show me BTC funding rates across exchanges"
"Where are we in the BTC cycle?"
"What are the ETF flows looking like for Bitcoin?"
"Look up the Solana coin profile"
Environment Variables
Variable | Required | Description |
| Yes | Your CryptoDataAPI key (starts with |
| No | Base URL override (defaults to |
Development
npm install
npm run build
npm startTest with the MCP Inspector:
CRYPTODATA_API_KEY=cdk_live_xxx npx @modelcontextprotocol/inspector node dist/index.jsLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides AI agents access to cryptocurrency derivatives analytics through 22 unified tools covering 80+ CoinGlass API endpoints. Enables analysis of open interest, funding rates, liquidations, whale positions, order book data, and market sentiment indicators with plan-aware feature gating.Last updated241
- AlicenseAqualityCmaintenanceFinancial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.Last updated31199MIT
- AlicenseAqualityCmaintenanceLive market data for AI agents. 8 tools: real-time crypto prices, OHLCV candles, order books, market cap rankings, trending coins, technical analysis (RSI/SMA/z-score), asset comparison, and Fear & Greed index. Zero API keys, zero dependencies.Last updated81MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to access comprehensive cryptocurrency market analysis, including real-time prices, 35+ technical indicators, market sentiment, futures data, and economic events.Last updated501MIT
Related MCP Connectors
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
45 AI data tools for agents — crypto, DeFi risk, audits, equities, energy, and more.
Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VENTURE-AI-LABS/cryptodataapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server