VENTURE-AI-LABS/cryptodataapi-mcp

💰 Finance & Fintech
0 Views
0 Installs

📇 ☁️ - Real-time crypto market data for AI agents — market health scores, derivatives, funding rates, ETF flows, cycle indicators, and 100+ endpoints via CryptoDataAPI.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "venture-ai-labs-cryptodataapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "venture-ai-labs-cryptodataapi-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

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:

ToolDescription
get_daily_snapshotFull market overview in a single call — health scores, derivatives, sentiment, macro, ETF flows, cycle indicators
get_market_healthDual-score market health system (0-100) with regime classification
get_fear_greedFear & Greed Index (multi-source averaged, 0-100)
get_funding_ratesCross-exchange perpetual funding rates
get_liquidationsCross-exchange liquidation volumes (long + short)
get_open_interestCross-exchange open interest with 24h changes
get_btc_cycle8 BTC cycle indicators (MVRV, NUPL, Puell, Pi Cycle, etc.)
get_coin_profileDetailed coin data — price, market cap, changes, ATH/ATL
search_coinsSearch coins by name or symbol
get_macroMacro indicators — EUR/USD, gold, treasury yields
get_stablecoin_flowsStablecoin market cap and capital flows
get_etf_flowsBTC/ETH/SOL/XRP spot ETF daily flows
get_optionsBTC options data — OI, volume, put/call ratio, max pain

1 prompt for structured analysis:

PromptDescription
crypto_market_briefingGenerates a structured market report with regime, derivatives, sentiment, macro, and takeaways

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-mcp

Then 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

VariableRequiredDescription
CRYPTODATA_API_KEYYesYour CryptoDataAPI key (starts with cdk_live_)
CRYPTODATA_API_URLNoBase URL override (defaults to https://cryptodataapi.com)

Development

npm install
npm run build
npm start

Test with the MCP Inspector:

CRYPTODATA_API_KEY=cdk_live_xxx npx @modelcontextprotocol/inspector node dist/index.js

License

MIT

Related MCP Servers

@agentfund/mcp

📇 ☁️ - Fundraising infrastructure for AI agents on Solana — campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

💰 Finance & Fintech1 views
@asterpay/mcp-server

📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics — pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

💰 Finance & Fintech1 views
@czagents/cnb

📇 ☁️ 🏠 🍎 🪟 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

💰 Finance & Fintech1 views
@arbitova/mcp-server

📇 ☁️ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

💰 Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.