Setup
Install the SKILL
Gives Kiro built-in knowledge of the CoinGecko API — writes correct requests without manual prompting.Clone the repo into your working directory:Then add the skill in Kiro by pointing to the cloned file path:



Full details: Agent SKILL
Add CoinGecko API MCP
Connects Kiro to live CoinGecko data — prices, market caps, onchain pools, OHLCV, NFTs, and more.Open the MCP settings in Kiro:
Add the CoinGecko MCP to your config:

Full details: CoinGecko MCP
Add Docs MCP
Lets Kiro search CoinGecko documentation directly — endpoint references, guides, and tutorials.Add to the same MCP config:
Full details: Docs MCP
SDK Prompts (Steering)
Copy the prompt into a Kiro steering file so every generation follows the right SDK patterns.

- Python
- TypeScript
Prompt for integrating CoinGecko Python SDK
Try It Out
Once everything’s wired up, try asking Kiro:- “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.”

