Google PageRank for AI agents. 25,000+ tools indexed.

cronozen-proof by cronozen

#1304 of 1884 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

You have 1 open vs 0 closed issues — triaging stale issues improves health

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Badge

AgentRank score for cronozen-proof by cronozen
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-cronozen--mcp-server)](https://agentrank-ai.com/skill/glama-cronozen--mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-cronozen--mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-cronozen--mcp-server" alt="AgentRank"></a>

Supported Platforms

MCP

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` (DRAFT
Read full README on GitHub →