C

CoinGecko

Query CoinGecko crypto prices and metadata.

·No reviews yet
Repo
Share:

About

Auto-generated

CoinGecko is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about CoinGecko.

What is the CoinGecko MCP?
The CoinGecko MCP allows developers to access cryptocurrency prices and metadata programmatically. It integrates CoinGecko's data directly into environments supporting the Model Context Protocol, facilitating real-time data retrieval for various applications.
How can I install the CoinGecko MCP in a client like Cline?
Installation typically involves adding the CoinGecko MCP's repository URL to your client's configuration. For Cline, you would use a command-line interface to specify the repository, then enable the MCP, though the exact command depends on your Cline version.
Does the CoinGecko MCP require an API key for usage?
Yes, the CoinGecko MCP utilizes an API key for authentication. You will need to obtain a valid API key from CoinGecko and configure it within your MCP client to access the service's functionalities.
What key capabilities does the CoinGecko MCP expose?
This MCP primarily exposes tools for querying CoinGecko data, including cryptocurrency prices, market caps, and other related metadata. It enables direct access to information crucial for financial analysis or crypto-related applications.
Is there a cost associated with using the CoinGecko MCP?
The cost depends on the underlying CoinGecko service. While the MCP itself is part of a community-contributed project, CoinGecko's API may have usage tiers or rate limits that could involve costs depending on your query volume.
What is a prerequisite for using the CoinGecko MCP effectively?
A key prerequisite for effective use is a stable internet connection, as the MCP continuously retrieves live data from CoinGecko. Additionally, a clear understanding of CoinGecko's API documentation is beneficial for crafting optimal queries.

Install CoinGecko

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "coingecko": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-coingecko"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "coingecko": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-coingecko"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "coingecko": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-coingecko"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.