> ## 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.

# AI Agent Hub

> Connect AI agents, coding assistants, and LLM apps to CoinGecko's price, market, and onchain data — pick the integration that fits your stack.

Everything you need to plug CoinGecko data into your AI stack lives here — whether you're wiring up an MCP server to Claude, dropping a SKILL into your agent, piping the CLI into a cron job, or paying per-request over x402.

Not sure where to start? Use the table below to find your use case, then jump into the matching section.

## Select Your Use Case

| If you want to...                                          | Start here                                  | Best for                                         |
| ---------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------ |
| Teach an AI agent the CoinGecko API instantly              | [SKILL](/docs/ai-agent-hub/skills)          | Claude Code, Gemini CLI, Codex CLI, Claude.ai    |
| Connect an LLM to live CoinGecko data over MCP             | [MCP Server](/docs/ai-agent-hub/mcp-server) | Claude, ChatGPT, Cursor, Windsurf, custom agents |
| Query crypto data from the terminal or a shell script      | [CLI](/docs/ai-agent-hub/cli)               | Developers, analysts, agent function-calling     |
| Hit endpoints pay-per-use with no API key                  | [x402](/docs/ai-agent-hub/x402)             | Prototypes, one-off scripts, autonomous agents   |
| Give your IDE assistant the right rules for CoinGecko SDKs | [AI Prompts](/docs/ai-agent-hub/ai-prompts) | Cursor, Claude Code, GitHub Copilot              |

***

## AI Integrations

The four main ways to connect CoinGecko data to your AI stack. Pick whichever matches how your agent or app consumes data.

<CardGroup cols={2}>
  <Card title="SKILL" icon="file-code" href="/docs/ai-agent-hub/skills">
    Installable package that teaches AI agents the CoinGecko API.
  </Card>

  <Card title="MCP Server" icon="server" href="/docs/ai-agent-hub/mcp-server">
    Connect any MCP-compatible client to live CoinGecko data.
  </Card>

  <Card title="CLI" icon="terminal" href="/docs/ai-agent-hub/cli">
    Fast terminal tool with TUI, CSV export, and live streaming.
  </Card>

  <Card title="x402" icon="dollar-sign" href="/docs/ai-agent-hub/x402">
    Pay-per-request endpoints over Coinbase's x402 protocol — no API key.
  </Card>
</CardGroup>

***

## IDE Setup

Drop-in setup guides for the two most popular AI coding environments. More coming soon.

<CardGroup cols={2}>
  <Card title="Claude Code" icon="asterisk" href="/docs/ai-agent-hub/claude-code">
    MCP, SKILL, and prompt rules for Anthropic's terminal coding agent.
  </Card>

  <Card title="Cursor" icon="mouse-pointer" href="/docs/ai-agent-hub/cursor">
    MCP server and SDK rules for the Cursor in-editor assistant.
  </Card>
</CardGroup>

***

## AI Prompts

Battle-tested prompt libraries for our official SDKs. Drop them into your coding assistant's rules or paste at the top of a chat.

<CardGroup cols={3}>
  <Card title="Overview" icon="book-open" href="/docs/ai-agent-hub/ai-prompts">
    How to use the prompts across any AI coding assistant.
  </Card>

  <Card title="Python" icon="python" href="/docs/ai-agent-hub/python-ai-prompts">
    Rules for the official `coingecko-sdk` package.
  </Card>

  <Card title="TypeScript" icon="js" href="/docs/ai-agent-hub/typescript-ai-prompts">
    Rules for the official `@coingecko/coingecko-typescript` package.
  </Card>
</CardGroup>

***

Have feedback, a cool idea, or need help? Reach out to `eason.lim@coingecko[dot]com`.
