MCP Crypto Price MCP Server

A Model Context Protocol (MCP) server that provides real-time cryptocurrency data and analysis through CoinCap's API. Features include price

Local serverstdioTypeScript

What is the MCP Crypto Price MCP server?

MCP Crypto Price MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) server that provides real-time cryptocurrency data and analysis through CoinCap's API. Features include price tracking, market analysis, and historical trends.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What the assistant can call

Once MCP Crypto Price is connected, these are the calls the assistant has available:

  • MacOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — %APPDATA%/Claude/claude_desktop_config.json
  • STDIO — via the COINCAP_API_KEY environment variable (see Usage examples above)

Configuration and credentials

You will need 2 environment variables: COINCAP_API_KEY, SMITHERY_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 22.14+ - CoinCap API key via COINCAP_API_KEY

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp crypto price mcp server does with a few real requests.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Crypto Price's toolset — MacOS, Windows, STDIO — is a fair guide to whether it matches your workflow. It is maintained by truss44; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
MacOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%/Claude/claude_desktop_config.json
STDIOvia the COINCAP_API_KEY environment variable (see Usage examples above)

How to install the MCP Crypto Price MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 22.14+ - CoinCap API key via COINCAP_API_KEY
VariableDescriptionRequired
COINCAP_API_KEYCredential the server authenticates with.Yes
SMITHERY_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Crypto Price to MacOS.
  • Use MCP Crypto Price to Windows.
  • Use MCP Crypto Price to STDIO.

Frequently asked questions

It connects MCP Crypto Price to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (MacOS, Windows, STDIO) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Crypto Price directly.