CryptoDataAPI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRYPTODATA_API_KEY | Yes | Your CryptoDataAPI key (starts with cdk_live_) | |
| CRYPTODATA_API_URL | No | Base URL override (defaults to https://cryptodataapi.com) | https://cryptodataapi.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_daily_snapshotA | Get a full daily snapshot of the entire crypto market in one call. Returns market health scores, fear & greed index, derivatives data (funding rates, open interest, liquidations), stablecoin flows, macro indicators (DXY, gold, treasury yields), ETF flows, BTC cycle indicators, and coin profiles — all in a single response. This is the most efficient way to get a broad market overview. Use exchange='all' for unfiltered data or 'hyperliquid'/'binance_spot' to filter coin lists. |
| get_market_healthA | Get the market health summary — a dual-score system (0-100) measuring long-term trend strength and short-term momentum. Returns total_score, long_term_score, short_term_score, sentiment (bullish/bearish/neutral), and market state (bear_market, early_recovery, early_bull, confirmed_bull, topping_out). Use this to quickly assess the overall market regime before making trading decisions. |
| get_fear_greedA | Get the Crypto Fear & Greed Index — a multi-source averaged sentiment score from 0 (Extreme Fear) to 100 (Extreme Greed). Classifications: Extreme Fear (0-25), Fear (26-40), Neutral (41-60), Greed (61-75), Extreme Greed (76-100). Includes per-source breakdown. Extreme Fear often signals buying opportunities; Extreme Greed often signals overheated markets. |
| get_funding_ratesA | Get cross-exchange perpetual funding rates. Positive funding means longs pay shorts (bullish crowding); negative funding means shorts pay longs (bearish crowding). Extreme positive rates (>0.05%) often precede corrections; extreme negative rates often signal capitulation. Returns data from multiple exchanges including Binance, Bybit, OKX, and more. |
| get_liquidationsA | Get cross-exchange liquidation data showing long and short liquidation volumes over 24h. High liquidation volumes indicate forced position closures and market stress. A long/short liquidation ratio significantly above 1 means longs are being squeezed; below 1 means shorts are being squeezed. Useful for gauging leveraged positioning pain. |
| get_open_interestA | Get cross-exchange open interest data. Open interest is the total value of outstanding perpetual futures contracts. Rising OI with rising price = new money entering (trend continuation). Rising OI with falling price = new shorts opening (bearish). Falling OI = positions closing (deleveraging). Returns per-exchange OI in USD with 24h change percentages. |
| get_btc_cycleA | Get all 8 BTC cycle indicators that help determine where Bitcoin is in its market cycle. Includes MVRV Z-Score, NUPL, Puell Multiple, Pi Cycle Top, 200-Week MA Multiple, Reserve Risk, RHODL Ratio, and Thermocap Multiple. Each indicator includes a score (0-100), interpretation, and zone classification (accumulation, neutral, caution, danger). Useful for long-term positioning and cycle-aware trading strategies. |
| get_coin_profileA | Get a detailed profile for a specific cryptocurrency by symbol (e.g., BTC, ETH, SOL). Returns current price, market cap, 24h/7d/30d price changes, volume, circulating supply, ATH/ATL data, category tags, and description. Use search_coins first if you're unsure of the exact symbol. |
| search_coinsA | Search for cryptocurrencies by name or symbol. Returns matching coins with their symbol, name, market cap rank, and current price. Use this when you need to find the correct symbol for a coin before calling get_coin_profile. |
| get_macroB | Get macro economic indicators relevant to crypto markets: EUR/USD exchange rate, gold price, and US treasury yields (2Y, 10Y, 30Y). A strengthening dollar (rising DXY) is typically bearish for crypto. Rising yields indicate tightening financial conditions. Gold and Bitcoin often move in correlation during risk-off events. |
| get_stablecoin_flowsA | Get stablecoin market cap and flow data — a proxy for capital entering or leaving crypto. Rising stablecoin market cap signals new capital inflows (bullish). Declining market cap signals capital outflows (bearish). Returns total market cap, 14-day and 90-day flow data, and per-stablecoin breakdown (USDT, USDC, DAI, etc.). |
| get_etf_flowsA | Get ETF flow data for BTC, ETH, SOL, or XRP spot ETFs. Shows daily net inflows/outflows across all major ETF issuers (BlackRock, Fidelity, Grayscale, etc.). Consistent positive flows signal institutional demand; negative flows signal institutional selling. BTC ETF flows have been a major market driver since January 2024. |
| get_optionsA | Get BTC options market data including total open interest, volume, put/call ratio, and max pain price. A high put/call ratio (>1) suggests bearish hedging; low (<0.7) suggests bullish positioning. Max pain is the strike price at which most options expire worthless — price tends to gravitate toward max pain near expiry dates. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| crypto_market_briefing | Generate a structured crypto market briefing. This prompt guides you to call get_daily_snapshot and get_market_health, then synthesize the data into a comprehensive market report with sections for regime assessment, derivatives positioning, sentiment, macro backdrop, and actionable takeaways. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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