Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

io.tooloracle/zkevidenceoracle

io.tooloracle/zkevidenceoracle

ZKEvidenceOracle - 14 zero-knowledge proof tools for compliance evidence: Groth16, PLONK.

Uptime
50.0%
2 direct probes · 30d
Response
132ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

create_commitment

Hash compliance status into ZK commitment. Proves state without revealing details.

verify_commitment

Verify commitment against current state.

build_merkle_tree

Build merkle tree from all active evidence. Root hash proves evidence exists.

verify_merkle_proof

Verify evidence in merkle tree.

create_vc

Create W3C Verifiable Credential for DORA compliance. Grade + score only.

verify_vc

Verify credential integrity.

privacy_report

Privacy-preserving report: hashes instead of raw data.

selective_disclosure

Disclose specific fields, hash the rest.

anchor_status

On-chain anchor status: Polygon ZK attestation + XRPL report anchoring.

audit_proof

Auditor-ready proof package: commitment + merkle + credential.

threshold_proof

Prove 'score >= X' without revealing exact score.

obligation_proof

Prove obligation fulfilled without showing evidence.

health_check

Server status + crypto info.

ping

Connectivity test.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.tooloracle/zkevidenceoracle": {
      "url": "https://tooloracle.io/zk/mcp/",
      "transport": "streamable-http"
    }
  }
}