← Registry

Security & Testing

sunaivacore.io

Provides validation rules and audit logging for action decisions.

1 endpoint16 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.sunaivacore.io

No auth detected

MCP server metadata

Name
sunaiva-gate
Version
2.5.2+2026-07-22
Capabilities
tools

Known tools 16

validate_action

Check if a proposed action passes all active validation rules.

Inferred read-only
log_bypass

Record an intentional rule bypass with justification.

Inferred read-only
get_rules

[Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] List active validation rules.

Inferred read-only
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 `npx @sunaiva/gate` package.

Inferred read-only
get_audit_log

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

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
set_rule_mode

Set enforcement mode (shadow/advisory/enforce) for a specific rule.

Inferred read-only
get_rule_modes

List all enforcement-mode overrides configured for the authenticated customer.

Inferred read-only
reset_rule_mode

Remove a mode override for a rule, reverting it to its default enforcement mode.

Potential side effects
add_custom_rule

Create a custom detection rule in the backend.

Potential side effects
update_custom_rule

Update an existing custom rule.

Potential side effects
delete_custom_rule

Delete a custom rule.

Potential side effects
list_custom_rules

List all custom rules for the authenticated customer.

Inferred read-only
list_presets

List available rule preset bundles.

Inferred read-only
apply_preset

Apply a preset bundle, activating all its included rules.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sunaiva-gate]
url = "https://mcp.sunaivacore.io"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sunaiva-gate": {
      "type": "http",
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sunaiva-gate
Remote MCP URL: https://mcp.sunaivacore.io

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sunaiva-gate": {
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sunaiva-gate": {
      "type": "http",
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sunaiva-gate",
  "transport": "streamable-http",
  "url": "https://mcp.sunaivacore.io"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.