
Air Blackbox Mcp
Scan Python AI agent codebases for EU AI Act gaps with fourteen MCP tools mapped across six regulatory articles.
Overview
Air Blackbox MCP is a Ship-phase MCP server that scans Python AI agents for EU AI Act compliance using 14 tools across 6 articles.
What is this MCP server?
- EU AI Act compliance scanner focused on Python AI agents
- 14 MCP tools organized across 6 articles
- PyPI package air-blackbox-mcp at version 0.2.0
- Stdio transport for local audit runs in the agent loop
- Open-source repo at github.com/airblackbox/air-blackbox-mcp
- 6 EU AI Act articles covered
Community signal: 1 GitHub stars.
What problem does it solve?
Shipping an AI agent without a structured EU AI Act review leaves solo founders guessing which code paths create compliance risk.
Who is it for?
Indie builders shipping Python AI agents who need repeatable EU AI Act checks inside their MCP workflow.
Skip if: Non-Python projects, teams with no EU exposure, or anyone treating automated scans as a substitute for legal advice.
What do I get? / Deliverables
After install, your agent can run article-aligned scanner tools and surface concrete gaps to fix before launch.
- Article-scoped compliance tool invocations via MCP
- Actionable gap signals across six EU AI Act articles
- Repeatable pre-launch audit loop in the agent IDE
Recommended MCP Servers
Journey fit
How it compares
Regulatory compliance MCP scanner—not a generic SAST plugin or prompt-only policy skill.
Common Questions / FAQ
Who is Air Blackbox MCP for?
Solo developers and small teams building Python AI agents who want MCP-driven EU AI Act compliance checks before they ship.
When should I use Air Blackbox MCP?
Use it in Ship security passes when features, logging, or autonomy levels change and you need article-scoped scans before distribution or sales.
How do I add Air Blackbox MCP to my agent?
pip install air-blackbox-mcp (0.2.0), register the stdio MCP server in Claude Code or Cursor, point it at your Python agent repo, and invoke the compliance tools from your session.