← bch2.org

INDIVIDUAL MCP TOOL

get_block

Get BCH2 block details by hash or height

bch2.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://bch2.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_block and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bch2.org

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.

Related tools

  • get_address_balance — Get confirmed and unconfirmed BCH2 balance for a CashAddr address
  • get_address_transactions — Get transaction history for a BCH2 address
  • get_transaction — Get details of a BCH2 transaction by txid
  • get_network_info — Get BCH2 network stats: current block height, mempool size, and latest block info
  • get_price — Get current BCH2 price, 24h change, volume, and market cap from NonKYC exchange