🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vantio/gate-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vantio/gate-mcp

Vantio Gate MCP — Policy Latch dry-run evaluate. No live enforce. Upgrade path to Phantom Engine.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@vantio/gate-mcp

Vantio Gate MCP — Policy Latch dry-run / evaluate for IDEs and agent hosts.

This MCP can fetch policy, normalize it, and evaluate “would this call be blocked?” decisions. It cannot block live traffic, push unconstrained policy, or expose Absolute Control.

Fence: dry-run evaluate only. Live latch = vantio run + Pro policy.

Install

npx -y @vantio/gate-mcp

Cursor / Claude Desktop:

{
  "mcpServers": {
    "vantio-gate": {
      "command": "npx",
      "args": ["-y", "@vantio/gate-mcp"],
      "env": {
        "VANTIO_API_KEY": "optional-pro-key"
      }
    }
  }
}

Tools

ToolPurpose
gate_evaluateDry-run host / size / spend decision
gate_get_policyFetch Pro policy (needs API key)
gate_residual_riskEnforcement-gap ledger (Pro)
gate_normalize_policyCoerce policy to canonical schema
gate_explainFence + Policy Latch
gate_upgrade_pathOptics → Gate → Phantom Engine

Upgrade path

  • Optics — see (@vantio/optics-mcp)
  • Gate — this MCP (evaluate) + Pro runtime (latch)
  • Phantom Engine — Absolute Control

https://vantio.ai/pricing

License

MIT · Vantio AI, Inc.

Keywords

vantio

FAQs

Package last updated on 17 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts