Product / MCP Library

Context available to any agent

Versioned policies, served over MCP. Every agent on every connected platform reads the same library at runtime, with nothing copied and nothing stale.

MCP Policy Library
7 policies

Policies

active-customer-def
v2.1Discovery
revenue-recognition
v3.0Finance
pii-handling-rules
v1.4Privacy
data-retention
v1.2Policy
mrr-calculation
v2.0Finance
churn-prediction-window
v1.0Analytics
access-control-pii
v2.3Security

MCP Query

> get_policy("active_customer")

MCP Library

Multi-agent

One library every agent reads from

Each agent queries the same versioned context before it acts. A definition changes once and every downstream agent sees the update without redeployment.

Runtime

Ask before acting, not after

Agents query the MCP server at runtime, not at build time. The policy active when the agent runs is the one that applies — not a stale copy baked in during training.

Coverage

Gaps answer explicitly

When no policy covers a case, the library says so. Agents stop guessing and surface the gap rather than proceeding on an assumption.