Cronozen Proof
@cronozen
About Cronozen Proof
Cronozen Proof — Tamper-proof audit trail for AI decisions. Open-source core + managed cloud.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cronozen-proof": {
"url": "https://mcp.cronozen.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cronozen Proof?
Cronozen Proof provides a tamper-proof audit trail for AI decisions. It records, verifies, and exports cryptographic proof chains via MCP, SDK, or REST API, using SHA-256 hash chains to create immutable evidence.
How to use Cronozen Proof?
Connect Claude Desktop, Cursor, or any MCP client by adding the server URL and API key to your mcpServers config, or install via Smithery. Alternatively, use the npm SDK (cronozen) to record and verify decisions programmatically. Available MCP tools include proof_record, proof_verify, proof_chain_verify, proof_get, proof_export_jsonld, and proof_public_verify.
Key features of Cronozen Proof
- Immutable SHA-256 hash chain for every decision
- Public verification without authentication
- Audit-ready JSON-LD v2.0 evidence export
- Three integration paths: MCP, SDK, REST API
- Self-hosted or Cronozen Cloud options
- Hash chain links content, previous hash, and timestamp
Use cases of Cronozen Proof
- Track every AI agent decision in production
- Auto-generate tamper-proof evidence for SOC2, EU AI Act, Korea AI Basic Act
- Answer "why did the AI do this?" with cryptographic proof
- Record human approval/rejection alongside AI decisions
- Immutable records for financial transactions and approvals
FAQ from Cronozen Proof
How does Cronozen Proof ensure tamper-proof evidence?
Every decision record contains a SHA-256 hash computed from its content, the previous record's hash, and a timestamp. This creates an append-only chain — tampering with any record breaks the chain for all subsequent records.
What integration options are available?
Cronozen Proof offers three paths: an MCP server for AI clients, a high-level Node.js SDK (cronozen), and a self-hosted core library (@cronozen/dpu-core) with zero dependencies. It also provides a REST API.
Can I self-host Cronozen Proof?
Yes. You can run the MCP server via Docker or from source, configure your own API endpoint, and fully control the deployment. The core hash chain library is also self-hosted and free.
Is there a cloud version?
Yes, Cronozen Cloud handles hosting, security, backups, and updates. Plans include Cloud Pro ($99/mo, 1,000 events) and Cloud Business ($299/mo, unlimited events). Enterprise plans with custom SLAs and on-premise managed options are available.
What are the runtime requirements?
The core library (@cronozen/dpu-core) has zero dependencies and runs anywhere. The MCP server requires Node.js and can be containerized with Docker. All integrations require an API key for authenticated operations; public verification does not require authentication.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments