CryptoQuant | On-chain intelligence, natively in your agent.
About
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.
Details
- Author
- CryptoQuantOfficial
- Downloads
- 309
- Categories
- Finance
Jump to
- Valuation metrics: MVRV, SOPR, NUPL, realized price
- Exchange & whale flows, whale-ratio, large‑holder movement
- Derivatives & leverage data: funding rates, open interest
- Multilingual support: query in English, Korean, and other languages
- 245+ endpoints across multiple asset classes
- Simple tool interface with session management
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CryptoQuant | On-chain intelligence, natively in your agent.Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add a custom remote connector in Claude.ai or Claude Desktop with URL https://mcp.cryptoquant.com/mcp, choosing API Key or Keyless authentication. For local install, configure the cryptoquant-mcp npm package with CRYPTOQUANT_API_KEY in your environment (requires Node.js v18+). Use the tools initialize, discover_endpoints, get_endpoint_info, query_data, describe_metric, list_assets, and reset_session.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cryptoquant | on-chain intelligence, natively in your agent.": {
"cryptoquant": {
"url": "https://mcp.cryptoquant.com/mcp"
}
}
}
}
McpServers
{
"cryptoquant": {
"url": "https://mcp.cryptoquant.com/mcp"
}
}
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 XRPExample prompts
- "Is BTC overvalued right now?" - "Show me exchange outflows this week" - "What's the current funding rate?" - "비트코인 가격 전망이 어때?"Tools
| Tool | Description | | --- | --- | |initialize | Start a session with your API key; returns plan info |
| discover_endpoints | Browse 245+ available endpoints |
| get_endpoint_info | Parameter details for an endpoint |
| query_data | Query raw metric and market data |
| describe_metric | Metric definitions and thresholds |
| list_assets | Supported assets |
| reset_session | Clear the session |
Connect (remote — recommended)
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.Links
- GitHub: https://github.com/CryptoQuantOfficial/cryptoquant-mcp - Setup guide: https://userguide.cryptoquant.com/api/mcp-server-beta/remote-mcp-recommended - Website: https://cryptoquant.com MIT licensed.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
