Trust Gate Mcp
@CWNApps
关于 Trust Gate Mcp
Policy-gated AI decisions with Ed25519 cryptographic receipts. No receipt, no trust.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"trust-gate": {
"url": "https://trust-gate-mcp.onrender.com/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Trust Gate Mcp?
Trust Gate Mcp is an MCP server that provides post-quantum, tamper-evident receipts for consequential agent actions. It integrates with the open-source OpenAgentOntology signing primitive and is designed for agents that need auditable, cryptographically verifiable trails.
How to use Trust Gate Mcp?
Install the package and run the server locally with pip install mcp "openagentontology[pq]" then python server.py. For containerized deployment, build the Docker image and run it with a volume mount on /data/oao for key persistence: docker build -t trust-gate-mcp . and docker run -p 8081:8081 -v trust-gate-data:/data/oao trust-gate-mcp.
Key features of Trust Gate Mcp
- Four tools:
mint_receipt_for_record_change,audit_my_agent_inventory,mint_action_receipt,verify_receipt - Post-quantum signing using Ed25519 + ML-DSA-65 + SLH-DSA
- Offline, no‑database verification via
verify_receipt - Read‑only audit tool that ranks tools by worst‑regret
- Quantum hardening including PQ‑required verify and 128‑bit
kid - Optional bearer‑auth and CORS via environment variables
Use cases of Trust Gate Mcp
- Minting post‑quantum receipts for CRM record changes
- Auditing an agent’s inventory of MCP tools for regret ranking
- Minting receipts for any consequential agent action
- Verifying receipts offline without a database
FAQ from Trust Gate Mcp
What is the signing primitive used?
The OpenAgentOntology mint_receipt primitive: Ed25519 + ML‑DSA‑65 + SLH‑DSA.
How do I run Trust Gate Mcp locally?
Install the package with pip install mcp "openagentontology[pq]" and then run python server.py.
What is required for production deployment?
A volume mount on /data/oao is required for persistent signing keys; without it the key rotates per restart and breaks long‑running verification chains.
Does Trust Gate Mcp auto‑discover other servers?
No – the MCP protocol does not allow auto‑discovery of other servers.
Is verification possible offline?
Yes – verify_receipt works offline from the certificate alone, no database required, and defaults to PQ‑required mode.
其他 分类下的更多 MCP 服务器
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
评论