CoinGecko

by coingecko

411 downloads
Not rated
GitHub Website

About

Official [CoinGecko API](https://www.coingecko.com/en/api) MCP Server for Crypto Price & Market Data, across 200+ blokchain networks and 8M+ tokens.

Details

Author
coingecko
Downloads
411
Categories
Developer Tools, Finance

- Aggregated price and market data for 15k+ coins
- On-chain DEX price and liquidity for 8M+ tokens
- Discover trending coins, NFTs, categories, top gainers
- Discover top, trending, new pools and tokens
- Get metadata: image, links, description, categories, security info
- Get historical price, market data, OHLCV of all cryptocurrencies

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CoinGecko
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

get_api_endpoint_schema

Get the schema for an endpoint in the Coingecko TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.

list_api_endpoints

List or search for all endpoints in the Coingecko TypeScript API

invoke_api_endpoint

Invoke an endpoint in the Coingecko TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "coingecko": {
            "coingecko_coingecko_typescript_api": {
                "command": "npx",
                "args": [
                    "-y",
                    "@coingecko/coingecko-mcp",
                    "--client=claude",
                    "--tools=dynamic"
                ],
                "env": {
                    "COINGECKO_PRO_API_KEY": "My Pro API Key",
                    "COINGECKO_DEMO_API_KEY": "My Demo API Key",
                    "COINGECKO_ENVIRONMENT": "pro"
                }
            }
        }
    }
}

McpServers

{
    "coingecko_coingecko_typescript_api": {
        "command": "npx",
        "args": [
            "-y",
            "@coingecko/coingecko-mcp",
            "--client=claude",
            "--tools=dynamic"
        ],
        "env": {
            "COINGECKO_PRO_API_KEY": "My Pro API Key",
            "COINGECKO_DEMO_API_KEY": "My Demo API Key",
            "COINGECKO_ENVIRONMENT": "pro"
        }
    }
}

The official CoinGecko MCP Server is now live, making CoinGecko data readily available to AI models and applications. With CoinGecko MCP, you can easily:
- 1. Get aggregated crypto price and market data of 15k+ coins on CoinGecko, integrated across 1,000+ exchanges.
- 2. Get on-chain DEX crypto price and liquidity data of more than 8M tokens GeckoTerminal, across 200 networks.
- 3. Discover trending coins, NFTs, categories, top gainers and new coins on CoinGecko
- 4. Discover top, trending, new pools and tokens on GeckoTerminal
- 5. Get metadata (image, links, description, categories, contract addresses , security info, and more).
- 6. Get historical price, market data, OHLCV of all cryptocurrencies.
- 7. Get list of coins of any categories like memecoin, DeFi, layer 1, AI agent, and more.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.