io.tooloracle/zkevidenceoracle
io.tooloracle/zkevidenceoracleZKEvidenceOracle - 14 zero-knowledge proof tools for compliance evidence: Groth16, PLONK.
Tools · 14
Hash compliance status into ZK commitment. Proves state without revealing details.
Verify commitment against current state.
Build merkle tree from all active evidence. Root hash proves evidence exists.
Verify evidence in merkle tree.
Create W3C Verifiable Credential for DORA compliance. Grade + score only.
Verify credential integrity.
Privacy-preserving report: hashes instead of raw data.
Disclose specific fields, hash the rest.
On-chain anchor status: Polygon ZK attestation + XRPL report anchoring.
Auditor-ready proof package: commitment + merkle + credential.
Prove 'score >= X' without revealing exact score.
Prove obligation fulfilled without showing evidence.
Server status + crypto info.
Connectivity test.
Similar MCP servers embedding-nearest
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"
}
}
}