
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
coingecko-mcp-server
Advanced tools
MCP server for CoinGecko — free crypto market data API for AI assistants
An MCP server for CoinGecko — connect any MCP-compatible client to free crypto market data.
An MCP (Model Context Protocol) server that gives AI assistants and agents access to CoinGecko's free crypto market data API — prices, market caps, trending coins, historical data, and global stats — through natural language.
Use it with Claude Desktop, Cursor, Windsurf, Cline, Continue, or any MCP-compatible client to ask questions about crypto markets, compare tokens, and track prices.
| Tool | Description |
|---|---|
search_coins | Search for cryptocurrencies by name or symbol |
get_prices | Get current prices, market caps, and 24h changes for one or more coins |
get_market_overview | Get top N coins by market cap with full stats |
get_trending | Get currently trending coins (last 24h search volume) |
get_coin_details | Get detailed info about a specific coin (description, links, market data, categories) |
get_price_history | Get historical price data (daily, weekly, monthly, yearly) |
get_global_stats | Get global crypto market stats (total MCap, BTC dominance, active cryptos) |
get_token_price_comparison | Compare prices and stats of multiple tokens side-by-side |
npm install -g coingecko-mcp-server
Or run directly with npx:
npx -y coingecko-mcp-server
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"coingecko": {
"command": "npx",
"args": ["-y", "coingecko-mcp-server"]
}
}
}
Or with global install:
{
"mcpServers": {
"coingecko": {
"command": "coingecko-mcp-server"
}
}
}
Ask your AI assistant things like:
get_trending🔥 Trending Coins (last 24h):
1. Bitcoin (BTC) — Rank #1 | MCap: $1,340.2B | 24h: +2.1%
2. Ethereum (ETH) — Rank #2 | MCap: $412.8B | 24h: +1.8%
3. Solana (SOL) — Rank #5 | MCap: $78.4B | 24h: +4.3%
...
get_token_price_comparisonToken Comparison (USD):
| Coin | Price | MCap | 24h | 7d | Vol |
|------|-------|------|-----|-----|-----|
| Bitcoin (BTC) | $67,234 | $1,340.2B | +2.1% | +5.3% | $28,400M |
| Ethereum (ETH) | $3,456 | $412.8B | +1.8% | +3.1% | $14,200M |
| Solana (SOL) | $178.5 | $78.4B | +4.3% | +12.1% | $3,800M |
The server automatically rate-limits requests to ~27 calls/minute to stay within CoinGecko's free tier. If you have a CoinGecko Pro API key, you can set the COINGECKO_API_KEY environment variable for higher limits:
{
"mcpServers": {
"coingecko": {
"command": "coingecko-mcp-server",
"env": {
"COINGECKO_API_KEY": "your_key_here"
}
}
}
}
git clone https://github.com/nova/coingecko-mcp-server.git
cd coingecko-mcp-server
npm install
npm run build
npm start
MIT
FAQs
MCP server for CoinGecko — free crypto market data API for AI assistants
We found that coingecko-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.