MCP Catalogs
Home

mcp-crypto-price

by truss44·39·Score 45

MCP server providing real-time cryptocurrency price analysis and market data via CoinCap API.

financeai-llmdeveloper-tools
9
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Track current cryptocurrency prices and 24h market changes
you:Analyze historical price trends and technical indicators
you:Compare exchanges and get market analysis insights
you:What API does this server use?
you:How can I run this server over HTTP?

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 README
  • get-crypto-price

    Gets current price and 24h stats for any cryptocurrency

  • get-market-analysis

    Provides detailed market analysis including top exchanges and price variations

  • get-historical-analysis

    Analyzes historical price data with customizable time intervals

  • get-top-assets

    Lists top cryptocurrencies ranked by market cap

  • get-technical-analysis

    Returns technical indicators like SMA, EMA, RSI, and MACD for any cryptocurrency

  • get-rates

    Returns USD-based conversion rates for fiat currencies and cryptocurrencies

  • get-exchanges

    Lists top cryptocurrency exchanges ranked by 24h volume

Comparable tools

coincap-mcpcrypto-apitradingview-mcpbinance-api-mcp

Installation

  1. Install Node.js 22.14+
  2. Get a free CoinCap API key at [pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)
  3. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.