Open-source security and governance MCP proxy with capability tokens, approval tiers, and tamper-evident audit logging.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Sint Protocol.
Open-source runtime security and governance for AI agents, MCP tools, robotics, industrial automation, and physical AI.
Mission Authority: SINT also provides a hardware-agnostic authority and
evidence protocol for autonomous air, ground, maritime, and robotic systems. It
binds platform identity, mission scope, operator authorization, abort behavior,
and signed after-action evidence without selecting targets or generating
effects. See docs/mission-authority.md.
SINT Protocol is an open protocol and TypeScript reference stack that sits
between AI agent intent and real-world execution. Before a governed tool call,
robot command, industrial write, payment-like action, or actuator movement can
run, the request passes through PolicyGateway.intercept() for capability-token
authorization, T0-T3 approval tiering, physical constraint enforcement,
revocation checks, and tamper-evident evidence logging.
SINT is an AI agent security control plane for actions with real-world consequence. It helps teams answer four questions before an autonomous system acts:
EvidenceLedger with portable proof receipts.SINT is not a replacement for MCP, A2A, ROS 2, MAVLink, MQTT, OPC UA, Open-RMF, or industrial robot tooling. It is the enforcement layer in front of those systems:
npx -y sint-mcp --stdio runs the security-first
multi-MCP proxy.sintctl shipyard evidence export generate hash-chained JSONL evidence for
supervisor review, remote survey support, and incident reconstruction.pnpm run demo:interceptor-quickstart
shows request -> decision -> receipt and the fail-closed path.pnpm run demo:factory-action and
pnpm run demo:industrial-pack verify deny, escalate, approve, simulate, and
receipt-chain flows before vendor adapter execution.@pshkv/autonomy-supervisor adds an authority lane
for managed autonomy: stable -> metacognitive_recovery -> assisted_recovery -> regulated_control.docs/.Academic and compliance grounding: SINT is designed with reference to IEC 62443 FR1-FR7, EU AI Act Article 13, and NIST AI RMF. The evaluation framework references the ROSClaw empirical safety study (arXiv:2603.26997) and MCP security analysis (arXiv:2601.17549).
The installable server entrypoint is sint-mcp.
If you prefer containers, build and run the repo root Dockerfile:
If you want the fastest builder-facing path into the SEP-1763 interceptor work:
That walkthrough shows the full flagship loop in one terminal transcript:
allow or escalateStart here:
For production deployments, SINT now fails closed unless the gateway is started with durable stores and explicit authentication:
Use /v1/ready as the orchestration health gate; it verifies the configured
store and cache, while /v1/health only proves the process is alive.
Production references:
docs/guides/gateway-production-hardening.mddocs/guides/production-slice-verification.mddocs/guides/docker-deployment.mdAI agents now execute code, call tools, move money, operate robots, control smart-home devices, and interact with industrial systems. The risk is no longer only prompt quality; it is whether the runtime has a verifiable control point between "the model decided" and "the world changed."
SINT makes that control point explicit. It turns agent execution into a governed workflow with scoped authority, pre-action policy evaluation, operator review, physical limits, revocation, and audit evidence.
| Capability | SINT Protocol | Microsoft AGT | MCP Baseline | SROS2 |
|---|---|---|---|---|
| Physical constraint enforcement (velocity, force, geofence) | โ In token | โ | โ | โ |
| Tier-based human oversight (T0โT3) | โ 4-tier | โ ๏ธ Execution rings | โ | โ |
| Append-only hash-chained audit | โ SHA-256 | โ ๏ธ Logging | โ | โ |
| ROS 2 / MAVLink / industrial bridges | โ 12 bridges | โ Digital only | โ | โ ๏ธ ROS only |
| Consumer smart home governance | โ Home Assistant + Matter | โ | โ | โ |
| HIPAA + GDPR health data access | โ FHIR + HealthKit | โ | โ | โ |
| OWASP ASI01โASI10 coverage | โ 10/10 Full | โ 10/10 | โ | โ |
| Economic routing + budgets | โ bridge-economy | โ | โ | โ |
| Swarm collective constraints | โ SwarmCoordinator | โ | โ | โ |
| E-stop / CircuitBreaker | โ EU AI Act Art. 14 | โ Kill switch | โ | โ |
| Caregiver delegation + consent | โ FHIR Consent tokens | โ | โ | โ |
| Differential privacy ledger | โ Per-query epsilon budget | โ | โ | โ |
SINT is designed for physical AI and regulated data workflows where actions can be irreversible: robots, drones, smart homes, health fabric, industrial control, and critical infrastructure. Microsoft AGT focuses on digital/software governance patterns; SINT focuses on pre-action enforcement across tool, robotics, and industrial execution boundaries.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sint-ai-sint-protocol)<a href="https://allmcps.com/mcp/sint-ai-sint-protocol"><img src="https://allmcps.com/api/badge/sint-ai-sint-protocol?style=directory" alt="Sint Protocol on AllMCPs" /></a>