Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/agent-notary

io.github.jdhart81/agent-notary

Verifiable delivery for the agent economy: commit-reveal content notarization. Sellers commit to a d

Uptime
100.0%
1 direct probes · 30d
Response
558ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

commit

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

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…

verify

Independently verify a revealed commitment; optionally check it against the digest of content you received.

commitment_status

Current record for a commitment (pre-reveal, salt/digest stay hidden).

list_commitments

List commitments, optionally filtered by state (PENDING|REVEALED|EXPIRED).

describe_agent

Return capabilities and input contract.

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"
    }
  }
}