coingecko-mcp-server
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 →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
freqtrade-mcp
by kukapay
An MCP server that integrates with the Freqtrade cryptocurrency trading bot via its REST API, enabling seamless AI agent interaction for automated trading operation.