Labsco
MCP SERVER

AEGIS Governance

by undercurrentai

Give an agent a decision gate it calls before acting — six scored dimensions and a PROCEED, PAUSE, HALT or ESCALATE answer.

Agent Guardrails, Content Safety & Audit
Summary
A structured answer to should I do this.

The value is the shape of the output: not advice in prose but a decision, a confidence and a rationale, kept in a hash-chained trail — which is what makes it readable months later by someone asking why the agent proceeded.

What it is

A governance gate an agent can call on itself. A proposal is scored on six dimensions — Risk, Profit, Novelty, Complexity, Quality, Utility — and comes back as a structured decision with confidence and rationale.

What you get
  • A proposal evaluated into PROCEED, PAUSE, HALT or ESCALATE, with confidence scores and rationale
  • A fast risk check for when a full evaluation is more than the moment needs
  • The thresholds a decision is being measured against
  • The scoring guide, so the six dimensions are applied the same way each time
  • A hash-chained audit trail behind the decisions
  • An audit record written against NIST AI RMF and EU AI Act Annex IV
Requirements

A recent Python and pip. It runs locally in sandbox mode with no signup; an Aegis API key in the server's environment unlocks decision history, usage reports and risk checks, and a hosted streamable-HTTP endpoint carries the wider tool surface.

Setup effort

One command plus a key — pip install "aegis-governance[mcp]", then supply credentials