Governance for every MCP tool call.
For everyone else, governance stops at the LLM boundary. DVARA governs the other half of agentic AI — the tool calls your agents make to MCP servers — with policy, PII scanning, human approval gates, and an immutable signed audit trail.
Agents don't just call models. They call tools.
Every MCP tool call can read a database, send an email, or move money. Gateways that govern only model calls leave that half of agentic AI ungoverned. DVARA's MCP Proxy puts the same policy, audit, and PII controls on tool calls that it puts on model calls.
Full governance on the tool-call path
Register every MCP server once, then scope which tools and servers each tenant can reach.
Allow or deny by tool, server, tenant, or argument — the same Policy-as-Code engine that governs model calls.
Scan tool-call arguments and responses for PII, then block, redact, or log before data crosses the boundary.
Require human sign-off on sensitive tools, enforced at execution. Approve or deny from the console or a signed webhook link.
Detect repetition and cycle patterns in agent tool calls and auto-kill runaway sessions.
Hold MCP server credentials centrally and rotate them with grace-period overlap — agents never see raw secrets.
Follow every agent session across LLM turns and MCP calls with a full, replayable timeline.
Every tool call is HMAC-signed and hash-chained into a tamper-evident trail — the same evidence your auditor gets for model calls.
Catch tool-poisoning and prompt-injection attempts in MCP tool definitions and responses.
One OpenTelemetry trace spans the model turn and every downstream tool call.
Every tool call passes through the proxy
- 1
Agent issues a tool call
Your agent calls an MCP tool through the DVARA MCP Proxy on :8070 instead of hitting the server directly.
- 2
Registry & policy
The proxy resolves the server from the registry and evaluates the tool call against tenant and platform policy.
- 3
PII scan & approval
Arguments are scanned for PII; sensitive tools pause for human approval before anything executes.
- 4
Execute & audit
The call reaches the upstream MCP server, the response is scanned, and every step is signed into the audit trail.
Every MCP tool call, recorded in DVARA Flightdeck


Govern your agents' tool calls today.
The MCP Proxy ships on every tier. Start a free 30-day trial, or read how it works.