# MCP Server (Beta)

> Beta Notice: CryptoQuant MCP Server is currently in beta, and tools and features may change. Data is accurate but may be misinterpreted by the LLM in use.

***

### Overview

CryptoQuant MCP Server enables AI agents to access CryptoQuant's on-chain analytics data via the Model Context Protocol (MCP).

MCP (Model Context Protocol) is an open standard that enables large language models (LLMs) and AI agents to safely interact with external data sources and tools.

#### Key Features

* **Real-time on-chain data**: Over 245 metrics including MVRV, SOPR, Exchange Flow, Funding Rate, etc.
* **Natural Language Query Support**: Ask questions in various languages including Korean and English
* **Whale Tracking**: Monitor movements of large holders
* **AI-Based Interpretation**: AI-powered interpretation and insights for on-chain data

{% hint style="success" %}
**Research and QuickTakes** from CryptoQuant are available for free in the beta version of MCP.
{% endhint %}

#### Supported Assets

BTC, ETH, TRX, XRP, Stablecoin, ERC20, ALT

* Full list of supported assets: <https://userguide.cryptoquant.com/reference/supported-assets>

***

### Natural Language Query

Ask questions in various languages, and Claude will automatically route them to the appropriate indicator:

| Question Examples                            | Intent           | Mapping Metrics |
| -------------------------------------------- | ---------------- | --------------- |
| How is the Bitcoin price?                    | VALUATION        | MVRV            |
| Is BTC overvalued?                           | VALUATION        | MVRV            |
| Show me the whales' movements                | WHALE\_ACTIVITY  | whale-ratio     |
| What's the funding rate?                     | LEVERAGE         | funding-rates   |
| Current profit-taking / stop-loss situation? | PROFIT\_BEHAVIOR | SOPR            |

***

### Additional Resources

* **GitHub Repository**: <https://github.com/CryptoQuantOfficial/cryptoquant-mcp>
* **CryptoQuant Official Site**: <https://cryptoquant.com>
* **API Documentation**: <https://cryptoquant.com/docs>
* **Issue Report**: <https://github.com/CryptoQuantOfficial/cryptoquant-mcp/issues>

***

### License

MIT License - See [LICENSE](https://github.com/CryptoQuantOfficial/cryptoquant-mcp/blob/main/LICENSE)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://userguide.cryptoquant.com/api/mcp-server-beta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
