The CoinGecko MCP Server exposes 2 main tools to your LLM:Documentation Index
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
search_docs
Looks up documentation and guidance on using the CoinGecko TypeScript SDK. Your LLM calls this tool to understand how to use specific SDK methods, what parameters are available, and how to structure requests — before writing any code.
execute
Accepts TypeScript code that runs against the CoinGecko SDK in a sandboxed environment. Multiple operations can be performed in a single call with arbitrary complexity — no separate sandbox configuration is needed.
Available Methods for execute
The table below lists all methods the execute tool can call. Each method corresponds to an SDK method in the official TypeScript SDK.


