Bias Detection MCP
Detect and audit AI bias across protected characteristics — demographic parity, equalized odds, disparate impact analysis
Overview
Bias Detection MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
quick_scan | Describe an AI system in one sentence -> instant bias risk assessment. No API ke |
detect_bias | Analyze text for demographic bias patterns, stereotyping, and unfair language. |
fairness_metrics | Calculate fairness metrics from prediction data. Input format: comma-separated v |
mitigation_recommendations | Get detailed remediation steps for a specific type of AI bias. |
regulatory_check | Check 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
Verwandte Server
PromptScan
Prompt injection detection API for AI agents — scan untrusted text before passing it to an LLM.
Aave MCP Server
MCP server for Aave — lending pool data, reserve info, user positions, and liquidation thresholds.
Octagon VC Agents
AI-driven venture capitalist agents powered by Octagon Private Markets' real-time intelligence.
UniRate MCP
Currency conversion and exchange rates for AI assistants. 170+ currencies, historical data back to 1999, free tier, MIT-licensed.
OmniMem
A self-hosted MCP server that gives AI Agents persistent memory across sessions, projects, and machines.
Contextd
Reasoning Bank and Context folding. Let your agents learn and self-improve
Malaysia Prayer Time MCP Server
Provides accurate Islamic prayer times for locations throughout Malaysia using the waktusolat.app API.
MCP.science
A collection of open-source MCP servers designed for scientific research applications.
EigenLayer MCP Server
Restaking data, operator info, and AVS details on EigenLayer.
Apigene MCP Gateway
Apigene MCP Gateway is the runtime layer that connects AI agents to APIs and MCP servers via Model Context Protocol.