The CryptoRank MCP Server is a single, authenticated remote server. There is no keyless tier and no local server — all access goes through your CryptoRank Public API key on the PRO plan or higher.
Server URL — https://api.cryptorank.io/mcp
Requirements
Connect
Claude (claude.ai)
ChatGPT (chatgpt.com)
Desktop & IDE
Start a new chat
Sign in at claude.ai and open a new conversation.
Open the connector panel
Click the plus icon in the message toolbar, then Connectors → Manage Connectors.
Add a custom connector
Click the plus icon, then Add custom connector, and enter the URL https://api.cryptorank.io/mcp. Click Add.
Authorize via OAuth
Sign in with the CryptoRank account tied to your PRO API plan and approve access. CryptoRank then appears in your connector list.
Verify
In a new chat with the connector enabled, ask “What are the latest crypto funding rounds?” — you should get live CryptoRank data.
Enable Developer Mode
In Settings → Apps & Connectors → Advanced settings, turn Developer mode ON. It must stay on for MCP connectors to work.
Create the app
In Apps & Connectors, click Create app.
Enter the details
Name it CryptoRank MCP and set the URL to https://api.cryptorank.io/mcp. Save.
Authorize via OAuth
Sign in with the CryptoRank account tied to your PRO API plan and approve access.
Activate and verify
In a new chat, click the plus icon, select CryptoRank, then ask “What are the latest crypto funding rounds?” to confirm live data.
Config-file clients connect through mcp-remote, passing your API key as an environment variable. After saving and restarting, the CryptoRank tools appear automatically and the model calls them when relevant.Replace YOUR_PRO_API_KEY with your CryptoRank API key, then restart the client. For Claude Code, add the server with claude mcp add or drop the same mcpServers block into your MCP config.
Connectors added mid-conversation don’t apply retroactively. If you get generic or stale answers, start a fresh chat and ask explicitly for “latest” or “current” data.
Pricing & limits
MCP has no separate price — it’s bundled with PRO and higher tiers.
Troubleshooting
MCP Tools
Every tool the CryptoRank MCP server exposes, what it returns, and the jobs it’s built for.
The tools are designed around research workflows, not as a 1:1 mirror of the REST API.
Tools that need an id (get_*) expect CryptoRank’s internal id. Resolve a name, symbol or alias to an id first with the matching search_* tool (e.g. search_currency → get_currency_profile).
Funding rounds
The core fundraising dataset — who raised, how much, from whom, and when.
Funds & investors
VC profiles, portfolios and activity — built for fund research and sales prospecting.
Coins & market data
Project metadata plus current and historical market data.
Vesting & token unlocks
Teams & people
Public sales
Launchpads
Global market
Drophunting
Common workflows
Each maps to one or two tools — no manual chaining: