Content
# mcp-server-coingecko: A CoinGecko MCP Server
## Overview
A Model Context Protocol server for querying cryptocurrency data. This server provides tools to interact with the CoinGecko API through large language models, allowing users to query cryptocurrency prices, historical data, and market information.
### Utility Functions
1. `get_current_time`
- Get the current time
- Returns: Current time in string format (YYYY-MM-DD HH:MM:SS)
2. `get_coin_price`
- Get the current price of a cryptocurrency
- Input:
- `coin_id` (string): The ID of the coin (e.g., 'bitcoin', 'ethereum')
- `vs_currency` (string, optional): The target currency unit (default: 'usd')
- Returns: Current price data
3. `get_coin_history`
- Get historical price data for a cryptocurrency
- Input:
- `coin_id` (string): The ID of the coin
- `days` (string): Time range (1/7/14/30/90/180/365/max)
- `vs_currency` (string, optional): The target currency unit (default: 'usd')
- Returns: Historical price data
4. `get_coin_info`
- Get detailed information about a cryptocurrency
- Input:
- `coin_id` (string): The ID of the coin
- Returns: Detailed information about the coin
5. `get_trending_coins`
- Get trending coins within the last 24 hours
- Returns: List of trending coins
## Running Steps
Run directly:
```bash
uv run mcp-coingecko-server
```
Connection Info
You Might Also Like
valuecell
Valuecell is a Python project for efficient data management.
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
Vibe-Trading
Vibe-Trading: Your Personal Trading Agent
AP2
AP2 provides code samples and demos for the Agent Payments Protocol.
tradingview-mcp
AI-assisted TradingView chart analysis — connect Claude Code to your...
YC-Killer
YC-Killer is an AI agents library by Singularity Research, open-sourcing...