0.1.16 • Published 8 months ago

@nic0xflamel/coingecko-mcp-server v0.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

CoinGecko MCP Server

This package provides a Model Context Protocol (MCP) server that acts as a proxy to the public CoinGecko API v3. It allows AI assistants (like Cursor) to interact with the CoinGecko API through the defined OpenAPI specification.

Features

  • Implements the Model Context Protocol for standardized communication.
  • Uses the official CoinGecko API v3.
  • Parses the OpenAPI specification to dynamically generate API methods.
  • Can be run locally and configured within environments like Cursor and Claude Desktop.

Installation

```json
{
  "mcpServers": {
    "coingecko": {
      "command": "npx",
      "args": [
        "-y",
        "@nic0xflamel/coingecko-mcp-server"
      ]
    }
  }
}
```

License

MIT (You should add a LICENSE file to the project root or this directory)

0.1.16

8 months ago

0.1.15

8 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

8 months ago

0.1.11

8 months ago

0.1.10

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago