The Crypto MCP Server for Claude
Give your AI live crypto data. Ask about prices, your portfolio, any wallet on 120+ chains, DeFi positions, and the news. One click, no API key.
Opens Claude with CoinStats pre-filled. Click Add, sign in to CoinStats, approve. Works on claude.ai, Claude Desktop, and mobile.
- In Settings → Apps & Connectors → Advanced settings, turn on Developer mode.
- Click Create, name it CoinStats, paste the server URL below, and choose OAuth.
- Sign in to CoinStats and approve. Then pick CoinStats from the + menu in any chat.
claude mcp add --transport http coinstats https://mcp.coinstats.app/mcp
Then run /mcp inside Claude Code and pick coinstats to sign in. Check it with claude mcp list.
{ "mcpServers": { "coinstats": { "url": "https://mcp.coinstats.app/mcp" } } }
Cursor opens a browser window to sign in the first time a CoinStats tool runs.
code --add-mcp "{\"name\":\"coinstats\",\"type\":\"http\",\"url\":\"https://mcp.coinstats.app/mcp\"}"
Use it from GitHub Copilot Chat in agent mode. VS Code asks you to sign in to CoinStats on first use.
codex mcp add coinstats --url https://mcp.coinstats.app/mcp
codex mcp login coinstats
The login step opens coinstats.app in your browser. codex mcp list should then show Auth: OAuth.
{
"mcpServers": {
"coinstats": { "url": "https://mcp.coinstats.app/mcp" }
}
}
Any client that speaks Streamable HTTP with OAuth 2.1 works. Dynamic Client Registration is supported, so there is no client ID to set up.
https://mcp.coinstats.app/mcp
Ask in Plain English. Get Live Crypto Data.
Your agent picks the right CoinStats tool, calls it, and answers with current numbers instead of stale training data.
Demo conversation for illustration. Type your own question to ask it in Claude with CoinStats.
Connected in Under a Minute
No SDK, no API key, no config to maintain. The hosted server handles auth, data, and updates.
Try a Prompt in One Click
Each prompt opens in Claude or ChatGPT, ready to send. Not connected yet? Claude asks you to connect CoinStats first.
How is my CoinStats portfolio doing today? Show total value, 24h change, and my top gainers and losers.
Which coins in my portfolio have the best and worst all-time profit and loss? Include realized and unrealized P&L.
Give me a crypto market overview: total market cap, BTC dominance, and the top 10 coins by 24h performance.
What's the Bitcoin price right now, and how has it moved over the last 7 and 30 days? Chart it.
What tokens does the Ethereum wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 hold, and what are they worth in USD?
List the DeFi positions for the wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 across all protocols, with USD values.
Compare the ETH/USDT price across the major exchanges and tell me where it's cheapest right now.
Summarize today's most important crypto news in 5 bullet points, and flag anything that affects coins I hold.
Give me a deep dive on Solana: price, market cap, volume, 30-day chart, where it trades, and the latest news.
What Is a Crypto MCP Server?
The Model Context Protocol (MCP) is the open standard AI assistants use to call external tools. A crypto MCP server turns crypto data into tools: the model decides it needs a price, a wallet balance, or your P&L, calls the tool, and answers with live numbers.
Without one, an assistant guesses from training data that is months old, or you paste numbers in by hand. With the CoinStats MCP server, Claude, ChatGPT, Cursor, and other agents read the same data as the CoinStats app: 100,000+ coins, 120+ blockchains, 200+ exchanges, and 10,000+ DeFi protocols.
It is built on the CoinStats Crypto API. Every MCP tool maps to an API endpoint, so developers get the same data over REST.
- Read docs, pick endpoints
- Write and host tool wrappers
- Store and rotate API keys
- Repeat for every AI client
- 37 ready-made crypto tools
- Hosted, always up to date
- OAuth sign-in, no keys
- Works in Claude, ChatGPT, Cursor…
37 Crypto Tools Your Agent Can Call
Market data, wallets, DeFi, portfolios, exchanges, and news. Your agent picks the tool; you just ask.
Live and historical prices, charts, market caps, and global metrics for 100,000+ coins.
get-coinsget-coin-by-idget-coin-chart-by-idget-coin-avg-priceget-coin-exchange-priceget-market-capget-currenciesget-fiat-currenciesYour CoinStats portfolios: holdings, charts, P&L history, transactions, and syncing.
get-portfolio-listget-portfolio-coinsget-portfolio-chartget-portfolio-pl-historyget-portfolio-transactionsget-portfolio-sync-statussync-portfolioadd-portfolio-transactionconnect-portfolio-walletconnect-portfolio-exchangeBalances, transactions, P&L, and DeFi positions for any address on 120+ chains.
get-wallet-balanceget-wallet-balancesget-wallet-defiget-wallet-transactionsget-wallet-pl-historyget-wallet-sync-statustransactions-syncget-blockchainsTickers and markets across 200+ exchanges, plus balances and history for connected accounts.
get-exchangesget-exchange-balanceget-exchange-transactionsget-exchange-pl-historyget-exchange-sync-statusget-ticker-exchangesget-ticker-marketsLatest, trending, and filtered crypto news from aggregated sources for briefings and research.
get-newsget-news-by-typeget-news-by-idget-news-sourcesOne MCP Server for Every Chain
The same tools read Bitcoin, Ethereum, Solana, and 120+ other chains. No separate server per network.
OAuth Sign-In. No API Keys in Your Prompts.
Each person authorizes their own agent against their own CoinStats account. Nothing to paste, nothing to leak, and you can revoke access at any time.
- Reads live data. Prices, wallets, portfolios, DeFi, exchanges, and news.
- Uses a scoped token. Issued after you approve on coinstats.app, never an API key.
- Can't move funds. No signing, no trading, no withdrawals. Ever.
- Asks before changes. Adding a wallet or a manual transaction to your portfolio happens only when you ask.
Works With Every Major AI Client
Pick yours to jump to the setup.
What People Build With a Crypto MCP
How CoinStats Compares to Other Crypto MCP Servers
Market-data MCP servers answer “what's the price?”. CoinStats also answers “what do I hold, and how am I doing?”
| Feature | CoinStats MCP | CoinGecko MCP | CoinMarketCap MCP |
|---|---|---|---|
| Focus | Market + portfolio data | Market data | Market data |
| Live prices & charts | |||
| Wallet balances by address | 120+ chains | ||
| DeFi position resolution | 10,000+ protocols | ||
| Your portfolio + P&L | |||
| Exchange account balances | 200+ exchanges | ||
| Crypto news tools | Varies |
Comparison compiled September 2026 from public documentation; figures change, check each provider's current docs.
The Same Data, Every Way You Build
Every MCP tool is backed by the CoinStats Crypto API. Use MCP for agents, REST for apps.
Give Your AI Live Crypto Data
Connect CoinStats to Claude in one click, or pick any other client. Free to connect with your CoinStats account.
Crypto MCP Server FAQ
What is a crypto MCP server?
A crypto MCP server exposes crypto data as tools an AI assistant can call through the Model Context Protocol. Instead of guessing from training data, Claude, ChatGPT, or Cursor calls the server for live prices, wallet balances, portfolios, and news, then answers with current numbers.
What is the CoinStats MCP server?
A hosted MCP server at https://mcp.coinstats.app/mcp with 37 tools for market data, wallets on 120+ blockchains, DeFi positions, portfolios with P&L, exchange data, and crypto news. It runs on the same data that powers the CoinStats app, used by over 1M people every month.
What is the best MCP server for crypto?
It depends on the job. Market-data MCP servers cover prices and charts. CoinStats MCP covers prices too, and adds wallet balances on 120+ chains, DeFi positions, exchange accounts, portfolio P&L, and news in one server, so a single connection answers both market questions and questions about your own holdings.
Is the CoinStats MCP server free?
You connect by signing in with your CoinStats account and approving access; there is no separate MCP subscription. Developers who run the local server with an API key use regular CoinStats API credits, which include a free tier.
How is MCP different from the CoinStats API?
Same data, different interface. The CoinStats API is REST for apps you build; MCP packages that data as tools an AI agent calls on its own. Every MCP tool maps to an API endpoint.
How do I add the CoinStats MCP to Claude?
Click Connect to Claude at the top of this page, or open Claude Settings → Connectors → Add custom connector and paste https://mcp.coinstats.app/mcp. Sign in to CoinStats in the window that opens and approve access.
Can I use CoinStats MCP with ChatGPT?
Yes. In ChatGPT, turn on Developer mode under Settings → Apps & Connectors → Advanced settings, create a connector named CoinStats with the server URL and OAuth, then approve access on coinstats.app.
Does it work with Cursor, VS Code, Claude Code, and Codex?
Yes. Cursor and VS Code install it from a one-click link. Claude Code: claude mcp add --transport http coinstats https://mcp.coinstats.app/mcp. Codex: codex mcp add coinstats --url https://mcp.coinstats.app/mcp, then codex mcp login coinstats.
Can I run the crypto MCP server locally?
Yes. For headless or unattended agents, run npx @coinstats/coinstats-mcp with COINSTATS_API_KEY set. Get a key from the CoinStats API dashboard.
What data can my AI access?
Real-time and historical prices for 100,000+ coins, global market metrics, wallet balances and transactions on 120+ blockchains, DeFi positions across 10,000+ protocols, your CoinStats portfolios with P&L, exchange tickers and connected account balances from 200+ exchanges, and crypto news.
Which blockchains does the crypto MCP support?
120+ blockchains, including Bitcoin (addresses and xpubs), Ethereum and EVM chains like Base, Arbitrum, BNB Chain, and Polygon, Solana, Tron, and more. The same tools work as a Bitcoin MCP, Ethereum MCP, or Solana MCP.
Is the data real-time?
Yes. Tools read live data on every call, the same data the CoinStats app shows, so answers reflect current prices and balances rather than the model's training data.
Do I need an API key?
No. The hosted server uses OAuth 2.1 with PKCE. You sign in to CoinStats in your browser and the client receives a per-user token. There is no key to paste into prompts or config files.
Can the AI trade or move my crypto?
No. The CoinStats MCP server cannot sign transactions, place trades, or move funds. It reads market and portfolio data, and can add tracking connections or manual transactions to your CoinStats portfolio when you ask it to.
How do I disconnect?
Remove the CoinStats connector in your AI client's settings. The token can also be revoked on the CoinStats side, after which the client has to ask you to approve again.