This server scans AI agent responses for bias and fairness issues, which is mandatory under EU AI Act Article 10 and NYC Local Law 144. It exposes MCP tools for instant bias risk scanning and demographic analysis, though the source doesn't detail the specific endpoints or methods available. You'd reach for this if you're building or deploying AI agents in regulated environments where you need audit trails for fairness testing. The documentation points to full API references at docs.meok.ai, and it's part of a broader MEOK ecosystem focused on AI governance. Install is straightforward via pip or Smithery, and it runs over stdio transport.
AI bias detection + fairness assessment MCP
AI bias detection + fairness assessment MCP. Required by EU AI Act Article 10 + NYC Local Law 144. MIT
# Install via pip
pip install bias_detection_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install bias-detection-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 26 PyPI packages · ~16,300 monthly installs.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Full catalogue + Anthropic Registry verify links: meok.ai/anthropic-registry
This MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.
Agent interop protocols supported (8 live):
Pricing options:
| Option | Price | Best for |
|---|---|---|
| Self-host (this MCP) | £0 — MIT | Devs |
| This MCP Starter | £29/mo | One-MCP teams |
| This MCP Pro | £79/mo | Production + 24h SLA |
| Universal PAYG | £29/mo + £0.0002/call | Spiky usage across many MCPs |
| Substrate bundle (this category) | £99-£499/mo | A whole pack |
| MEOK Universe | £1,499/mo | All 47 MCPs, 500K calls |
Each tier above the free self-host adds HMAC-signed attestations verifiable at
verify.meok.ai. Linux Foundation governance on the A2A spine means EU regulated
buyers can deploy without vendor-lock-in objections.
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"bias-detection-mcp": {
"command": "uvx",
"args": ["bias-detection-mcp"]
}
}
}
Or: pip install bias-detection-mcp then run the bias-detection-mcp command (stdio transport).
Once configured, ask your assistant, for example:
quick_scan to …"detect_bias to …"fairness_metrics to …"