Odel
zkverify

zkverify

Local
@zkarchitectTypeScriptMITUpdated 1mo ago

Cryptographically verifiable blockchain data with Merkle proofs + ECDSA signing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzkverify-mcpv0.3.2

Run

npx -y zkverify-mcp

MCP client config

{
  "mcpServers": {
    "zkverify": {
      "command": "npx",
      "args": [
        "-y",
        "zkverify-mcp"
      ]
    }
  }
}