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

SetupWhat you need
WebPRO API Plan · a Claude (Pro & above) or ChatGPT (Plus & above) subscription
Desktop / IDEPRO API Plan · an MCP-compatible client (Claude Desktop, Cursor, Windsurf, Claude Code)

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

ProblemFix
Connector added but the agent ignores CryptoRankToggle the connector OFF → ON, then start a new chat (OAuth-init quirk).
”Connectors” not visible in ClaudeRequires a Claude Pro/Max/Team/Enterprise plan. Try another browser or clear cache.
”Connectors” not visible in ChatGPTEnable Developer Mode under Apps & Connectors → Advanced settings.
”Unable to connect”Confirm the URL is exactly https://api.cryptorank.io/mcp, then retry.
”Rate limit exceeded”Confirm your plan is PRO or higher; wait, or upgrade for higher limits.
OAuth popup blockedAllow popups for the client domain; try Chrome or Edge; disable ad blockers.
Connector listed but no toolsYour key likely lacks PRO access — check your plan.

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_currencyget_currency_profile).

Funding rounds

The core fundraising dataset — who raised, how much, from whom, and when.
ToolWhat it returnsGood for
search_funding_roundRounds filtered by investor, stage, dateRange, category, raise, tags”Recent rounds led by a16z”, “AI projects that raised over $10M in 2026”
get_funding_roundOne round in full — stage, valuation, source, lead + other investors, project detailsDrilling into a single deal
get_currency_funding_roundsEvery round for one project, with investors and ROIA project’s full investment history

Funds & investors

VC profiles, portfolios and activity — built for fund research and sales prospecting.
ToolWhat it returnsGood for
search_fundFunds ranked/filtered by type, tier, portfolio, ROI, activity in a dateRange”Top funds active this quarter”, discovery and ranking
get_fund_profileFund profile — tier, portfolio size, Retail ROI, top investments, focus narratives/countries, recent rounds”a16z’s latest deals and focus”
get_fund_teamFull fund team — names, roles, social linksSourcing contacts at a fund

Coins & market data

Project metadata plus current and historical market data.
ToolWhat it returnsGood for
search_currencyTraded coins with market metrics; filter by name, symbol, category, tag, percentChange; sort by rank/cap/volume/changeBuilding coin lists, resolving a symbol to an id
get_currency_profileExtended profile — metadata, categories/tags, supply, market indicators, contracts, top-3 teamA single coin’s full snapshot
get_historical_currencyOHLC, volume, market cap and supply for one coin over a date range (day/week/month)“ETH price in March 2023”, time-series analysis
search_historical_currencyMarket snapshot for many coins at one point in timeCross-section of the market on a given date

Vesting & token unlocks

ToolWhat it returnsGood for
search_unlockCoins with upcoming unlocks; filter by nextUnlockDate, nextUnlockValueUSD, share of supply/mcap; hideSmallUnlocks”Big unlocks this week”, market-wide unlock watch
get_currency_vestingFull vesting and allocation data for one coin — per-allocation type, frequency, duration, upcoming events”How well-designed is TON’s vesting?”

Teams & people

ToolWhat it returnsGood for
get_currency_teamComplete project team (current + former) with roles, descriptions, social links”Contacts for the Solana team” — fuller than the profile’s top-3

Public sales

ToolWhat it returnsGood for
search_public_saleIDO/ICO/IEO sales; filter by crowdsaleStatus, dateRange, launchpadIds, raise, lifeCycle, isTradedDiscovery of public fundraising activity
get_public_saleAll public sale rounds for one project — type, dates, price, raise, allocation, ROI, launchpadDetailed sale history for a project

Launchpads

ToolWhat it returnsGood for
search_launchpadLaunchpads with key metrics (rank, ROI, raised)Ranking and discovery
get_launchpad_profileLaunchpad profile — ROI, ATH ROI, total/average raise, top & recent projects, categories (timeframe)Evaluating a launchpad’s track record
get_launchpad_teamFull launchpad team with roles and linksContacts at a launchpad

Global market

ToolWhat it returnsGood for
get_global_dataTotal/active projects, BTC & ETH dominance, Fear & Greed, Altcoin Season Index, total market cap and spot volumeHigh-level market context

Drophunting

ToolWhat it returnsGood for
search_drophuntingActivities filtered by status, reward type; sorted by update/nameDiscovering airdrop activities
get_drophunting_activityOne activity in full — rewards, participating funds, social metrics, tasks and guidesWorking a specific airdrop

Common workflows

Each maps to one or two tools — no manual chaining:
QuestionTools
”Find projects a16z invested in”search_funding_round (investor) → get_currency_funding_rounds
”Recent rounds with lead investor a16z”search_funding_round
”Who invested in SUI?”search_currencyget_currency_funding_rounds
”Funds focused on Privacy”search_fund
”a16z Crypto’s latest deals”search_fundget_fund_profile
”Big unlocks this week”search_unlock
”How solid is TON’s vesting?”search_currencyget_currency_vesting
”Contacts for the Solana team”search_currencyget_currency_team
”ETH price in March 2023”search_currencyget_historical_currency