An MCP (Model Context Protocol) server that provides access to the CoinGecko API.
uvx git+https://github.com/smart-mcp-proxy/coingecko-mcp-serverpip install git+https://github.com/smart-mcp-proxy/coingecko-mcp-server
coingecko-mcp-servergit clone https://github.com/smart-mcp-proxy/coingecko-mcp-server
cd coingecko-mcp-server
pip install -e .
python main.pyFor higher rate limits, set your CoinGecko API key:
export COINGECKO_API_KEY="your-api-key-here"The server will automatically load the OpenAPI specification and make all endpoints available as MCP tools.
This server exposes all CoinGecko API endpoints as MCP tools. The exact number of available endpoints is displayed when the server starts.
MIT