Skip to main content

Quick Start

Connecting Claude / Cursor

⚠️ Prerequisites: Node.js v18 or higher must be installed. You can download it from nodejs.org.
Step 1: Locate the MCP Configuration File Step 2: Add Settings Add the following settings to your MCP configuration file:
Step 3: Restart the App After saving the configuration file, completely close the app and restart it. Step 4: Verify Connection Call the initialize() tool to verify the connection. Done!

Authentication Methods

Add the API key to your environment variables in MCP settings:

Method B: Direct Parameter

You can also pass the API key directly when calling initialize():
The key is stored in ~/.cryptoquant/credentials and reused in subsequent sessions. API Key Issuance: https://cryptoquant.com/settings/api

Managing Credentials

When account switching or re-authentication is required:
Additionally, when managing API keys directly via LLM, session initialization occurs automatically.

MCP Tool List

CryptoQuant MCP Server provides the following tools:

Setting Up a Local Development Environment

Setting up a local development environment for developers:

Requirements


Troubleshooting

When Connection Fails

  1. Verify Node.js v18 or higher is installed
  2. Verify the configuration file path is correct
  3. Check for JSON syntax errors
  4. Ensure the app has been fully restarted

API Key Issues

  1. Verify the API key is valid on the settings page
  2. Execute initialize() again after calling reset_session(clear_stored=true)
  3. If using environment variables, verify they are set correctly

Additional Resources