MCP.so
ログイン
A

AIR Blackbox MCP Server

@airblackbox

AIR Blackbox MCP Server について

EU AI Act compliance scanning for Python AI agents. 10 tools that scan, analyze, and fix compliance gaps across LangChain, CrewAI, AutoGen, OpenAI, and RAG pipelines. Checks 6 EU AI Act articles with HMAC-SHA256 tamper-evident audit trails. pip install air-blackbox-mcp. August 20

基本情報

カテゴリ

AI とエージェント

トランスポート

stdio

公開者

airblackbox

投稿者

Jason Shotwell

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "air-blackbox": {
      "command": "python",
      "args": [
        "-m",
        "air_blackbox_mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is AIR Blackbox MCP Server?

EU AI Act compliance scanning for Claude Desktop, Claude Code, Cursor, and any MCP-compatible client. Unlike other compliance scanners that only report problems, AIR Blackbox also remediates — generating working code fixes, trust layer integrations, GDPR compliance checks, bias analysis, and full compliance reports.

How to use AIR Blackbox MCP Server?

Install via pip install air-blackbox-mcp (basic, 10 tools) or pip install air-blackbox-mcp[full] (all 14 tools). Configure in Claude Desktop by editing claude_desktop_config.json, or in Claude Code/Cursor via .cursor/mcp.json or .claude/mcp.json. Users invoke tools through natural language prompts such as "Scan this code for EU AI Act compliance".

Key features of AIR Blackbox MCP Server

  • 14 tools: 10 base + 4 SDK-powered scanning, analysis, remediation, documentation
  • Scans Python code for all 6 EU AI Act articles using 18+ regex patterns
  • Remediation generates working code fixes and trust layer integrations
  • Optional deep analysis via local fine-tuned Olama model (air-compliance-v2)
  • Smart fallback: full SDK engine first, lightweight built-in scanner otherwise
  • Detects prompt injection attacks with 15 weighted patterns
  • Optionally supports GDPR scanning, bias analysis, action validation, and compliance history

Use cases of AIR Blackbox MCP Server

  • Scan Python code or project for EU AI Act compliance in any MCP client
  • Add a trust layer to a LangChain, CrewAI, or AutoGen agent
  • Generate a full compliance report with article-specific fix recommendations
  • Validate agent actions before execution (Article 14) with consent gates
  • Track compliance trends and export audit trails over time

FAQ from AIR Blackbox MCP Server

What tools are included in the basic installation?

The basic installation provides 10 tools: scan_code, scan_file, scan_project, analyze_with_model, check_injection, classify_risk, add_trust_layer, suggest_fix, explain_article, and generate_compliance_report.

What does the full SDK (pip install air-blackbox-mcp[full]) add?

It unlocks 4 additional tools: scan_gdpr (GDPR compliance), scan_bias (bias and fairness analysis), validate_action (pre-execution approval gates), and compliance_history (past scans, trends, scores).

Does this server require Ollama or any external model?

No, Ollama is optional. The server works standalone with pip install air-blackbox-mcp using its built-in scanner. The fine-tuned compliance model (air-compliance-v2) is only used by the analyze_with_model tool when locally available.

What Python frameworks does it support?

It supports LangChain, CrewAI, AutoGen, OpenAI, Haystack, LlamaIndex, Semantic Kernel, Google ADK, Claude Agent SDK, and generic RAG pipelines.

How does the server handle the SDK not being installed?

It uses a smart fallback pattern: first tries the air-blackbox SDK (v1.6.0+), and if not found, gracefully falls back to the lightweight built-in scanner — no breaking changes or configuration required.

コメント

「AI とエージェント」の他のコンテンツ