CoinCap MCP server

Integrates with CoinCap's API v3 to provide real-time cryptocurrency price tracking, market analysis, and historical trend data for informed investment decisions.
Back to servers
Provider
wazzan
Release date
Mar 17, 2025
Language
TypeScript
Package
Stats
726 downloads

The Crypto Price & Market Analysis MCP server provides comprehensive cryptocurrency analysis using the CoinCap API. It offers real-time price data, market analysis, and historical trends through an easy-to-use interface for Claude and other AI assistants that support the Model Context Protocol.

Installation Options

Quick Setup with Claude Desktop

  1. Install Node.js from nodejs.org
  2. Install Claude Desktop
  3. Configure Claude Desktop:
    • Open the hamburger menu → File → Settings → Developer → Edit Config
    • Add the following configuration to your claude_desktop_config.json file:
{
  "mcpServers": {
    "mcp-coincap-jj": {
      "command": "npx",
      "args": [
        "-y",
        "@bujaayjaay/mcp-coincap-jj"
      ],
      "env": {
        "COINCAP_API_KEY": "INPUT_YOUR_API_KEY_HERE"
      }
    }
  }
}

Claude Desktop config file locations:

  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json

Installation via npm

npm install @bujaayjaay/mcp-coincap-jj

Installation via Smithery

If you have Smithery installed for Claude Desktop:

smithery install @bujaayjaay/mcp-coincap-jj

API Key Requirement

You must obtain an API Key from CoinCap to use this server:

  1. Visit https://pro.coincap.io/api-docs/
  2. Sign up and get your API key
  3. Add your API key to the configuration as shown above

Available Tools

get-crypto-price

This tool retrieves current price and 24-hour statistics for any cryptocurrency.

Information provided includes:

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

get-market-analysis

Provides detailed market analysis including:

  • Top 5 exchanges by volume for the specified cryptocurrency
  • Price variations across different exchanges
  • Volume distribution analysis
  • Volume Weighted Average Price (VWAP)

get-historical-analysis

Analyzes historical price data with:

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

Example Prompts

Try asking Claude questions like:

  • "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"

How to add this MCP server to Cursor

There are two ways to add an MCP server to Cursor. The most common way is to add the server globally in the ~/.cursor/mcp.json file so that it is available in all of your projects.

If you only need the server in a single project, you can add it to the project instead by creating or adding it to the .cursor/mcp.json file.

Adding an MCP server to Cursor globally

To add a global MCP server go to Cursor Settings > MCP and click "Add new global MCP server".

When you click that button the ~/.cursor/mcp.json file will be opened and you can add your server like this:

{
    "mcpServers": {
        "cursor-rules-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "cursor-rules-mcp"
            ]
        }
    }
}

Adding an MCP server to a project

To add an MCP server to a project you can create a new .cursor/mcp.json file or add it to the existing one. This will look exactly the same as the global MCP server example above.

How to use the MCP server

Once the server is installed, you might need to head back to Settings > MCP and click the refresh button.

The Cursor agent will then be able to see the available tools the added MCP server has available and will call them when it needs to.

You can also explictly ask the agent to use the tool by mentioning the tool name and describing what the function does.

Want to 10x your AI skills?

Get a free account and learn to code + market your apps using AI (with or without vibes!).

Nah, maybe later