Bias Detection MCP

Detect and audit AI bias across protected characteristics — demographic parity, equalized odds, disparate impact analysis

Bias Detection MCP

Buy Starter — £29/mo

Signed attestations + unlimited audits + email support. 👉 Subscribe at meok.ai — instant HMAC signing key + Stripe-managed billing.

Free tier remains MIT-licensed and zero-config. Upgrade only when you need signed compliance artefacts for audit.

MCP server for bias detection mcp operations

PyPI License: MIT MEOK AI Labs

Quick Install

ClientInstall
Claude DesktopInstall in Claude
CursorInstall in Cursor
VS CodeInstall in VS Code
WindsurfInstall in Windsurf
Dockerdocker run -p 8000:8000 bias-detection-mcp
pippip install bias-detection-mcp

Overview

Bias Detection MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

ToolDescription
quick_scanDescribe an AI system in one sentence -> instant bias risk assessment. No API ke
detect_biasAnalyze text for demographic bias patterns, stereotyping, and unfair language.
fairness_metricsCalculate fairness metrics from prediction data. Input format: comma-separated v
mitigation_recommendationsGet detailed remediation steps for a specific type of AI bias.
regulatory_checkCheck bias requirements against EU AI Act Article 10 and NIST AI RMF MAP require

Installation

pip install meok-bias-detection-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "bias-detection-mcp": {
      "command": "python",
      "args": ["-m", "meok_bias_detection_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

If this tool helps your compliance workflow, please star this repo — it helps other teams find it.

License

MIT © MEOK AI Labs

<<<<<<< Updated upstream

Stashed changes

Sister MCPs

Part of the MEOK Governance pack — designed to work together as a fleet. Install the whole pack with npx meok-setup --pack governance, or pick the ones you need:

  • EU AI Actuvx eu-ai-act-compliance-mcp · PyPI · GitHub
  • DORAuvx dora-compliance-mcp · PyPI · GitHub
  • NIS2uvx nis2-compliance-mcp · PyPI · GitHub
  • Cyber Resilience Actuvx cra-compliance-mcp · PyPI · GitHub
  • AI Bill of Materialsuvx ai-bom-mcp · PyPI · GitHub
  • AI Incident Reportinguvx ai-incident-reporting-mcp · PyPI · GitHub

Full catalogue + Anthropic Registry verify links: meok.ai/anthropic-registry

Protocol coverage + Universal PAYG

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):

  • MCP (Anthropic) — native
  • A2A (Google + Linux Foundation, absorbed IBM ACP Sept 2025)
  • IBM ACP — covered via A2A merge
  • Stripe ACP (Agentic Commerce Protocol) — Q3 bridge via agent-commerce-protocol-mcp
  • AP2 (Google Agent Payments) — partial via agent-commerce-payments-mcp
  • x402 (Coinbase HTTP 402) — partial via api.meok.ai gateway
  • OASF / AGNTCY (Cisco Outshift + Linux Foundation) — Q3 bridge
  • 👁 ANP (Cisco Agent Network) — watch-list

Pricing options:

OptionPriceBest for
Self-host (this MCP)£0 — MITDevs
This MCP Starter£29/moOne-MCP teams
This MCP Pro£79/moProduction + 24h SLA
Universal PAYG£29/mo + £0.0002/callSpiky usage across many MCPs
Substrate bundle (this category)£99-£499/moA whole pack
MEOK Universe£1,499/moAll 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.

相關伺服器