KeyHalve - verify sealed documents
com.keyhalve/verifyFree, no-account verification of KeyHalve-sealed documents. Read-only; never receives keys.
Tools · 3
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…
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…
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.
Similar MCP servers embedding-nearest
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"
}
}
}