← sunaivacore.io

INDIVIDUAL MCP TOOL

validate_action

Check if a proposed action passes all active validation rules.

sunaivacore.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

sunaivacore.io

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.

Related tools

  • log_bypass — Record an intentional rule bypass with justification.
  • get_rules — [Planned — not yet implemented on the remote endpoint, returns NOT_IMPLEMENTED] List active validation rules.
  • 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.
  • 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.
  • get_rule_modes — List all enforcement-mode overrides configured for the authenticated customer.