Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

KeyHalve - verify sealed documents

com.keyhalve/verify

Free, no-account verification of KeyHalve-sealed documents. Read-only; never receives keys.

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

Tools · 3

keyhalve_verify

Verify a KeyHalve-sealed document. Accepts a verify URL, the raw text of a KeyHalve QR code, or a document id (vp_…, kh_…, cb_…). Returns the cryptographic verdict: whether the seal exists, its live s…

keyhalve_status

Live status of a KeyHalve-sealed document by id: active, revoked (with reason/time), or outside its validity window. Lighter than keyhalve_verify — status only, no integrity or rail checks. Use for "i…

keyhalve_explain

Plain-language explanation of what a KeyHalve verification verdict means and why it can be trusted (blind rail, three-share custody, commitments, revocation). Optionally focused on one topic.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "keyhalve_-_verify_sealed_documents": {
      "url": "https://mcp.keyhalve.com/mcp",
      "transport": "streamable-http"
    }
  }
}