Coingecko MCP Official

Official CoinGecko MCP server for AI assistants to interact with the CoinGecko API. Provides cryptocurrency market data including prices, token info, and market analytics.

yejiming f3bc98f 2 files · 1.2 KB Updated

File contents

CoinGecko MCP Server

Official MCP server from CoinGecko.

The CoinGecko MCP server enables AI assistants to interact with the CoinGecko REST API, allowing them to explore endpoints, make test requests, and access cryptocurrency market data. Built on the CoinGecko TypeScript API library, it provides comprehensive access to price data, token information, and market analytics.

Installation

{
  "mcpServers": {
    "coingecko-mcp": {
      "command": "npx",
      "args": ["-y", "@coingecko/coingecko-mcp"],
      "env": {
        "COINGECKO_PRO_API_KEY": "your_pro_api_key",
        "COINGECKO_DEMO_API_KEY": "your_demo_api_key"
      }
    }
  }
}

Links

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/coingecko-mcp-official commit f3bc98f68f

Frequently asked questions

npx skillmds@latest add yejiming/coingecko-mcp-official