AI governance MCP server: trust scoring, guardrails, bias/hallucination detection, compliance.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
WhitePact β an independent runtime authority, governance, and assurance layer for autonomous systems: a five-way governance decision engine (ALLOW / ALLOW_WITH_REDACTION / REQUIRE_APPROVAL / DENY / QUARANTINE), trust scoring, bias detection, guardrails, hallucination detection, compliance mapping (NIST AI RMF / EU AI Act / ISO 42001), cost intelligence, drift monitoring, a public Trust Index / leaderboard / AI Incident Database, and an MCP server (30 tools, 20 resources) with LangChain, LangGraph, and Google ADK trust-gate integrations.
Every team deploying AI in production faces the same gap: no unified way to prove a model β or an autonomous agent's actions β is safe, fair, compliant, and accountable. Audits are manual, bias is discovered in production, compliance is a spreadsheet, an agent's tool calls go ungoverned, and nobody knows what the LLM bill will be next month.
WhitePact gives you one platform β a REST API, a Python SDK, an MCP server, and a live dashboard β that covers the full governance lifecycle:
| Problem | Module | Output |
|---|---|---|
| Should this agent action be allowed, redacted, held for approval, denied, or quarantined? | WhitePactRuntimeGateway (governance core) | A five-way GovernanceDecision, deterministic, no LLM call in the decision path |
| Is this model trustworthy? | TrustScoreEngine | 0β100 score, AβF grade, risk level |
| Does it comply with regulations? | ComplianceEngine | NIST AI RMF, EU AI Act tier, ISO 42001 |
| Is it exposing PII? | GuardrailsEngine | Block / redact with audit log |
| Is it hallucinating? | HallucinationDetector | Risk score, unsupported claims |
| Can it be attacked? | RedTeamSimulator | 10 vectors, CVE IDs, safe-refusal rate |
| How much is it costing? | CostTracker + ModelRouter | Per-model USD, routing to cheapest viable model |
| Is it getting worse over time? | TrustDriftMonitor | 7/30-day trend, severity alerts |
| Is it biased? | BiasBuster | 6 demographic probes, CI gate |
| Is this data labeled privately? | PrivacyLabel | Federated DP labels, never leaves device |
| Is this media real? | DeepfakeDetector | Ensemble confidence, method detected |
| Can I trust a third-party MCP server before connecting to it? | SupplyChainScanner | VERIFIED_FACT / INFERRED_SIGNAL / UNKNOWN verdicts β typosquat, description-content, known-incident checks |
| Is there a tamper-evident record of every governance decision? | EvidenceRepository | Hash-chained EvidenceRecord, per-org, verify_chain() |
| Does a risky action get a human in the loop? | ApprovalRepository | Race-safe PENDING β APPROVED/DENIED workflow |
| How does this model rank against others, independently? | Public Leaderboard | Cross-model trust ranking from actually calling each model's API, not self-reported |
| Can I cite and verify a trust score anywhere? | Trust Index | Free self-assessed or human-reviewed certified passport, verifiable at /verify/{id}, embeddable badge |
| Has this AI system failed publicly before? | AI Incident Database | Crowd-reported, moderator-reviewed, hash-chained public registry |
| Should my agent trust this third-party tool before calling it? | rai_check_trust + LangChain/LangGraph/ADK integrations | Free lookup, plus a real block/pause gate in-agent |
| Can any MCP client govern every AI call? | MCP Server | 27 governance tools over stdio, Streamable HTTP, or legacy HTTP+SSE |
The published PyPI package name (rai-governance-platform) and the import
name (responsibleai) predate the WhitePact rename and are kept as-is β
see MIGRATION_WHITEPACT_V2.md Section 3 for why an alias package
(whitepact) was added instead of renaming the published package outright.
Open http://localhost:8765 for the live dashboard and
http://localhost:8765/api/docs for interactive API docs.
src/responsibleai/governance/ (see SPEC.md Sections 4-8 for the full
architecture contract) is a deterministic runtime authority sitting in front
of agent tool calls:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/whitepact)<a href="https://allmcps.com/mcp/whitepact"><img src="https://allmcps.com/api/badge/whitepact?style=directory" alt="WhitePact on AllMCPs" /></a>