Crypto Price & Market Analysis MCP Server

Crypto Price & Market Analysis MCP Server

By truss44 GitHub

A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.

nodejs real-time
Overview

What is MCP Crypto Price?

MCP Crypto Price is a Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis using CoinCap's API. It allows users to fetch crypto prices, analyze market trends, and track historical data.

How to use MCP Crypto Price?

To use MCP Crypto Price, clone the repository from GitHub, install the necessary dependencies, and configure it in your Claude Desktop config file. After setup, you can launch the server and start querying cryptocurrency data.

Key features of MCP Crypto Price?

  • Real-time price data for various cryptocurrencies
  • Detailed market analysis including top exchanges and price variations
  • Historical price data analysis with customizable time intervals
  • Easy integration with Claude and other MCP clients

Use cases of MCP Crypto Price?

  1. Fetching current prices of cryptocurrencies like Bitcoin and Ethereum.
  2. Analyzing market trends and trading volumes across different exchanges.
  3. Tracking historical price data for investment analysis.

FAQ from MCP Crypto Price?

  • What cryptocurrencies can I track?

You can track any cryptocurrency available on CoinCap's API.

  • Is there a limit on API requests?

While the basic setup does not require an API key, using one can increase your rate limits.

  • Can I run this on Windows?

Yes! The setup instructions include steps for both MacOS and Windows.

Content

Crypto Price & Market Analysis MCP Server

smithery badge NPM Downloads

A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.

Usage

Add this configuration to your Claude Desktop config file:

  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-crypto-price": {
      "command": "npx",
      "args": ["-y", "mcp-crypto-price"]
    }
  }
}

Optional: CoinCap API Key

For higher rate limits, add an API key to your configuration:

{
  "mcpServers": {
    "mcp-crypto-price": {
      "command": "npx",
      "args": ["-y", "mcp-crypto-price"],
      "env": {
        "COINCAP_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Important Note: CoinCap is sunsetting their v2 API. This MCP supports both v2 and v3 APIs:

  • If you provide a COINCAP_API_KEY, it will attempt to use the v3 API first, falling back to v2 if necessary
  • Without an API key, it will use the v2 API (which will eventually be discontinued)
  • It's recommended to obtain an API key from pro.coincap.io/dashboard as the v2 API will be completely deactivated in the future

Launch Claude Desktop to start using the crypto analysis tools.

Tools

get-crypto-price

Gets current price and 24h stats for any cryptocurrency, including:

  • Current price in USD
  • 24-hour price change
  • Trading volume
  • Market cap
  • Market rank

get-market-analysis

Provides detailed market analysis including:

  • Top 5 exchanges by volume
  • Price variations across exchanges
  • Volume distribution analysis
  • VWAP (Volume Weighted Average Price)

get-historical-analysis

Analyzes historical price data with:

  • Customizable time intervals (5min to 1 day)
  • Support for up to 30 days of historical data
  • Price trend analysis
  • Volatility metrics
  • High/low price ranges

Sample Prompts

  • "What's the current price of Bitcoin?"
  • "Show me market analysis for ETH"
  • "Give me the 7-day price history for DOGE"
  • "What are the top exchanges trading BTC?"
  • "Show me the price trends for SOL with 1-hour intervals"

Project Inspiration

This project was inspired by Alex Andru's coincap-mcp project.

License

This project is licensed under the MIT License

No tools information available.
Minecraft MCP Server
Minecraft MCP Server by yuniko-software

A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction

nodejs javascript
View Details

MCP Tools Usage From LangChain ReAct Agent / Example in TypeScript

nodejs typescript
View Details

An MCP server built with Node.js/TypeScript that allows AI agents to securely read PDF files (local or URL) and extract text, metadata, or page counts. Uses pdf-parse.

nodejs pdf
View Details

MCP Client Implementation Using LangChain ReAct Agent / TypeScript

nodejs typescript
View Details

【Every star you give feeds a hungry developer's motivation!⭐️】A Model Context Protocol (MCP) server implementation that provides Google Jobs search capabilities via SerpAPI integration. Features multi-language support, comprehensive search parameters, and smart error handling.

nodejs typescript
View Details

An MCP server built with Node.js/TypeScript that allows AI agents to securely read PDF files (local or URL) and extract text, metadata, or page counts. Uses pdf-parse.

nodejs pdf
View Details
MCP Hub
MCP Hub by ravitemer

A centralized manager for Model Context Protocol (MCP) servers with dynamic server management and monitoring

nodejs ai
View Details