Trust Gate MCP — First post-quantum MCP server. Policy-gated AI agent decisions with hybrid Ed25519 + ML-DSA-65 (NIST FIPS 204) cryptographic receipts. No Receipt. No Trust.
@Cyber-Warrior-Network
The first production MCP server with NIST FIPS 204 post-quantum receipts. Every AI agent tool call is policy-gated, hybrid-signed (Ed25519 + ML-DSA-65), and forensically provable — offline, forever. Fail-closed architecture: if the Trust Gate backend is unreachable, every decision returns allow:false. Defended against 15 CVEs including CVE-2026-25253 (OpenClaw), Invariant Labs Tool Poisoning, and Salt Typhoon HNDL. EU AI Act Article 50 native compliance.
Server Config
{
"mcpServers": {
"trust-gate": {
"command": "uvx",
"args": [
"trust-gate-mcp"
],
"env": {
"TRUST_GATE_API_KEY": "your-api-key"
}
}
}
}