
Three.Ws Provenance
- 89 repo stars
- Updated July 28, 2026
- nirholas/three.ws
Records and audits an append-only, signed, on-chain-verifiable log of what agents did.
About
three.ws Provenance is an MCP server that keeps an append-only, cryptographically signed, on-chain-verifiable log of agent actions so you can record and audit exactly what an agent did. A solo builder running autonomous agents uses it for accountability and compliance, optionally ERC-191-signing each action so anyone can recover the signer and verify authorship on-chain.
- Append-only signed action ledger
- On-chain-verifiable via ERC-191 signatures
- Owner-scoped read and append
Three.Ws Provenance by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
claude mcp add --env THREE_WS_BASE=YOUR_THREE_WS_BASE --env THREE_WS_TIMEOUT_MS=YOUR_THREE_WS_TIMEOUT_MS --env THREE_WS_TOKEN=YOUR_THREE_WS_TOKEN --env THREE_WS_SIGNER_KEY=YOUR_THREE_WS_SIGNER_KEY provenance-mcp -- npx -y @three-ws/provenance-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 89 |
|---|---|
| Package | @three-ws/provenance-mcp |
| Transport | STDIO |
| Auth | Required |
| Last updated | July 28, 2026 |
| Repository | nirholas/three.ws ↗ |
What it does
Records and audits an append-only, signed, on-chain-verifiable log of what agents did.
Who is it for?
Teams needing an auditable trail of agent actions
Skip if: Simple local logging with no verifiability need