10 tools from the Agentos MCP Server, categorised by risk level.
View the Agentos policy →audit_log Query the audit trail for an agent.
The audit log records:
- Every action attempted by the agent
- Policy evaluations and decisions
- Approval req... check_compliance Check an agent's compliance with regulatory frameworks.
Supported frameworks:
- SOC2: Service Organization Control 2 Type II
- GDPR: EU General Da... get_agent_status Get the current status, metrics, and health of an agent.
Returns:
- Current status (draft, testing, deployed, paused, stopped, error)
- Execution ... list_templates Browse the library of pre-built agent and policy templates.
Agent templates include:
- Data processors, email assistants, database analysts
- File... test_agent Test an agent with a simulated scenario before deployment.
This performs a dry-run that:
- Validates the agent configuration
- Checks all policie... attach_policy Attach safety policies to an agent. Policies enforce rules and constraints on agent behavior.
Available policy templates:
- pii-protection: Protec... create_agent Create a new AI agent from a natural language description. The agent will be configured with appropriate policies and safety guardrails.
Example u... create_policy Create a custom policy from a natural language description.
Policies define rules that agents must follow. Example policies:
- "Block access to cu... request_approval Request human approval for a sensitive agent action.
Use this when:
- Policy requires human review before execution
- Agent attempts a high-risk a... The Agentos MCP server exposes 10 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Agentos server.
Agentos tools are categorised as Read (5), Write (4), Execute (1). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.