CoinGecko MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COINGECKO_API_KEYYesYour CoinGecko Pro API key

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get-coins

Get a paginated list of all supported coins on CoinGecko. Data up to March 9, 2025

find-coin-ids

Find CoinGecko IDs for a list of coin names or symbols (case-insensitive). Data up to March 9, 2025

get-historical-data

Get historical price, market cap, and volume data for a specific coin. Data up to March 9, 2025

refresh-cache

Manually update the local cache of CoinGecko coin data (automatically refreshed periodically, only needed if seeing stale data)

get-ohlc-data

Get OHLC (Open, High, Low, Close) data for a specific coin within a time range. Data up to March 9, 2025