MCP Directory

airblackbox/air-blackbox-mcp

GitHub
Developer Tools

EU AI Act compliance scanner for Python AI agents. Scans, analyzes, and remediates LangChain/CrewAI/AutoGen/OpenAI code across 6 articles with 10 tools including prompt injection detection, risk classification, and trust layer integration. The only MCP compliance server that generates fix code, not just findings.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx air-blackbox-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from airblackbox/air-blackbox-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "air-blackbox-mcp": {
      "command": "uvx",
      "args": [
        "air-blackbox-mcp"
      ]
    }
  }
}

Route airblackbox/air-blackbox-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add air-blackbox-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use airblackbox/air-blackbox-mcp directly without routing

uvx air-blackbox-mcp

New to Agent-CoreX? View setup guide →

airblackbox/air-blackbox-mcp MCP Server — Agent-CoreX