mcpbeat Sign in

Blockchain MCP Server

local only

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

Bitcoin blockchain data: latest block height, block info, address info, and mempool fee...

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

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

Alternatives to Blockchain MCP

same job, measured the same way
Blockchain Info MCP
by mrfentmen

Bitcoin data from blockchain.info: price ticker, latest block, and address balances. No key...

local only
Mempool Space
by pipeworx-io

mempool.space MCP — Bitcoin block explorer + mempool/fee stats

41 tools answering
Bitview
by bitcoinresearchkit

Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.

answering
Blockcypher MCP
by mrfentmen

Blockchain explorer for BTC, ETH, LTC, DOGE: block info, address balance, transaction details.

local only
Blockstream Info
by pipeworx-io

Blockstream Esplora Bitcoin block explorer (mainnet + testnet)

44 tools answering
Orbuc
by xorbuc

On-chain stablecoin market cap and Bitcoin institutional holdings data.

12 tools answering
Anomaly MCP
by forgemeshlabs

Real-time anomaly detection for blockchain, aviation, GitHub, mempool, and depeg signals.

48 installs/wk local only
Bitcoin MCP
by bortlesboat

49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.

221 installs/wk local only

Blockchain MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Blockchain MCP?
Blockchain 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 @mrfentmen/blockchain-mcp.
Is Blockchain 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 Blockchain 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 @mrfentmen/blockchain-mcp straight from npm; nothing to host, nothing to sign up for.