CryptoQuant | On-chain intelligence, natively in your agent
CryptoQuant MCP gives AI agents direct access to institutional-grade on-chain and market data across Bitcoin, Ethereum, XRP, stablecoins, and ERC20 tokens —…
Что умеет
- Discover Endpoints: Use FIRST for any crypto data question — price, OHLCV, market data, on-chain metrics, exchange flows, etc. Discovers available API endpoints for a specific asset and category. For
- Get Endpoint Info: Get detailed information about a specific API endpoint including available parameter values.
- Query Data: Fetch cryptocurrency data including price OHLCV, market data, and on-chain metrics. Use endpoint paths from discover_endpoints(). Date format depends on window: yyyyMMdd for window='day',
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| discover_endpoints | Use FIRST for any crypto data question — price, OHLCV, market data, on-chain metrics, exchange flows, etc. Discovers available API endpoints for a specific asset and category. For price queries, use category='market-data'. Returns endpoint paths and parameter options (e.g., window: ['day', 'hour']). Use returned paths with query_data(). |
| get_endpoint_info | Get detailed information about a specific API endpoint including available parameter values. |
| query_data | Fetch cryptocurrency data including price OHLCV, market data, and on-chain metrics. Use endpoint paths from discover_endpoints(). Date format depends on window: yyyyMMdd for window='day', yyyyMMddTHHmmss for others (hour/10min/min/block). |
| list_assets | List all supported assets (cryptocurrencies) with their available data categories. |
| describe_metric | Get detailed description for a specific metric. Use only when user asks 'what is X?' or metric is unfamiliar. Returns thresholds, interpretation guidance, and category info. |
| query_quicktake | Search QuickTake articles by semantic similarity. Written by CryptoQuant Verified Authors (community experts). Use when user mentions a SPECIFIC topic, coin, or event. Default to Bitcoin if no specific coin/asset is mentioned. Default to recent period if no specific date range is given. |
| query_research | Search Research articles by semantic similarity. Written by CryptoQuant's professional research team (most authoritative source). Use when user mentions a SPECIFIC topic, coin, or event. Default to Bitcoin if no specific coin/asset is mentioned. Default to recent period if no specific date range is given. |
| recent_quicktake | Get the most recent QuickTake articles by publish date. Written by CryptoQuant Verified Authors (community experts). Use when user asks about latest/recent trends, market outlook, or current sentiment WITHOUT a specific topic keyword. |
| recent_research | Get the most recent Research articles by publish date. Written by CryptoQuant's professional research team (most authoritative source). Use when user asks about latest trends or market outlook WITHOUT a specific topic keyword. |