CoinGecko MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COINGECKO_API_KEYYesYour API key for accessing the CoinGecko Pro API.

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-coinsGet a paginated list of all supported coins on CoinGecko. Data up to January 2, 2025
find-coin-idsFind CoinGecko IDs for a list of coin names or symbols (case-insensitive). Data up to January 2, 2025
get-historical-dataGet historical price, market cap, and volume data for a specific coin. Data up to January 2, 2025
refresh-cacheManually update the local cache of CoinGecko coin data (automatically refreshed periodically, only needed if seeing stale data)
get-ohlc-dataGet OHLC (Open, High, Low, Close) data for a specific coin within a time range. Data up to January 2, 2025