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

@vantio/optics-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vantio/optics-mcp

Vantio Optics MCP — read-only observe/explain for AI agents. Sight Loop via Model Context Protocol. Upgrade path to Gate and Phantom Engine.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@vantio/optics-mcp

Vantio Optics MCP server — read-only Observe / Sight Loop for AI agents and IDEs.

This MCP lets hosts list local run logs, inspect traffic metadata, export proofs, and discover hosts. It cannot enforce policy. When agents need to block, redact, or cap spend, upgrade to Vantio Gate. When residual bypass must be closed, upgrade to Vantio Phantom Engine.

Blind by design: no prompts or completions. Fence: observe only.

Install

# from vantio-open-core monorepo
pnpm install --filter @vantio/optics-mcp

# or globally (when published)
npm install -g @vantio/optics-mcp

Generate Optics traffic first (optional but recommended):

npm install -g @vantio/cli
vantio run node your-agent.js

Cursor / Claude Desktop config

{
  "mcpServers": {
    "vantio-optics": {
      "command": "npx",
      "args": ["-y", "@vantio/optics-mcp"]
    }
  }
}

Local checkout:

{
  "mcpServers": {
    "vantio-optics": {
      "command": "node",
      "args": [
        "/absolute/path/to/vantio-open-core/packages/vantio-optics-mcp/bin/vantio-optics-mcp.js"
      ]
    }
  }
}

Tools (observe only)

ToolPurpose
optics_list_runsList ~/.vantio/runs
optics_get_runLoad one run (metadata only)
optics_proveMarkdown Sight Loop proof
optics_discover_localAggregate hosts from local logs
optics_explainOptics privacy + fence
optics_upgrade_pathLadder → Gate → Phantom Engine

Upgrade path

  • Optics (this MCP) — see
  • Gate (Pro) — Policy Latch / enforce
  • Phantom Engine (Enterprise) — Bypass Reconciliation / 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