verify-proof

Fulcrum-Enterprises/verify-proof
★ 0 stars Python File System Updated today
Verify blockchain-anchored timestamp proofs offline. Python CLI + MCP server for SHA-256 and Merkle-path verification of ProofLedger and OpenTimestamps proofs.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "verify-proof": {
      "command": "uvx",
      "args": [
        "verify-proof"
      ]
    }
  }
}

Or install with pip: pip install verify-proof

README Excerpt

<!-- mcp-name: io.github.csolomon0704-prog/verify-proof --> A free, open-source CLI tool for verifying blockchain-anchored timestamp proofs. Verify that a file's SHA-256 hash matches a blockchain-anchored proof record, confirming the file existed at a specific point in time. Works with proof files from [ProofLedger](https://proofledger.io) and other blockchain timestamp services.

Tools (4)

compute_file_hashexplain_proofverify_fileverify_hash

Topics

bitcoinblockchainchain-of-custodyclaudeclicopyrightcryptographydigital-evidencemcpmerkle-treemodel-context-protocolopentimestampspolygonproof-of-existencepython