CoinGecko MCP
MCPOfficial CoinGecko MCP server. Crypto price data, market data, TypeScript SDK with sandboxed code execution.
coingeckopricesmarket-datamcp
# CoinGecko MCP
Official CoinGecko MCP server. Access real-time and historical crypto price data, market caps, volumes, and trending coins.
## Agent Usage
### Install
```json
{
"mcpServers": {
"coingecko": {
"command": "npx",
"args": ["-y", "@coingecko/mcp-server"],
"env": { "COINGECKO_API_KEY": "<your-key>" }
}
}
}
```
### Key Tools
- `get_price` โ current price for one or more coins (supports multiple vs currencies)
- `get_coin_data` โ detailed coin info: description, market cap, ATH, links
- `get_market_chart` โ historical price/volume data (1d, 7d, 30d, 1y, max)
- `get_trending` โ top trending coins on CoinGecko right now
- `search_coins` โ search coins by name or symbol
- `get_global_data` โ total market cap, BTC dominance, active coins count
### Example Prompt
> "What's the current price of ETH in USD and show me the 7-day chart?"
---
*Source: [coingecko/coingecko-typescript](https://github.com/coingecko/coingecko-typescript)*๐งช Found this useful?
The $SKILL experiment is building the agent skill distribution layer. Every skill you discover through this directory is part of the experiment.