A
licenseA
qualityA
maintenanceMCP server for AI agent guardrails — validates and signs agent decisions (OAA tokens) so third parties can verify them without server access
3
1
MIT
Scored across 2 tools
Each tool has a clearly distinct purpose: one evaluates a proposed action, the other retrieves an agent's decision history. No overlap exists between them.
Both tool names follow the consistent verb_noun pattern (evaluate_action, get_agent_history), making the API predictable and easy to navigate.
With only two tools, the server feels thin for a watchdog service. While the focus is narrow, users might expect additional management or reporting tools, making it borderline.
The core lifecycle of evaluating an action and reviewing past decisions is covered. Minor gaps exist, such as no explicit policy management or post-execution reporting, but these are not critical for the stated purpose.