mcp-crypto-price
by truss44·★ 39·Score 45
MCP server providing real-time cryptocurrency price analysis and market data via CoinCap API.
Overview
The mcp-crypto-price server offers comprehensive cryptocurrency analysis tools including real-time price tracking, market analysis, historical data, technical indicators, and exchange information. It supports both STDIO and HTTP transport methods, making it compatible with various MCP clients. The server uses CoinCap's v3 API which requires a free API key for access.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need real-time cryptocurrency market data within MCP-enabled AI assistants for trading or investment research.
When NOT to choose this
Don't choose this if you need comprehensive trading features beyond market data, or if you prefer self-hosted solutions without external API dependencies.
Tools this server exposes
7 tools extracted from the READMEget-crypto-priceGets current price and 24h stats for any cryptocurrency
get-market-analysisProvides detailed market analysis including top exchanges and price variations
get-historical-analysisAnalyzes historical price data with customizable time intervals
get-top-assetsLists top cryptocurrencies ranked by market cap
get-technical-analysisReturns technical indicators like SMA, EMA, RSI, and MACD for any cryptocurrency
get-ratesReturns USD-based conversion rates for fiat currencies and cryptocurrencies
get-exchangesLists top cryptocurrency exchanges ranked by 24h volume
Comparable tools
Installation
- Install Node.js 22.14+
- Get a free CoinCap API key at [pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)
- Add to Claude Desktop config:
{
"mcpServers": {
"mcp-crypto-price": {
"command": "npx",
"args": ["-y", "mcp-crypto-price"],
"env": {
"COINCAP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}FAQ
- What API does this server use?
- It uses CoinCap v3 API which requires a free API key available at pro.coincap.io/dashboard.
- How can I run this server over HTTP?
- You can run it as an HTTP server with 'pnpm dev' for development or 'pnpm start:http' after building. The server listens on port 3000 by default.
Compare mcp-crypto-price with
Last updated · Auto-generated from public README + GitHub signals.