
CoinGecko
STDIOMCP server for accessing CoinGecko cryptocurrency data and market information
MCP server for accessing CoinGecko cryptocurrency data and market information
MCP Server for the CoinGecko Cryptocurrency API.
coingecko_price
ids
(string[]): List of coin IDs (e.g., bitcoin, ethereum)vs_currencies
(string[]): List of currencies to compare against (e.g., usd, eur)include_market_cap
(boolean, optional): Include market cap datainclude_24hr_vol
(boolean, optional): Include 24hr volume datainclude_24hr_change
(boolean, optional): Include 24hr price change datacoingecko_list
include_platform
(boolean, optional): Include platform contract addressescoingecko_coin_data
id
(string): Coin ID (e.g., bitcoin, ethereum)vs_currencies
(string[], optional): List of currencies to get price data in (default: ["usd"])coingecko_trending
Add the following to your claude_desktop_config.json
:
{ "mcpServers": { "coingecko": { "command": "docker", "args": [ "run", "-i", "--rm", "mcp/coingecko" ] } } }
{ "mcpServers": { "coingecko": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-coingecko" ] } } }
Docker build:
docker build -t mcp/coingecko -f src/coingecko/Dockerfile .
This MCP server is licensed under the MIT License.