INDIVIDUAL MCP TOOL
get_network_info
Get BCH2 network stats: current block height, mempool size, and latest block info
LIVE ENDPOINT
https://bch2.org/mcp
Connect to this endpoint to inspect the live schema for get_network_info 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
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 addressget_address_transactions— Get transaction history for a BCH2 addressget_transaction— Get details of a BCH2 transaction by txidget_block— Get BCH2 block details by hash or heightget_price— Get current BCH2 price, 24h change, volume, and market cap from NonKYC exchange