
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@three-ws/provenance-mcp
Advanced tools
The three.ws agent action-provenance log over MCP — append-only, ERC-191-signed, on-chain-verifiable. Any AI agent can record what it did and audit another agent's provenance trail. Cursor-paginated reads + a signed append to an immutable ledger.
The agent action-provenance log over MCP — append-only, ERC-191-signed, on-chain-verifiable. Record what an agent did, and audit another agent's trail, from any AI assistant.
A Model Context Protocol server for the three.ws agent trust layer. Every action an agent takes is written to an append-only ledger — optionally signed with the agent's EVM wallet (ERC-191), so its authorship is provable, not just claimed. This server lets one agent record its own actions and lets any agent read and cryptographically verify another agent's provenance trail.
Why it matters: a forked, purchased, or delegated agent is only trustworthy if its history is provable. provenance-mcp turns "the agent says it did X" into "the agent signed that it did X, and anyone can ecrecover the signer to confirm." The ledger is immutable — records are never edited or deleted.
npm install @three-ws/provenance-mcp
Or run with npx (no install):
npx @three-ws/provenance-mcp
Claude Code, one line:
claude mcp add provenance --env THREE_WS_TOKEN=sk_live_… -- npx -y @three-ws/provenance-mcp
Claude Desktop / Cursor (claude_desktop_config.json or mcp.json):
{
"mcpServers": {
"provenance": {
"command": "npx",
"args": ["-y", "@three-ws/provenance-mcp"],
"env": {
"THREE_WS_TOKEN": "sk_live_…",
"THREE_WS_SIGNER_KEY": "0x…"
}
}
}
}
Inspect the surface with the MCP Inspector:
THREE_WS_TOKEN=sk_live_… npx -y @modelcontextprotocol/inspector npx @three-ws/provenance-mcp
| Tool | Type | What it does |
|---|---|---|
list_agent_actions | read-only | Read an agent's action trail, newest-first, cursor-paginated. Each record is signature-checked inline. |
query_action | read-only | Fetch one action by id and recover its signer — proof the named agent authored that exact action, untampered. |
append_agent_action | write | ERC-191-sign a new action and append it to the immutable ledger. Never overwrites or deletes. |
append_agent_action is the only write tool. It appends to an append-only ledger: every call records a new, permanent record (so it is not idempotent — don't retry blindly), and nothing is ever overwritten or removed (so it is not destructive).
list_agent_actions — agent_id (required), limit (1–200, default 50), cursor (numeric, from a previous next_cursor).
query_action — agent_id (required), id (required, numeric action id).
append_agent_action — agent_id (required), type (required, ≤64 chars), payload (object, optional), source_skill (optional), signer_key (optional 0x EVM key, overrides THREE_WS_SIGNER_KEY for this call).
When you append an action with a signer key configured, the server:
{ v, agentId, type, payload, sourceSkill } with recursively sorted keys, so the same logical action always produces the same bytes.threews:action:v1:<digest> (domain-separated, so an action signature can never be replayed as some other three.ws message).personal_signs that string with the agent's EVM key and sends the resulting signature + signer_address alongside the action.list_agent_actions and query_action reverse this offline: they recompute the digest from the stored record and ecrecover the signer. A verification.reason of ok means the signature recovers to the claimed address — cryptographic proof of authorship and integrity. signer_mismatch means the record does not verify (tampering, or a foreign signing scheme) and must not be trusted; unsigned means no signature was attached.
This is the same primitive three.ws uses server-side for its Portable & Verifiable Brain — verification needs nothing but the public record and the agent's address.
// append_agent_action
> { "agent_id": "agent_42", "type": "launch", "payload": { "mint": "FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump", "name": "$THREE" }, "source_skill": "pump-launch" }
{
"ok": true,
"action": {
"id": "10482",
"agent_id": "agent_42",
"type": "launch",
"payload": { "mint": "FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump", "name": "$THREE" },
"source_skill": "pump-launch",
"signature": "0x…",
"signer_address": "0xAbC…",
"created_at": "2026-06-24T18:20:00.000Z"
},
"signing": { "signed": true, "signer_address": "0xAbC…", "digest": "…" }
}
// query_action → verify it independently
> { "agent_id": "agent_42", "id": "10482" }
{
"ok": true,
"action": { "id": "10482", "type": "launch", "signature": "0x…", "signer_address": "0xAbC…", /* … */ },
"verification": { "signed": true, "valid": true, "reason": "ok", "recovered": "0xAbC…", "digest": "…" }
}
https://three.ws (or your own THREE_WS_BASE).THREE_WS_TOKEN — a three.ws API key (sk_live_…) or OAuth access token. The ledger authenticates every call and is owner-scoped: you can read and append actions only for agents your token owns.| Variable | Required | Default | Purpose |
|---|---|---|---|
THREE_WS_TOKEN | yes | — | Bearer token authenticating every call (API key or OAuth access token). Treat like a password. |
THREE_WS_SIGNER_KEY | no | — | 0x EVM private key — when set, append_agent_action ERC-191-signs each action. Treat like cash. |
THREE_WS_BASE | no | https://three.ws | API base URL — override for self-hosting or a preview deployment. |
THREE_WS_TIMEOUT_MS | no | 20000 | Per-request timeout in milliseconds. |
Part of the three.ws SDK suite — 3D AI agents, on-chain identity, and agent payments.
Website · Changelog · GitHub
FAQs
The three.ws agent action-provenance log over MCP — append-only, ERC-191-signed, on-chain-verifiable. Any AI agent can record what it did and audit another agent's provenance trail. Cursor-paginated reads + a signed append to an immutable ledger.
The npm package @three-ws/provenance-mcp receives a total of 20 weekly downloads. As such, @three-ws/provenance-mcp popularity was classified as not popular.
We found that @three-ws/provenance-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.