coingecko-mcp-server

coingecko-mcp-server

3.4

A powerful and flexible Node.js Express server that provides a comprehensive interface to the CoinGecko cryptocurrency data API.

The CoinGecko API Server MCP is a robust Node.js Express server designed to interface with the CoinGecko cryptocurrency data API. It supports both the free public API and the Pro API, with an automatic fallback mechanism to ensure seamless operation. This server is ideal for developers looking to integrate cryptocurrency data into their applications, offering a RESTful API interface with robust error handling and comprehensive documentation. The server can be quickly set up using npx or manually, and it is configurable via environment variables. It provides access to essential CoinGecko API endpoints, including price data, coin data, and market data. Additionally, it is compatible with AI systems like Claude through the Marketplace Component Program (MCP), allowing for seamless integration and data access.

Features

  • {'name': 'Dual API Support', 'description': 'Seamlessly works with both CoinGecko Free and Pro APIs.'}
  • {'name': 'Automatic Fallback', 'description': 'Falls back to free API during development.'}
  • {'name': 'RESTful Endpoints', 'description': 'Simple and intuitive API interface.'}
  • {'name': 'Robust Error Handling', 'description': 'Detailed error messages and proper status codes.'}
  • {'name': 'Simple Setup', 'description': 'Quick installation with guided setup.'}

Usage with Different Platforms

npx

bash
npx coingecko-api-server

manual

bash
git clone https://github.com/GaplyDev01/coingecko-api-server.git
cd coingecko-api-server
npm install
npm run setup
npm start

Related MCP Servers

View all finance servers →