mcpbeat Sign in

Binance Market MCP Server

local only

Binance Market MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Live crypto prices, tickers, and candlestick charts from Binance public data. No key required.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · binance-market-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 binance-market-mcp -- npx -y binance-market-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "binance-market-mcp": {
      "args": [
        "-y",
        "binance-market-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.binance-market-mcp]
command = "npx"
args = ["-y", "binance-market-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "binance-market-mcp": {
      "args": [
        "-y",
        "binance-market-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "binance-market-mcp": {
      "args": [
        "-y",
        "binance-market-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Binance Market MCP

same job, measured the same way
Artifact Hub MCP
by mrfentmen

Helm charts and cloud native packages from Artifact Hub. No key required.

local only
MCP Starmeet
by star-meet

Free Vedic astrology MCP: birth-chart, panchang & nakshatra tools. Public API, no key required.

33 installs/wk local only
KLinePic
by sher1096

Create annotated candlestick charts from broker or exchange fills for post-trade review.

local only
C
Skyaccess
by skyaccess

Search live empty leg private jet flights and get charter price estimates. Free, no API key.

5 tools answering
Balldontlie
by balldontlie

Provides access to live sports data and analytics from BALLDONTLIE: The Sports API

answering
Fxabsolute
by varsansri

Five years of 1-minute forex, index and crypto candles, plus a live bridge to a trader's chart.

32 installs/wk local only
Reportcraft
by rharper105

Generate Splunk dashboards, reports, and alerts from natural language. No API key required.

28 installs/wk local only
X402 Dataviz MCP
by liminalpepe

Free MCP server: render bar/line/area charts to SVG from structured data.

30 installs/wk local only

Binance Market MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Binance Market MCP?
Binance Market MCP 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 binance-market-mcp.
Is Binance Market MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Binance Market MCP?
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 binance-market-mcp straight from npm; nothing to host, nothing to sign up for.