AGENTGUARDMISSION CONTROL FOR AI AGENTS
← About
USE VIA MCP
LOCAL MCP / STREAMABLE HTTPAgentGuard tool surface

Plug AgentGuard into any MCP client — Codex CLI, Claude, or ChatGPT developer mode. Every agent action gets judged before it executes.

REPO RUNTIME CONFIG
{
  "server": {
    "command": "python",
    "args": ["-m", "app.mcp_server"],
    "cwd": "backend"
  },
  "client": {
    "transport": "streamable-http",
    "url": "http://127.0.0.1:8001/mcp"
  }
}
Run from the repository root with the backend environment installed. Register the local streamable-HTTP URL in your MCP client.
EXPOSED TOOLS
  • declare_missionDeclare or replace an agent mission and include it in future audit snapshots.
  • request_actionRequest authorization before any high-risk action; proceed only when status is allowed.
  • check_action_statusPoll a pending action after the human approval decision.
  • get_policiesRead the active caps, thresholds, and allowlists for an agent.
READ THE MCP SERVER DOCS →
AGENTS ONLINE THREATS BLOCKEDAUDIT CHAIN LIVE
CONTROL ROOM / LIVE

Mission Control

intent firewall: gpt-5.6
ACTIONS TODAY
all evaluations
SPEND TODAY
allowed payments
PENDING APPROVAL
human decision required
BLOCKED
policy or intent firewall
STREAM / REAL-TIME

Live Action Feed

0 EVENTS
AgentGuard — The firewall for AI agents