Averta security MCP Server
Sichern Sie jeden MCP-Server mit einem einzigen verwalteten Gateway. Geben Sie jedem KI-Agenten seinen eigenen abgegrenzten MCP-Zugriff, halten Sie Anmeldedaten im Gateway zurück und prüfen Sie jeden MCP-Tool-Aufruf, ohne Agenten direkt mit jedem Server zu verbinden.
Dokumentation
What is Averta
Add runtime security checkpoints to OpenAI and Anthropic agent loops.
What is Averta
Averta protects AI agent execution at the points where risk enters or leaves the model loop: user requests, exposed tools, model-requested tool calls, tool results, and final output.
Start with the provider your agent already uses. The wrappers preserve the native provider SDK shape and add Averta decisions around supported calls.
Install the provider wrapper for your runtime. Wrap an OpenAI client and send one guarded request. Pick OpenAI, Anthropic, a custom adapter, or the raw API. Understand why API keys need attached policies.The Agent Loop
In a tool-using agent, Averta can make decisions before and after the provider call:
- Request: evaluate user and developer input before the provider sees it.
- Tool exposure: remove tools that should not be available for this request.
- Tool call: evaluate model-requested tool calls before your app executes them.
- Tool result: evaluate returned tool content before it goes back to the model.
- Output: evaluate final text and rewrite or block when policy requires it.