# Vantio Gate (npm · @vantio/gate-mcp)

Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP.

- Trust score: 65/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@vantio/gate-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/vantioai-vantio-gate/vantio-gate-mcp.md), [page](https://verifymcp.io/servers/vantioai-vantio-gate/vantio-gate-mcp)

## Channel facts

- Registry: `npm`
- Package: `@vantio/gate-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 16 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 308 tokens (~51/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 78% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add vantioai-vantio-gate -- npx -y @vantio/gate-mcp
```

### Codex

```bash
codex mcp add vantioai-vantio-gate -- npx -y @vantio/gate-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vantioai-vantio-gate": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@vantio/gate-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vantioai-vantio-gate --command npx --arg -y --arg @vantio/gate-mcp
```

### Hermes

```yaml
mcp_servers:
  vantioai-vantio-gate:
    command: "npx"
    args: ["-y", "@vantio/gate-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "vantioai-vantio-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@vantio/gate-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 64, +15)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Stability: unverified → 0.20

### 2026-08-01 (score 49, +29)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional] Licence: MIT

### 2026-07-31 (score 20, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 27, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 45)

First indexed and scored.

## MCP tools (6)

### `gate_evaluate` (~99 tokens)

Dry-run evaluate a hostname/bytes/spend against a Gate policy. Never blocks network I/O. Pass policy JSON or omit to use defaults / last fetched shape.

Input parameters:

- `hostname` (string, required): Destination hostname, e.g. api.openai.com
- `policy` (object): Policy object to evaluate against
- `request_bytes` (number): Request body size in bytes
- `spent_usd` (number): Session spend so far in USD

### `gate_get_policy` (~62 tokens)

Fetch current tenant policy from the Vantio Gate control plane (Pro). Requires VANTIO_API_KEY. Read-only.

Input parameters:

- `api_base` (string): Override VANTIO_API_BASE
- `api_key` (string): Override VANTIO_API_KEY

### `gate_residual_risk` (~50 tokens)

Fetch residual-risk / dry-run / enforcement-gap ledger from Pro. Requires VANTIO_API_KEY. Read-only.

Input parameters:

- `api_base` (string)
- `api_key` (string)

### `gate_normalize_policy` (~40 tokens)

Normalize and validate a policy object to Gate's canonical schema (coerce bad fields to safe defaults).

Input parameters:

- `policy` (object, required): Raw policy JSON

### `gate_explain` (~31 tokens)

Explain Vantio Gate (Policy Latch), dry-run fence, and what this MCP will never do.

### `gate_upgrade_path` (~26 tokens)

Return Optics → Gate → Phantom Engine ladder. Use when residual bypass must close.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/vantioai-vantio-gate/vantio-gate-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 49
- 2026-07-31: 20
- 2026-07-30: 27
- 2026-07-28: 45
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/@vantio/gate-mcp
- Socket report: https://socket.dev/npm/package/@vantio/gate-mcp
- Repository: https://github.com/vantioai/vantio-open-core
- Website: https://vantio.ai/pro
- Changelog RSS feed: https://verifymcp.io/servers/vantioai-vantio-gate/vantio-gate-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/vantioai-vantio-gate/vantio-gate-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/vantioai-vantio-gate/vantio-gate-mcp
