coingecko
MCP server from Hott-J/coingecko-mcp-server
How to use
The CoinGecko MCP server, developed by Hott-J, provides a robust interface for accessing cryptocurrency market data through the Model Context Protocol (MCP). This server enables developers to seamlessly integrate real-time information about cryptocurrency prices, market capitalization, trading volume, and other relevant metrics into their applications, enhancing the user experience with up-to-date financial data.
Once you are connected to the CoinGecko MCP server, you can interact with it by sending commands that retrieve specific cryptocurrency data. Although no tools are documented, you can leverage the server's capabilities to make queries such as fetching the latest price for a specific cryptocurrency or obtaining historical data. It is beneficial to formulate your queries to target specific data points for efficient responses.
How to install
To install the CoinGecko MCP server, ensure you have Node.js installed on your system. You can use the following options to get started:
Option A: Quick start with npx (if npm package exists):
npx -y Hott-J/coingecko-mcp-server
Option B: Global install alternative:
npm install -g Hott-J/coingecko-mcp-server
Make sure to check the repository for any additional installation instructions or dependencies.
Additional notes
For optimal performance, consider configuring your environment variables to handle API rate limits and data caching efficiently. Be aware that the server might require specific parameters to be passed with your queries, so ensure you consult the GitHub repository for any updates or common issues encountered by other users.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.