Server data from the Official MCP Registry
Vantio Optics — read-only Sight Loop observe for agents. Proofs, hosts, upgrade path.
Vantio Optics — read-only Sight Loop observe for agents. Proofs, hosts, upgrade path.
Valid MCP server (5 strong, 6 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
19 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-vantioai-vantio-optics": {
"args": [
"-y",
"@vantio/optics-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Vantio Optics — See LLM egress. Blind by design, not a proxy.
The Free · Open Core observe plane: intercept outbound LLM calls without code changes, capture metadata (never prompts), and export proof — observe only, no enforce.
This repo ships Vantio Optics. The same client runs in every tier; higher tiers unlock Vantio Gate (Pro · enforce) and Vantio Phantom Engine (Enterprise · absolute control) on top of Optics.
Vantio tiers unlock governance:
Vantio Optics (Free · Open Core) → Vantio Gate (Pro) → Vantio Phantom Engine (Enterprise)
npm install -g @vantio/cli
vantio run node agent.js # no key needed — Free Observe works immediately
No-install path:
npx @vantio/cli run node agent.js
Optionally connect to your dashboard (Pro/Enterprise features):
vantio login <your-api-key> # validates + saves the key; no env vars needed
Grab your API key from vantio.ai/dashboard.
After a run, generate an auditor-ready proof artifact or explore local history:
vantio prove # HTML proof artifact (Free, no key needed)
vantio discover --local # local run history (Free, no key needed)
vantio discover # full workspace history (Pro/Enterprise)
Optics ships one named workflow — Sight Loop:
vantio run / SDKvantio prove, vantio discover --local, or Optics MCPFull walkthrough: docs/sight-loop.md · MCP: docs/optics-mcp.md · Offline prove: ./scripts/sight-loop-prove.sh
| Doc | Purpose |
|---|---|
| Sight Loop | Optics workflow (wrap → capture → inspect → residual) |
| Optics MCP | Read-only MCP for agent hosts / IDEs |
| Surfaces | Hooks, Action, Docker, webhooks + deeper earmarks |
| Observe only — no enforce | Free-tier fence |
| Getting started | 60-second quickstart |
| Prove artifacts | vantio prove reference |
| Framework integrations | LangChain, LlamaIndex, CrewAI, AutoGen |
| Package | Description |
|---|---|
packages/vantio-cli | CLI runner (@vantio/cli) |
packages/vantio-optics-mcp | Optics MCP (@vantio/optics-mcp) — observe only |
packages/vantio-gate-mcp | Gate MCP (@vantio/gate-mcp) — dry-run evaluate |
packages/vantio-agent-sdk | Node.js agent SDK (@vantio/agent-sdk) |
packages/vantio-agent-sdk-py | Python agent SDK (vantio-agent-sdk) |
extensions/vantio-optics | Thin VS Code extension |
integrations/hooks | Cursor / Claude / OpenClaw hooks |
| Tier | Feature layer | Repo |
|---|---|---|
| Free | Vantio Optics · Observe ← you are here | vantioai/vantio-open-core |
| Pro | + Vantio Gate · Enforce (block, redact, caps) | vantioai/vantio-pro |
| Enterprise | + Vantio Phantom Engine · Absolute Control | vantioai/vantio-phantom-engine |
Optics is the client at every tier. On Free (no Pro key), it observes only — events are labelled OBSERVED. With a Pro key, the same client fetches policy from Vantio Gate and can block, redact, or cap locally. Enterprise adds Vantio Phantom Engine beneath the app layer. See observe-only.md for the Free-tier fence.
Full breakdown: PRODUCT_LINEUP.md
npm install @vantio/agent-sdk
import { shield } from "@vantio/agent-sdk";
await shield(async () => {
await runMyLLMAgent();
});
pip install vantio-agent-sdk
On Ubuntu/Debian (23.04+), global
pip installis blocked by default (PEP 668). Use a virtualenv orpipx install vantio-agent-sdkinstead.
from vantio import shield
@shield
async def run_agent():
await call_openai(prompt)
api.openai.com · api.anthropic.com · generativelanguage.googleapis.com · api.cohere.ai · api.mistral.ai · api.groq.com · api.together.xyz · api.perplexity.ai · inference.ai.azure.com
What never gets captured: prompts, completions, or any content from your requests.
vantio run intercepts LLM calls by patching globalThis.fetch in the Node process.
This covers the vast majority of agents without code changes.
It can be bypassed — by native socket calls, un-instrumented subprocesses, or
processes not started with vantio run. This is intentional. Optics surfaces your
governance gap; it does not paper over it.
Use vantio discover --local to see what Free observes on your machine.
Use vantio prove to generate an auditor-ready proof artifact from any run.
Anonymous, opt-out usage analytics. No prompts, completions, API keys, or emails. Opt out at any time:
export VANTIO_TELEMETRY_DISABLED=1 # or
export DO_NOT_TRACK=1
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.