mcp-coingecko-server
If you are the rightful owner of mcp-coingecko-server 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 for cryptocurrency data queries using CoinGecko API.
The mcp-server-coingecko is a Model Context Protocol server designed to facilitate cryptocurrency data queries. It leverages the CoinGecko API to interact with large language models, enabling users to retrieve information such as current prices, historical data, and market details of various cryptocurrencies. This server is particularly useful for developers and analysts who need to integrate cryptocurrency data into their applications or analyses.
Features
- get_current_time: Fetches the current time in the format YYYY-MM-DD HH:MM:SS.
- get_coin_price: Retrieves the current price of a specified cryptocurrency.
- get_coin_history: Fetches historical price data for a specified cryptocurrency over a given time range.
- get_coin_info: Provides detailed information about a specified cryptocurrency.
- get_trending_coins: Lists the trending cryptocurrencies over the past 24 hours.