mcpbeat Sign in

MCP Market Data MCP Server

local only

MCP Market Data runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 30 Jul 2026.

MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs

Installs per day peak 32 · avg 12 · +77% w/w
a month agotoday
63
Installs / week
npm · @cryptoapis-io/mcp-market-data
0
Stars
0 open issues
30 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Market Data every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-market-data -- npx -y @cryptoapis-io/mcp-market-data
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-market-data": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-market-data"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-market-data]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-market-data"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-market-data": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-market-data"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-market-data": {
      "args": [
        "-y",
        "@cryptoapis-io/mcp-market-data"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CRYPTOAPIS_API_KEY (Crypto APIs API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Market Data

same job, measured the same way
Arzbin MCP Server
by arzbin

Live Iran exchange rates, gold, crypto, and Toman market data for AI agents.

6 tools answering
CoinMarketCap
by coinmarketcap

Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.

answering
Crypto Price MCP
by lulu-the-narwhal

Free, keyless live cryptocurrency prices, market cap, and 24h change via CoinGecko.

1 tools answering
Coingecko MCP Server
by friendlygeorge

MCP server for CoinGecko cryptocurrency data API

40 installs/wk local only
ZebPay MCP Server
by zebpayrajesh

MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders

21 installs/wk local only
Finance MCP Server
by thenextgennexus

Get stock data, screen stocks, track crypto prices, and monitor exchange rates

20 installs/wk local only
crypto
by pipeworx-io

Crypto MCP — cryptocurrency prices and currency conversion

36 tools answering
CoinPaprika
by coinpaprika

Real-time crypto market data: prices, tickers, exchanges, OHLCV candles, and metadata.

31 tools answering

MCP Market Data — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Market Data?
MCP Market Data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cryptoapis-io/mcp-market-data was installed 63 times last week.
How do I connect MCP Market Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cryptoapis-io/mcp-market-data straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Market Data?
The npm package @cryptoapis-io/mcp-market-data was installed 63 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Market Data open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.