Submit

CryptoQuant | On-chain intelligence, natively in your agent.

@CryptoQuant

CryptoQuant MCP gives AI agents direct access to institutional-grade on-chain and market data across Bitcoin, Ethereum, XRP, stablecoins, and ERC20 tokens — covering 245 endpoints across exchange flows, miner data, network indicators, derivatives, fund data, and more. Built for analysts and developers who need defensible, data-driven answers, not approximations. Query real-time metrics like exchange netflow, MVRV, SOPR, realized price bands, funding rates, and miner revenue directly inside any MCP-compatible agent — no manual data export, no dashboard switching. Backed by CryptoQuant's professional research team, whose institutional-grade analysis is also accessible via the MCP through research and QuickTake endpoints. Supported assets: BTC, ETH, XRP, Stablecoins, ERC20, TRX Data categories: Exchange flows, miner flows, market indicators, network data, derivatives, fund data, lightning network, mempool, DeFi, AMM/DEX data
Overview

CryptoQuant MCP Server

On-chain analytics for Claude and AI coding agents.

Bring CryptoQuant's on-chain and market data into your AI client. Ask in natural language — any language — and get real-time metrics, valuation signals, and market interpretation routed to the right data automatically.

What you can do

  • Valuation — MVRV, SOPR, NUPL, realized price ("Is BTC overvalued?")
  • Exchange & whale flows — inflows/outflows, whale-ratio, large-holder movement
  • Derivatives & leverage — funding rates, open interest
  • Multilingual — query in English, Korean, or any language; intent routes to the right metric
  • 245+ endpoints across BTC, ETH, ALT, Stablecoin, ERC20, TRX, and XRP

Example prompts

  • "Is BTC overvalued right now?"
  • "Show me exchange outflows this week"
  • "What's the current funding rate?"
  • "비트코인 가격 전망이 어때?"

Tools

ToolDescription
initializeStart a session with your API key; returns plan info
discover_endpointsBrowse 245+ available endpoints
get_endpoint_infoParameter details for an endpoint
query_dataQuery raw metric and market data
describe_metricMetric definitions and thresholds
list_assetsSupported assets
reset_sessionClear the session

Add a custom connector in Claude.ai or Claude Desktop:

  • Name: CryptoQuant
  • URL: https://mcp.cryptoquant.com/mcp

Then choose API Key or Keyless auth. Keyless uses a shared rate-limit pool — use your own key for dedicated limits.

Config-based clients (Claude Desktop / Cursor): { "mcpServers": { "CryptoQuant": { "command": "npx", "args": ["mcp-remote", "https://mcp.cryptoquant.com/mcp"] } } }

Claude Code: claude mcp add --transport http CryptoQuant https://mcp.cryptoquant.com/mcp

Local install (npm)

{ "mcpServers": { "cryptoquant": { "command": "npx", "args": ["-y", "cryptoquant-mcp"], "env": { "CRYPTOQUANT_API_KEY": "your-api-key" } } } } Requires Node.js v18+.

Authentication

Get your API key at https://cryptoquant.com/settings/api. Keyless mode is available on the remote server for quick testing.

MIT licensed.

Server Config

{
  "mcpServers": {
    "cryptoquant": {
      "command": "npx",
      "args": [
        "-y",
        "cryptoquant-mcp"
      ],
      "env": {
        "CRYPTOQUANT_API_KEY": "your-api-key"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.