← All servers

Sunaiva Gate — Agent Rule Enforcement

io.sunaivacore/gate v2.0.2
Official Registry other

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add gate --transport http https://mcp.sunaivacore.io
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "gate": {
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gate": {
      "serverUrl": "https://mcp.sunaivacore.io"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "gate": {
      "type": "http",
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "gate": {
      "url": "https://mcp.sunaivacore.io"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sunaivacore.io"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://mcp.sunaivacore.io none

Packages

npm @sunaiva/gate@2.0.2

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.sunaivacore--gate/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent