loading…
Search for a command to run...
loading…
Bias Detection - MCP server providing AI-powered tools and automation by MEOK AI Labs
Bias Detection - MCP server providing AI-powered tools and automation by MEOK AI Labs
Bias Detection MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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 |
pip install meok-bias-detection-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"bias-detection-mcp": {
"command": "python",
"args": ["-m", "meok_bias_detection_mcp.server"]
}
}
}
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.
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"bias-detection-mcp": {
"command": "npx",
"args": []
}
}
}