CoinGecko MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
COINGECKO_API_KEY | Yes | Your API key for accessing the CoinGecko Pro API. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get-coins | Get a paginated list of all supported coins on CoinGecko. Data up to January 2, 2025 |
find-coin-ids | Find CoinGecko IDs for a list of coin names or symbols (case-insensitive). Data up to January 2, 2025 |
get-historical-data | Get historical price, market cap, and volume data for a specific coin. Data up to January 2, 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 January 2, 2025 |