INDIVIDUAL MCP TOOL
spv_verify
Verify ANY Bitcoin (BSV) Merkle inclusion proof — a BEEF envelope (BRC-62), a BUMP (BRC-74), or a raw TSC proof — against block headers bsv.
LIVE ENDPOINT
https://bsv.cx/mcp
Connect to this endpoint to inspect the live schema for spv_verify 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.bsv-cx]
url = "https://bsv.cx/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bsv-cx": {
"type": "http",
"url": "https://bsv.cx/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bsv-cx
Remote MCP URL: https://bsv.cx/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": {
"bsv-cx": {
"url": "https://bsv.cx/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bsv-cx": {
"type": "http",
"url": "https://bsv.cx/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bsv-cx",
"transport": "streamable-http",
"url": "https://bsv.cx/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
notarize_hash— Anchor a sha256 digest in a Bitcoin SV transaction, proving the content existed at this time.verify_hash— Look up a sha256 across EVERY bsv.archive_url— Capture a web page as it looks right now — screenshot and text — and anchor a hash of that capture on-chain.get_archive— Fetch the manifest for a previous archive_url capture: when it was taken, and its proof.verifiable_fetch— Fetch a URL as readable text AND get a receipt anchoring a hash of the exact bytes returned, so you can later prove what the page said when you read it.batch_timestamp— Anchor a Merkle root over many sha256 digests in a single transaction — far cheaper per item than notarizing each one.service_status— Report whether anchoring is currently working.