Crypto Market Analysis

v2.1.0Finance & Fintechstable

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.

anthropicclaudecoincapcryptocrypto-api
Share:
39
Stars
0
Downloads
0
Weekly
0/5

What is Crypto Market Analysis?

Crypto Market Analysis is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 a...

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.

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Model Context Protocol (MCP) server that provides comprehe

Use Cases

Real-time crypto pricing
Market trend analysis
Portfolio tracking
truss44

Maintainer

LicenseMIT License
Languagetypescript
Versionv2.1.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y mcp-crypto-price

Manual Installation

npx -y mcp-crypto-price

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Crypto Market Analysis

Crypto Price & Market Analysis MCP Server connects AI assistants to the CoinCap v3 API, delivering real-time cryptocurrency prices, market analysis, historical trend data, exchange rankings, technical indicators, and fiat conversion rates through a clean MCP tool interface. It exposes seven tools covering everything from spot prices and 24-hour stats to SMA, EMA, RSI, and MACD calculations, supporting both STDIO and Streamable HTTP transports. Traders, analysts, and developers use it to ask Claude natural-language questions about crypto markets and get data-backed answers without switching to a dedicated platform.

Prerequisites

  • Node.js 22.14 or higher
  • A CoinCap API key — free tier available at pro.coincap.io/dashboard
  • An MCP-compatible client: Claude Desktop, Claude Code, or another MCP host
  • npx available on your PATH
1

Obtain a CoinCap API key

Sign up at pro.coincap.io/dashboard and create a free API key. The server uses the CoinCap v3 API exclusively, which requires this key — without it all tool calls will return an error.

2

Configure Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Add the server entry with your API key as an environment variable.

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

Windows configuration with cmd wrapper

On Windows, if your MCP client requires launching via cmd.exe, use this variant of the configuration.

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

Restart Claude Desktop

Quit and reopen Claude Desktop. The crypto analysis tools will be available immediately on the next conversation.

5

Verify the connection

Ask Claude for the current price of Bitcoin to confirm the server is running and the CoinCap API key is valid.

Crypto Market Analysis Examples

Client configuration (Claude Desktop)

Standard Claude Desktop configuration with the required COINCAP_API_KEY environment variable.

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

Prompts to try

Use these prompts to explore cryptocurrency data through Claude's natural language interface.

- "What's the current price of Bitcoin and how has it changed in the last 24 hours?"
- "Show me market analysis for ETH including top exchanges and price variation."
- "Give me the 7-day price history for DOGE with daily intervals."
- "What are the top 10 cryptocurrencies by market cap right now?"
- "Show me the technical indicators for SOL — SMA, RSI, and MACD."
- "What is the current EUR to USD conversion rate?"
- "Which exchanges have the highest 24-hour trading volume for BTC?"

Troubleshooting Crypto Market Analysis

All tool calls return an error about a missing or invalid API key

Ensure COINCAP_API_KEY is set correctly in the env block of your MCP config. The server uses the CoinCap v3 API exclusively — v2 keys are no longer valid. Get a new key at pro.coincap.io/dashboard (free tier available) and restart Claude Desktop after updating the config.

get-historical-analysis returns no data or a limited date range

The tool supports up to 30 days of historical data with intervals from 5 minutes to 1 day. Requesting a date range beyond 30 days or using an unsupported interval string will result in empty results. Check the supported interval values in the tool description.

The server starts but Claude shows it as disconnected

Verify Node.js is version 22.14 or higher — the server requires this minimum version. Run 'node --version' to check. If needed, update Node.js via nvm, fnm, or the official installer at nodejs.org.

Frequently Asked Questions about Crypto Market Analysis

What is Crypto Market Analysis?

Crypto Market Analysis is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Crypto Market Analysis?

Install via npm with the command: npx -y mcp-crypto-price. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Crypto Market Analysis?

Crypto Market Analysis works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Crypto Market Analysis free to use?

Yes, Crypto Market Analysis is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "crypto-price-market-analysis-mcp-server": { "command": "npx", "args": ["-y", "mcp-crypto-price"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Crypto Market Analysis?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides