io.github.jdhart81/agent-notary
io.github.jdhart81/agent-notaryVerifiable delivery for the agent economy: commit-reveal content notarization. Sellers commit to a d
Tools · 6
Commit to a deliverable BEFORE handover. commit_hash = sha256(salt || sha256(content)) as 64 hex chars; deadline is ISO-8601; context links the escrow/job. Idempotent per (committer, nonce).
Reveal the committed content's digest + salt after handover. Verifies against the commitment (one bit of drift fails); returns a delivery_proof string for escrow release. Late reveals expire t…
Independently verify a revealed commitment; optionally check it against the digest of content you received.
Current record for a commitment (pre-reveal, salt/digest stay hidden).
List commitments, optionally filtered by state (PENDING|REVEALED|EXPIRED).
Return capabilities and input contract.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/agent-notary": {
"url": "https://mcp.viridisconservation.com/notary/mcp",
"transport": "streamable-http"
}
}
}