mcp-server-coingecko
If you are the rightful owner of mcp-server-coingecko and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server with tools for accessing cryptocurrency market data from CoinGecko.
MCP Market is a server that implements the Model Context Protocol (MCP) to provide access to cryptocurrency market data using the CoinGecko API. It is built using TypeScript and communicates via stdio, ensuring efficient data exchange. The server is designed to fetch historical market chart data for various cryptocurrencies, offering insights into price, market cap, and volume. It uses Zod for parameter validation, ensuring that all inputs are correctly formatted and valid. The server can be extended by adding more tools or implementing additional CoinGecko API endpoints, and it supports different transport methods like HTTP or WebSockets.
Features
- Implements the Model Context Protocol (MCP)
- Written in TypeScript
- Uses stdio for communication
- Provides cryptocurrency market data via CoinGecko API
- Parameter validation with Zod