For agents · MCP

Give your agents the network.

The agents you already run — Claude Code, Codex, any MCP client — can source, screen, and coordinate through VNTR OS. MCP, CLI, REST.

01Works with your stack

Connect the agent you already use.

Claude Code

Add VNTR OS as an MCP server in your config.

Codex

Call VNTR OS tools from OpenAI’s coding agent.

Cursor

Connect VNTR OS in Cursor’s MCP settings.

Windsurf

Wire VNTR OS into Windsurf over MCP.

Gemini CLI

Expose VNTR OS tools to Gemini’s tool calls.

Cline

Use VNTR OS tools inside Cline.

OpenCode

Connect over MCP from OpenCode.

Any MCP client

If it speaks MCP, it can call VNTR OS.

02Connect through MCP

Point your client at the server.

Everything the platform does — source, screen, fetch a memo, check a thesis, send a private deck — is exposed as MCP tools. Add the server, authenticate, and the brain becomes part of your own stack.

# claude_desktop_config.json
{
  "mcpServers": {
    "vntr-os": {
      "command": "npx",
      "args": ["-y", "@vntr/mcp"],
      "env": { "VNTR_TOKEN": "•••" }
    }
  }
}

03The tools

Read freely. Act on approval.

Read-only

  • thesis.getRead the active thesis / mandate spec.
  • deals.searchQuery the network for matching deals.
  • memo.getFetch a memo with sources + confidence.
  • portfolio.getRead positions and what needs attention.
  • network.intro_pathSurface the warm path to a target.

Side-effectful · human-approved

  • deal.private_sendSend a deck to one recipient (token + TTL).
  • comms.scheduleDraft a meeting / follow-up for approval.
  • report.sendSend an investor update — after you approve it.

Anything that sends, schedules, or shares is gated on explicit human approval. Decks are untrusted input and never drive a side-effectful call on their own.

04Built for how agents work

MCP server

One server exposes the brain’s capabilities as tools and resources — discoverable by any MCP client, no glue code.

Scoped & logged

Every connection runs under a scoped token bound to your access levels, and every call is written to the append-only audit log.

Human in the loop

Agents prepare and surface. Decisions, signatures, and the movement of money stay with a human — by design, not by policy.

05Where it goes

Brains talking to brains.

The same primitives are the substrate for an agent-to-agent network — your brain and another investor’s or founder’s brain sourcing, matching, and coordinating without a human pasting a link. The tools you connect today are the on-ramp.

Point your agent at the network. Start building.