Sunaiva Gate — Agent Rule Enforcement
io.sunaivacore/gateMCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution.
Tools · 16
Check if a proposed action passes all active validation rules. Returns allowed/blocked with rule violations.
Record an intentional rule bypass with justification. Cannot bypass constitutional rules.
List active validation rules — the customer's TRUE enforced set (constitutional + recommended-default metadata on dev tier, all 69 premium rules on pro+). `category`/`preset` filter args are accepted …
[Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] Enable/disable is not backed by any route in this API; use set_rule_mode (shadow/advisory/enforce) instead, or the local…
View recent gate decisions — blocks, warnings, passes, and bypasses.
[Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] Ship Confidence Gate (Rule 42) dual-tier authorization is not yet built in this backend.
[Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] Forward-linked hash-chain / ed25519 audit-log verification is not yet built in this backend.
Set enforcement mode (shadow/advisory/enforce) for a specific rule. Requires API key (Pro+).
List all enforcement-mode overrides configured for the authenticated customer. Requires an account (Dev+).
Remove a mode override for a rule, reverting it to its default enforcement mode. Requires API key (Pro+).
Create a custom detection rule in the backend. Requires API key (Pro+).
Update an existing custom rule. Requires API key (Pro+).
Delete a custom rule. Requires API key (Pro+).
List all custom rules for the authenticated customer. Requires API key (Pro+).
List available rule preset bundles. Requires API key (Dev+).
Apply a preset bundle, activating all its included rules. Requires API key (Pro+).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"sunaiva_gate_—_agent_rule_enforcement": {
"url": "https://mcp.sunaivacore.io/mcp",
"transport": "http"
}
}
}