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:
initialize() tool to verify the connection. Done!
Authentication Methods
Method A: Set Environment Variables (Recommended)
Add the API key to your environment variables in MCP settings:Method B: Direct Parameter
You can also pass the API key directly when callinginitialize():
~/.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: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
- Verify Node.js v18 or higher is installed
- Verify the configuration file path is correct
- Check for JSON syntax errors
- Ensure the app has been fully restarted
API Key Issues
- Verify the API key is valid on the settings page
- Execute
initialize()again after callingreset_session(clear_stored=true) - If using environment variables, verify they are set correctly
Additional Resources
- Local MCP GitHub Repository: https://github.com/CryptoQuantOfficial/cryptoquant-mcp