Skip to main content
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 URLhttps://api.cryptorank.io/mcp

Requirements

Connect

1

Start a new chat

Sign in at claude.ai and open a new conversation.
2

Open the connector panel

Click the plus icon in the message toolbar, then Connectors → Manage Connectors.
3

Add a custom connector

Click the plus icon, then Add custom connector, and enter the URL https://api.cryptorank.io/mcp. Click Add.
4

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.
5

Verify

In a new chat with the connector enabled, ask “What are the latest crypto funding rounds?” — you should get live CryptoRank data.
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 — resolve_entity handles coins, funds and funding rounds in one call, or use the matching search_* tool (e.g. search_currencyget_currency_profile).

Entity resolution

resolve_entity always matches against coin names and tickers or fund names — never against a person. To reach a project’s team, resolve the project, then pass the currency id to get_currency_team.

Funding rounds

The core fundraising dataset — who raised, how much, from whom, and when.
get_funding_trends excludes rounds with an undisclosed raise, and by default excludes late-stage / non-VC types (IPO, Post-IPO, Post-IPO Debt, Debt Financing, M&A, PIPE). It returns no individual rounds — use search_funding_round for those.

Funds & investors

VC profiles, portfolios, syndicates and activity — built for fund research and sales prospecting.

Coins & market data

Project metadata plus current, historical and screener-style market data.

Tokenomics, vesting & unlocks

From a one-call supply summary down to the individual unlock event.
Start with get_tokenomics_summary for a single number, go to get_vesting_allocations for the per-group split, and only then to get_unlock_events for the event list. get_currency_vesting returns all of it at once when you want the raw dump.

Exchanges

Proof-of-Reserves data appears only in detailed mode, only for exchanges that publish it, and only on plans that include it.

News

search_news returns previews only. Check hasMainText before calling get_news_article — headline-only items return null. Languages: en, ru, es, zh, tr, vi, pt, ko.

Teams & people

Public sales

Launchpads

Global market

Drophunting

Common workflows

Each maps to one or two tools — no manual chaining: