Bias Detection MCP

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

Bias Detection MCP

MCP server for bias detection mcp operations

PyPI License: MIT MEOK AI Labs

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

Related Servers

NotebookLM Web Importer

Import web pages and YouTube videos to NotebookLM with one click. Trusted by 200,000+ users.

Install Chrome Extension