New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@vantio/optics-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
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.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
16
-67.35%
Maintainers
1
Weekly downloads
 
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

Related posts