Official CoinGecko API MCP server for crypto price & market data across 200+ blockchains and 8 M+ tokens.
Visit ProjectCoinGecko MCP Server is an official API server that provides real-time and historical cryptocurrency price and market data across 200+ blockchains and over 8 million tokens. It supports the Model Context Protocol (MCP), allowing AI models and applications to securely interact with CoinGecko's extensive dataset.
claude_desktop_config.json
).MCP (Model Context Protocol) is an open standard that allows AI models to securely interact with external data sources.
The Public Remote MCP Server is free to use. For higher limits, a Local MCP Server requires a Pro or Demo API key (paid plans).
CoinGecko MCP Server covers over 15,000 coins across more than 200 blockchains and 8 million tokens on DEXs.
MCP Server for Crypto Price & Market Data
MCP (Model Context Protocol) is an open standard that lets LLMs & AI agents securely query and act on external data sources & tools.
🚧 Beta Notice
CoinGecko MCP Server is still in beta and may contain bugs. Share feedback via this form.
Most clients read a mcp_config.json
(Claude Desktop uses claude_desktop_config.json
).
Pick one of the setups below:
{
"mcpServers": {
"coingecko_api_remote": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.api.coingecko.com/sse"]
}
}
}
{
"mcpServers": {
"coingecko_api_local": {
"command": "npx",
"args": ["-y", "@coingecko/coingecko-mcp"],
"env": {
"COINGECKO_PRO_API_KEY": "YOUR_PRO_API_KEY",
"COINGECKO_ENVIRONMENT": "pro"
}
}
}
}
Replace
YOUR_PRO_API_KEY
(or useCOINGECKO_DEMO_API_KEY
with"demo"
).
MCP Server | Details & Use Case | Integration |
---|---|---|
Remote MCP – Public | Key-less, rate-limited testing of remote endpoints. | https://mcp.api.coingecko.com |
Local MCP Server | Runs on your machine; higher limits with Demo/Pro keys. Ideal for Claude Desktop & dev work. | GitHub |
Remote MCP – Authenticated | Hosted, high-rate limits using your key. Coming soon – join the wait-list here. | — |
CoinGecko MCP
MCP URL: https://mcp.api.coingecko.com/sse
.What is the current price of Bitcoin in USD?
What is the market cap of Ethereum?
List the top 3 trending coins on CoinGecko right now.
Show the current top-5 coins by market cap (price, 24h %, volume) in a table.
Generate a 30-day price & volume chart for Ethereum (ETH).
Compare BTC, ETH & SOL: price, market cap, 24h volume, 7-day change.
“Crypto Slot Machine” – spin coins, odds based on real volatility.
“Price Symphony” – turn today’s BTC chart into music.
tools=dynamic
discovers endpoints at runtime. Remove for lighter, static lists. See docs.llms.txt
CoinGecko MCP Server is powered by Stainless.
Questions or feedback? Email [email protected] or use the feedback form.