Etch is a signed audit chain for AI agent decisions, offline-verifiable against pinned public keys.
Etch is a signed audit chain for AI agent decisions. It is designed to be offline-verifiable against pinned public keys, enabling verification of decision integrity without requiring network access.
🛠️ Key Features
Signed audit chain for AI agent decisions
Offline verification
Verification against pinned public keys
🚀 Use Cases
Auditing AI agent decisions with verifiable signatures
Validating decision history in offline environments
Ensuring integrity checks using pinned public keys
⚡ Developer Benefits
Enables offline verification workflows using pinned public keys
Provides a concrete audit mechanism based on signed decision records
⚠️ Limitations
No additional details are provided regarding supported integration types, interfaces, or tool availability (toolCount not specified).
Etch is a signed audit chain for AI agent decisions, offline-verifiable against pinned public keys.
This repository is the MCP integration surface for Etch, the hosted service. It carries only:
The MCP registry metadata (server.json, glama.json)
Per-client integration examples for Claude Code / Cursor / Continue / Cline / Codex
Documentation for attaching an MCP-compliant client to Etch
The hosted Etch service source is proprietary and lives in a separate repository. Nothing in this repository is required to be inspected or modified in order to use Etch.
Try in 30 seconds, no signup
code
curl -X POST https://etch.systems/v1/your-project
The response returns a bearer token, an MCP endpoint URL, and an anonymous project id. Point any MCP-compliant client at https://etch.systems/mcp with the token. Anonymous projects carry 500 signed events over 14 days; convert to a persistent project any time to keep the chain forever.
Every event Etch signs is verifiable offline against pinned public keys with the OSS reference verifier. Auditors pin fingerprints once at pilot onboarding; every past epoch is verifiable indefinitely without contacting Etch.
Reference verifier posture and benchmark numbers: etch.systems
Framework mapping (SR 11-7, EU AI Act Article 12, ISO 42001, NIST AI RMF): etch.systems/aarm
Not a media-provenance envelope (that lane is C2PA and SPIF). Etch signs decisions, not content. Comparison: etch.systems/vs/c2pa.
Not a transparency log (that lane is Sigstore Rekor). Etch is a per-project chain that anchors epochs on Rekor. Comparison: etch.systems/vs/sigstore-rekor.
Not a watermarking system. Etch records who reviewed an output and what they applied, not whether a specific model touched the text.
License
The metadata and documentation in this repository are MIT-licensed (see LICENSE). The hosted Etch service is Business Source License 1.1 with a hosted-service restriction; see etch.systems/pricing for terms.
PulseMCP auto-indexes from the Official MCP Registry when their intake resumes; no separate submission needed.
For issues with the hosted service, contact via etch.systems. For issues with the metadata or integration examples in this repository, open a GitHub issue here.
Install
Remote endpoint
Streamable HTTP
Hosted server - connect over the network, no local install.