Trust Gate
io.github.cwnapps/trust-gate-mcpPost-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.
Tools · 4
Mint a post-quantum receipt for one CRM record change. Old/new values are carried as SHA-256 hashes. Works with any CRM (Relaticle, hosted CRMs, custom).
Rank a CALLER-PROVIDED list of MCP tools by worst-regret if they act, with a signed receipt. Cannot auto-discover the inventory -- MCP does not allow that; the caller must pass it in.
Mint a post-quantum receipt for an arbitrary consequential agent action.
Verify a Trust Gate receipt from the certificate alone (offline). require_pq=True (default via OAO_REQUIRE_PQ) FAILS if the ML-DSA-65 or SLH-DSA legs are missing -- defends against signature-stripping…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"trust_gate": {
"url": "https://trust-gate-mcp.onrender.com/mcp",
"transport": "streamable-http"
}
}
}