Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Sunaiva Gate — Agent Rule Enforcement

REMOTE · MCP.SUNAIVACORE.IO · 2 COMPONENTS · SCANNED AUG 3

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

+6 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security71
Transport & Reachability100
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1003 tokens (~62/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability check failed: schema churn in the 8 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 87% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.sunaivacore.io

# add to Claude Code
claude mcp add --transport http io-sunaivacore-gate https://mcp.sunaivacore.io/
# ~/.codex/config.toml
[mcp_servers.io-sunaivacore-gate]
url = "https://mcp.sunaivacore.io/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-sunaivacore-gate": {
      "type": "remote",
      "url": "https://mcp.sunaivacore.io/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-sunaivacore-gate --url https://mcp.sunaivacore.io/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-sunaivacore-gate:
    url: "https://mcp.sunaivacore.io/"
// mcp.json
{
  "mcpServers": {
    "io-sunaivacore-gate": {
      "type": "http",
      "url": "https://mcp.sunaivacore.io/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 16 to 19.

  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 0 to 3.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.sunaivacore.io

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=sunaivacore.io CN=WE1,O=Google Trust Services,C=US 30 Jul 2026 28 Oct 2026 ECDSA 256 ECDSA-SHA256 4ab7af68081b731413cb4b9012aa2b3c
SANs: sunaivacore.io, *.sunaivacore.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.sunaivacore.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
sunaivacore.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

Protected resource metadata

Retrieved No
Problem no_resource_metadata
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.sunaivacore.io Verified 200
http (plaintext) http://mcp.sunaivacore.io Served over HTTP 200
MCP tools — 16 exposed · ~1,003 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_custom_rule ~134

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

NameTypeReqDescription
descriptionstringyesRule description (required — the backend 400s on a missing/empty description)
detection_patternstringyesCompiled regex detection pattern (required — the backend 400s on a missing/empty detection_pattern). There is no 'pattern' field: 'detection_pattern' is the only field name the evaluator reads; the b…
namestringyesRule name
severitystringyesSeverity on match
tierstringOptional tier restriction

No output schema declared.

No examples provided.

apply_preset ~41

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

NameTypeReqDescription
preset_idstringyesID of the preset to apply

No output schema declared.

No examples provided.

audit_verify ~44

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delete_custom_rule ~32

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

NameTypeReqDescription
idstringyesRule ID to delete

No output schema declared.

No examples provided.

get_audit_log ~74

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

NameTypeReqDescription
limitnumberMax entries to return (default 50)
rule_idstringAccepted for forward-compatibility but NOT applied server-side — the backend only honors limit/cursor. Filter the returned entries client-side.

No output schema declared.

No examples provided.

get_rule_modes ~27

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_rules ~75

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 but not applied server-side.

NameTypeReqDescription
categorystringFilter by category
presetstringFilter by preset name

No output schema declared.

No examples provided.

list_custom_rules ~25

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_presets ~22

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

log_bypass ~48

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

NameTypeReqDescription
reasonstringyesJustification for the bypass
rule_idstringyesID of the rule to bypass

No output schema declared.

No examples provided.

reset_rule_mode ~46

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

NameTypeReqDescription
rule_idstringyesRule ID whose override to remove

No output schema declared.

No examples provided.

set_rule_mode ~70

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

NameTypeReqDescription
agent_idstringOptional: scope override to a specific agent ID
modestringyesEnforcement mode
rule_idstringyesRule ID to configure

No output schema declared.

No examples provided.

ship_confidence_check ~111

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

NameTypeReqDescription
artifact_idstringyesThe artifact being shipped (e.g. '@sunaiva/[email protected]')
command_previewstringFirst 300 chars of the command that triggered the check (optional)
labelstringHuman-readable label of the publish action (optional)

No output schema declared.

No examples provided.

update_custom_rule ~97

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

NameTypeReqDescription
descriptionstring
detection_patternstringThere is no 'pattern' field — 'detection_pattern' is the only field name the evaluator reads; the backend explicitly rejects 'pattern'.
idstringyesRule ID to update
namestring
severitystring
tierstring

No output schema declared.

No examples provided.

update_rules ~89

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

NameTypeReqDescription
disablearrayRule IDs to disable
enablearrayRule IDs to enable

No output schema declared.

No examples provided.

validate_action ~68

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

NameTypeReqDescription
actionstringyesThe action to validate
contextstringOptional additional context, appended to `action` before rule matching — it can change which rules match and therefore the verdict.

No output schema declared.

No examples provided.