← Registry

Data Collection

bch2.org

Provides Bitcoin Cash blockchain data retrieval functions.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected September 5, 2026

ENDPOINT 1

https://bch2.org/mcp

No auth detected

MCP server metadata

Name
bch2-blockchain
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

get_address_balance

Get confirmed and unconfirmed BCH2 balance for a CashAddr address

Inferred read-only
get_address_transactions

Get transaction history for a BCH2 address

Inferred read-only
get_transaction

Get details of a BCH2 transaction by txid

Inferred read-only
get_block

Get BCH2 block details by hash or height

Inferred read-only
get_network_info

Get BCH2 network stats: current block height, mempool size, and latest block info

Inferred read-only
get_price

Get current BCH2 price, 24h change, volume, and market cap from NonKYC exchange

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bch2-blockchain]
url = "https://bch2.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bch2-blockchain": {
      "type": "http",
      "url": "https://bch2.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bch2-blockchain
Remote MCP URL: https://bch2.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bch2-blockchain": {
      "url": "https://bch2.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bch2-blockchain": {
      "type": "http",
      "url": "https://bch2.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bch2-blockchain",
  "transport": "streamable-http",
  "url": "https://bch2.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bch2.org was fetched 2026-07-27T08:30:33.873Z and is being refreshed.

Trust status RestrictedContent

bch2.org is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.