{
  "name": "CryptoWhaleInsights MCP Server",
  "description": "Remote Model Context Protocol (MCP) server exposing free, read-only crypto whale tracking & market-intelligence tools to AI agents. No authentication required.",
  "transport": "streamable-http",
  "protocol": "JSON-RPC 2.0 over HTTP POST",
  "endpoint": "https://cryptowhaleinsights.com/mcp",
  "protocolVersion": "2024-11-05",
  "auth": "none",
  "attributionRequired": true,
  "usagePolicy": "https://cryptowhaleinsights.com/api-usage",
  "rateLimit": "120 requests/min per IP",
  "tools": [
    {
      "name": "platform_stats",
      "description": "Platform statistics — Canonical platform metrics: tracked wallets, chains, tokens, tools, languages, supported chain list, plus a safe aggregate performance subset (win rate, average return, BTC benchmark). Cached ~60s."
    },
    {
      "name": "live_stats",
      "description": "Live platform metrics — Live activity snapshot for the platform (real recent counts, no fabricated floors). Cached ~10s."
    },
    {
      "name": "recent_whales",
      "description": "Recent whale movements — The most recent on-chain whale movements detected across supported chains, each with an explorer-verifiable reference."
    },
    {
      "name": "trending",
      "description": "Trending tokens — Currently trending tokens sourced from DexScreener. Cached ~5min."
    },
    {
      "name": "gas",
      "description": "Gas prices — Current gas/transaction fees across ETH, SOL, BNB, Base, ARB, Polygon, and AVAX, with USD estimates per speed tier. Cached ~30s."
    },
    {
      "name": "funding_rates",
      "description": "Perpetual funding rates — Perpetual futures funding rates aggregated from Gate.io, MEXC, and Kraken, with a derived sentiment label. Cached ~3min."
    },
    {
      "name": "stablecoin_flows",
      "description": "Stablecoin flows — Stablecoin supply / mint / burn data sourced from DefiLlama. Cached ~30min."
    },
    {
      "name": "liquidations",
      "description": "Liquidation map — Recent market liquidation estimates by token. Cached ~5min."
    },
    {
      "name": "airdrops",
      "description": "Airdrop tracker — Curated list of active airdrop opportunities. `updatedAt` reflects the last manual content revision, not request time. Cached ~1hr."
    },
    {
      "name": "tax_rates",
      "description": "Crypto tax rates — Reference crypto tax-rate brackets across supported jurisdictions (US, UK, DE, AU, CA, IN, AE, SG, OTHER) for the tax calculator. Educational only — not tax advice. Cached ~1hr."
    },
    {
      "name": "fear_greed",
      "description": "Fear & Greed index — 7-factor crypto Fear & Greed sentiment index with the current score, label, contributing factors, and recent history. Cached ~5min."
    },
    {
      "name": "market_heatmap",
      "description": "Market heatmap — Market-wide token heatmap: top tokens by 24h volume with price change, volume, market cap, and chain, blended from CoinGecko top markets plus emerging/hidden-gem tokens. Non-gated. Cached ~5min."
    },
    {
      "name": "narratives",
      "description": "Crypto narratives — Trending market narratives (e.g. AI, RWA, memecoins, DePIN) derived from CoinGecko Categories with their leading tokens. Free preview: top 3 narratives (3 tokens each); the full set requires a Weekly Alpha subscription. Cached ~30min."
    },
    {
      "name": "bridge_flows",
      "description": "Cross-chain bridge flows — Recent large cross-chain bridge transfers and per-bridge volume summaries sourced from LI.FI. Free preview: top 3 flows + 2 bridge summaries; the full flow history requires a Weekly Alpha subscription. Cached ~10min."
    },
    {
      "name": "burn_tracker",
      "description": "Token burn tracker — Recent on-chain token burn events (with explorer-verifiable tx) plus a 14-day daily burn-volume history, sourced from Etherscan, Blockchair, and Solana RPC. Free preview: top 3 events; the full list requires a Weekly Alpha subscription. Served from cache (no per-request AI cost). Cached ~5min."
    },
    {
      "name": "social_summary",
      "description": "Social sentiment summary — Non-gated social sentiment summary: the aggregate market-mood score/label plus the top 5 tokens by sentiment (AI insight text excluded). Served from cache (no per-request AI cost). Full per-token AI insights require a Max Alpha subscription. Cached ~5min."
    },
    {
      "name": "whale_activity",
      "description": "Historical whale activity (aggregated) — Aggregated, bounded time-series of recorded whale movements across all 14 supported chains, sourced from our internal signal-history archive. Returns honest movement COUNTS grouped by chain, by money-flow direction (inflow/outflow/transfer/unknown), and by day over a recent window — no per-transaction detail, wallet addresses or explorer links (those stay subscriber-gated at /api/whale-history). Use ?window=N to set the look-back in days (1–30, default 7). Counts only; no USD volume is reported because the archive carries no structured per-move USD figure. Served from cache (no per-request cost). Cached ~5min."
    }
  ],
  "howToConnect": {
    "claudeDesktop": "Add to claude_desktop_config.json mcpServers using mcp-remote: { \"cryptowhaleinsights\": { \"command\": \"npx\", \"args\": [\"-y\", \"mcp-remote\", \"https://cryptowhaleinsights.com/mcp\"] } }",
    "cursor": "Add an MCP server of type \"streamable-http\" pointing at https://cryptowhaleinsights.com/mcp (no auth).",
    "generic": "POST JSON-RPC 2.0 to https://cryptowhaleinsights.com/mcp. Call \"initialize\", then \"tools/list\", then \"tools/call\"."
  }
}