mcpbeat Sign in

Blockcypher MCP Server

local only

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

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

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

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

Alternatives to Blockcypher MCP

same job, measured the same way
Blockchair
by pipeworx-io

Blockchair multi-chain block explorer (BTC, ETH, LTC, DOGE, XMR, +12 more)

40 tools answering
Ethplorer MCP
by mrfentmen

Ethereum token explorer: token info, address holdings, transaction history. No key required for...

local only
Blockchain Info MCP
by mrfentmen

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

local only
Thru Explorer MCP
by thru

Thru blockchain explorer: blocks, transactions, accounts, and program ABIs on the Thru RISC-V L1

8 tools answering
Etherscan
by etherscan

Read-only Etherscan V2 blockchain data: balances, transactions, transfers, tokens, contracts, logs.

16 tools answering
TONNode — TON blockchain access
by tonnode

Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.

76 installs/wk local only
Blockchain MCP
by mrfentmen

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

local only
dappgrade — onchain app health index
by auregimon

Pre-transaction health and safety verdicts for onchain apps, by contract address.

3 tools answering

Blockcypher MCP — questions

Answers built from our own checks of this server.

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