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

Trust Gate

io.github.cwnapps/trust-gate-mcp

Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.

Uptime
100.0%
2 direct probes · 30d
Response
1680ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

mint_receipt_for_record_change

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).

audit_my_agent_inventory

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_action_receipt

Mint a post-quantum receipt for an arbitrary consequential agent action.

verify_receipt

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…

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