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
Serveurs connexes
ParaSwap MCP Server
DEX aggregator data and swap routing across chains via ParaSwap.
maven-indexer-mcp
A Model Context Protocol (MCP) server that indexes your local Maven repository (~/.m2/repository) and Gradle cache ( ~/.gradle/caches/modules-2/files-2.1) to provide AI agents with tools to search for Java classes, method signatures, and source code.
DORA-NIS2 Crosswalk MCP
Maps controls between EU DORA and NIS2 frameworks — identifies overlapping requirements, generates unified compliance matrices, and reduces duplicate audit effort for financial and critical infrastructure entities.
Decompose
Decompose text into classified semantic units — authority, risk, attention, entities. No LLM. Deterministic.
Pepesto MCP
Pepesto gives your agent the ability to turn any recipe (a URL, plain text, or a photo) into a matched basket of real supermarket products with live prices, across 26 European supermarkets. The MCP covers the recipe → matched cart half of the grocery shopping workflow (parse / search / map ingredients to SKUs / check catalogs)
fomox402
Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP
SettlementWitness MCP
SettlementWitness is a stateless MCP verification tool that returns replay-stable settlement receipts (PASS/FAIL) by forwarding task_id, spec, and output to the Default Settlement Verifier. Designed for agent execution gating and x402 settlement flows.
myinstants-mcp
A soundboard MCP server with millions of meme sounds from myinstants.com — search, play, and browse categories. npx myinstants-mcp to get started.
SuricataMCP
A server that allows MCP clients to use Suricata for network traffic analysis.
RootVine
Cross-platform music link resolution for AI agents. Connects Claude, ChatGPT, and other AI agents to trusted music data via the Model Context Protocol.