AI bias detection and fairness assessment for AI agents. Instant bias risk scan, demographic analysis, fairness metrics, mitigation strategies, EU AI Act Article 10 compliance. Zero-config free tier. Built by MEOK AI Labs.
Project description
Quick Install
| Client | Install |
|---|---|
| Claude Desktop | |
| Cursor | |
| VS Code | |
| Windsurf | |
| Docker | docker run -p 8000:8000 bias-detection-mcp |
| pip | pip install bias-detection-mcp |
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bias_detection_mcp-1.1.1-py3-none-any.whl.
File metadata
- Download URL: bias_detection_mcp-1.1.1-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b2955841eb28d50ddf9e425c3ba79f44dee1dd91409f66e130715d729620328
|
|
| MD5 |
86db89ace423d80b9780da70e927f7e0
|
|
| BLAKE2b-256 |
213d3c30e31243ce0aaaa484c54c5c834f46b3869f7bf823ee81d6670f05110d
|