Setup
Install the SKILL
Gives Codex built-in knowledge of the CoinGecko API — writes correct requests without manual prompting.
Full details: Agent SKILL
Add CoinGecko API MCP
Connects Codex to live CoinGecko data — prices, market caps, onchain pools, OHLCV, NFTs, and more.
Full details: CoinGecko MCP
Add Docs MCP
Lets Codex search CoinGecko documentation directly — endpoint references, guides, and tutorials.
Full details: Docs MCP
SDK Prompts
Copy these prompts into yourAGENTS.md or paste at the start of a conversation to ensure Codex generates correct SDK code.
- Python
- TypeScript
Prompt for integrating CoinGecko Python SDK
Try It Out
Once everything’s wired up, try asking Codex:- “Using the CoinGecko MCP, show me the top 10 trending pools on Base and export them to CSV.”
- “Write a Python script using coingecko-sdk that tracks my portfolio and alerts if any coin moves more than 10% in an hour.”

