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

Sunaiva Gate — Agent Rule Enforcement

io.sunaivacore/gate

MCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution.

Uptime
100.0%
1 direct probes · 30d
Response
83ms
last probe
Tools
16
callable
Resources
0
readable
Prompts
0
available

Tools · 16

validate_action

Check if a proposed action passes all active validation rules. Returns allowed/blocked with rule violations.

log_bypass

Record an intentional rule bypass with justification. Cannot bypass constitutional rules.

get_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 …

update_rules

[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…

get_audit_log

View recent gate decisions — blocks, warnings, passes, and bypasses.

ship_confidence_check

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

audit_verify

[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_rule_mode

Set enforcement mode (shadow/advisory/enforce) for a specific rule. Requires API key (Pro+).

get_rule_modes

List all enforcement-mode overrides configured for the authenticated customer. Requires an account (Dev+).

reset_rule_mode

Remove a mode override for a rule, reverting it to its default enforcement mode. Requires API key (Pro+).

add_custom_rule

Create a custom detection rule in the backend. Requires API key (Pro+).

update_custom_rule

Update an existing custom rule. Requires API key (Pro+).

delete_custom_rule

Delete a custom rule. Requires API key (Pro+).

list_custom_rules

List all custom rules for the authenticated customer. Requires API key (Pro+).

list_presets

List available rule preset bundles. Requires API key (Dev+).

apply_preset

Apply a preset bundle, activating all its included rules. Requires API key (Pro+).

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