Crypto
БесплатноНе проверенProvides real-time cryptocurrency data from CoinGecko, including prices, market data, historical data, and coin search.
Описание
Provides real-time cryptocurrency data from CoinGecko, including prices, market data, historical data, and coin search.
README
# CoinGecko MCP Server
A Model Context Protocol (MCP) server that provides real-time cryptocurrency data from the CoinGecko API.
## Features
- **get_price**: Get current price for any cryptocurrency
- **get_market_data**: Get detailed market data including market cap, volume, etc.
- **get_historical_data**: Get historical price data with customizable time periods
- **search_coins**: Search for cryptocurrencies by name or symbol
## Installation
1. Clone the repository
2. Install dependencies:
```bash
npm install
```
Build
npm run build
Usage
Development
npm run dev
Production
npm start
Testing
npm test
Tools
get_price
Get the current price for a cryptocurrency.
Parameters:
coin_id(optional): CoinGecko coin ID (e.g., "bitcoin", "ethereum")symbol(optional): Cryptocurrency symbol (e.g., "BTC", "ETH")vs_currency(optional): Target currency (default: "usd")
Example:
{
"symbol": "TRX",
"vs_currency": "usd"
}
get_market_data
Get detailed market data for a cryptocurrency.
Parameters:
coin_id(optional): CoinGecko coin ID (e.g., "bitcoin", "ethereum")symbol(optional): Cryptocurrency symbol (e.g., "BTC", "ETH")vs_currency(optional): Target currency (default: "usd")
Example:
{
"symbol": "BTC"
}
get_historical_data
Get historical price data.
Parameters:
coin_id(optional): CoinGecko coin ID (e.g., "bitcoin", "ethereum")symbol(optional): Cryptocurrency symbol (e.g., "BTC", "ETH")vs_currency(optional): Target currency (default: "usd")days(optional): Number of days (1-365, default: 1)interval(optional): Data interval (daily/hourly)
Example:
{
"symbol": "ETH",
"days": 7,
"interval": "daily"
}
search_coins
Search for cryptocurrencies by name or symbol.
Parameters:
query(required): Search query
Example:
{
"query": "tron"
}
Integration
With Claude Desktop
Add to your MCP settings:
{
"mcpServers": {
"coingecko": {
"command": "node",
"args": ["/path/to/coingecko-mcp-server/build/index.js"]
}
}
}
Rate Limits
CoinGecko's free API has rate limits:
- 10-30 calls per minute
- Please be respectful of their service
License
MIT
## Key Changes from OKX to CoinGecko
1. **API Base URL**: Changed to `https://api.coingecko.com/api/v3`
2. **Endpoints**: Using CoinGecko's endpoints:
- `/simple/price` for basic price data
- `/coins/markets` for detailed market data
- `/coins/{id}/market_chart` for historical data
- `/search` for coin search
3. **Parameters**: Adapted to CoinGecko's parameter structure
4. **Data Format**: Updated types to match CoinGecko's response format
5. **Coin Identification**: Added support for both coin_id and symbol lookup
6. **Error Handling**: Added rate limit detection (HTTP 429)
## Setup Instructions
1. **Create the project directory:**
```bash
mkdir coingecko-mcp-server
cd coingecko-mcp-server
Create all the files above in their respective locations
Install dependencies:
npm installBuild the project:
npm run buildTest the server:
npm test
This CoinGecko-based server should be much more reliable than the OKX version, as CoinGecko has excellent uptime and a well-designed API.
Установка Crypto
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dhruvil05/mcp-cryptoFAQ
Crypto MCP бесплатный?
Да, Crypto MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Crypto?
Нет, Crypto работает без API-ключей и переменных окружения.
Crypto — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Crypto в Claude Desktop, Claude Code или Cursor?
Открой Crypto на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Crypto with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
