Kiro is an IDE and CLI terminal-native coding agent from Amazon Web Services. Plug CoinGecko in through any combination of the three integrations below — they’re complementary, not exclusive. The instructions below is for the Kiro IDE.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.
1. Install the SKILL
Give Kiro built-in knowledge of the Coingecko API to ensure that it writes the correct requests without the need to copy paste the reference docs every session. While Kiro is able to directly load a skill through a Github URL, it requires theSKILL.md to be inside a subdirectory. https://github.com/coingecko/skills SKILL.md currently sits in the root directory which will trigger an error to Kiro.
A workaround is to clone the repo into your working directory as below.


2. Add the MCP Server
Connect Kiro to live CoinGecko API via the MCP.
3. Add Steering
To ensure that Kiro agent follows the most up-to-date instructions in implementing the codebase using CoinGecko API and SDKs, add the following prompt to Kiro steering files.

What to try next
Once everything’s wired up, try asking Claude Code:“Using the CoinGecko MCP, show me the top 10 trending pools on Base in the last 5 minutes and export them to CSV.”
“Write a Python script using coingecko-sdk that tracks my portfolio and sends me a Slack alert if any coin moves more than 10% in an hour.”



