cronozen-proof by cronozen
26 score
Tamper-proof audit trail for AI decisions. 6 tools to record, verify, and export cryptographic proof chains via MCP.
Ranked #1304 out of 1884 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 0%
Stars 1
Platform Breadth 1 platform
Contributors 1
Description Good
How to Improve
Issue Health high impact
Contributors medium impact
Stars low impact
Supported Platforms
From the README
# @cronozen/mcp-server Tamper-proof audit trail for AI decisions. Record, verify, and export cryptographic proof chains via MCP. ## Overview This MCP server exposes 6 tools for AI decision provenance — recording decisions, verifying cryptographic integrity, and exporting audit-ready evidence. AI clients such as Claude Desktop connect over **Streamable HTTP** transport and interact with decision proofs through a standard MCP interface. - **Transport**: Streamable HTTP (not SSE, not stdio) - **Session model**: Stateful per-session transport with UUID session IDs - **Auth forwarding**: Per-request Bearer token is forwarded to the underlying API ## Tools | Tool | Description | Required Params | Optional Params | |------|-------------|-----------------|-----------------| | `proof_record` | Records an AI execution as a DPU. Creates a cryptographically chained proof record with SHA-256 hash chain. | `domain` (string), `purpose` (string), `final_action` (string) | `evidence_level` (DRAFTRead full README on GitHub →