# io.tooloracle/zkevidenceoracle (remote · tooloracle.io)

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

- Trust score: 60/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `tooloracle.io`: 60/100 (this document), [markdown](https://verifymcp.io/servers/io-tooloracle-zkevidenceoracle/zk-mcp.md), [page](https://verifymcp.io/servers/io-tooloracle-zkevidenceoracle/zk-mcp)

## Channel facts

- Endpoint: `https://tooloracle.io/zk/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 14 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 437 tokens (~31/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 75/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 25% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-tooloracle-zkevidenceoracle https://tooloracle.io/zk/mcp/
```

### Codex

```toml
[mcp_servers.io-tooloracle-zkevidenceoracle]
url = "https://tooloracle.io/zk/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-tooloracle-zkevidenceoracle": {
      "type": "remote",
      "url": "https://tooloracle.io/zk/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-tooloracle-zkevidenceoracle --url https://tooloracle.io/zk/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-tooloracle-zkevidenceoracle:
    url: "https://tooloracle.io/zk/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "io-tooloracle-zkevidenceoracle": {
      "type": "http",
      "url": "https://tooloracle.io/zk/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 59, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 54, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 53)

First indexed and scored.

## MCP tools (14)

### `create_commitment` (~32 tokens)

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

Input parameters:

- `entity_id` (string)

### `verify_commitment` (~23 tokens)

Verify commitment against current state.

Input parameters:

- `commitment_id` (string)

### `build_merkle_tree` (~33 tokens)

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

Input parameters:

- `entity_id` (string)

### `verify_merkle_proof` (~34 tokens)

Verify evidence in merkle tree.

Input parameters:

- `evidence_id` (string)
- `tree_id` (string)

### `create_vc` (~53 tokens)

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

Input parameters:

- `entity_id` (string)
- `type` (string): dora_readiness|mica_compliance|aml_screening

### `verify_vc` (~21 tokens)

Verify credential integrity.

Input parameters:

- `credential_id` (string)

### `privacy_report` (~27 tokens)

Privacy-preserving report: hashes instead of raw data.

Input parameters:

- `entity_id` (string)

### `selective_disclosure` (~48 tokens)

Disclose specific fields, hash the rest.

Input parameters:

- `disclose` (string): Comma-separated: score,grade,entity_name,total_checks,green_checks
- `entity_id` (string)

### `anchor_status` (~25 tokens)

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

### `audit_proof` (~29 tokens)

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

Input parameters:

- `entity_id` (string)

### `threshold_proof` (~45 tokens)

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

Input parameters:

- `entity_id` (string)
- `threshold` (integer): Minimum score to prove (default: 80)

### `obligation_proof` (~43 tokens)

Prove obligation fulfilled without showing evidence.

Input parameters:

- `entity_id` (string)
- `obligation_id` (string): e.g. DORA-TPR-03

### `health_check` (~14 tokens)

Server status + crypto info.

### `ping` (~10 tokens)

Connectivity test.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-tooloracle-zkevidenceoracle/zk-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 59
- 2026-07-31: 56
- 2026-07-29: 55
- 2026-07-28: 54
- 2026-07-27: 54
- 2026-07-26: 53

## Links

- Remote endpoint: https://tooloracle.io/zk/mcp/
- Repository: https://github.com/ToolOracle/zkevidenceoracle
- Changelog RSS feed: https://verifymcp.io/servers/io-tooloracle-zkevidenceoracle/zk-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-tooloracle-zkevidenceoracle/zk-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-tooloracle-zkevidenceoracle/zk-mcp
