MCP Hub
Back to servers

aiact

Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.

Registry
Updated
Apr 3, 2026

Quick Install

npx -y gridwork-aiact

gridwork-aiact

MCP server that scans codebases for AI system usage and generates EU AI Act compliance reports.

EU AI Act high-risk deadline: August 2, 2026.

What it does

  • Scans project files for AI libraries, APIs, and frameworks
  • Detects 30+ AI systems: OpenAI, Anthropic, Google, PyTorch, TensorFlow, HuggingFace, LangChain, and more
  • Classifies risk level per EU AI Act (unacceptable / high / limited / minimal)
  • Identifies compliance gaps against Annex III categories
  • Generates formal inventory documents for compliance records
  • Counts days until the August 2, 2026 deadline

Install

npx gridwork-aiact

MCP tools

ToolDescription
scan_projectFull scan with risk classification and compliance gap analysis
quick_checkFast count of AI systems without full analysis
generate_inventoryFormal EU AI Act inventory document
classify_systemClassify risk for a specific AI system by use case

Claude Desktop config

{
  "mcpServers": {
    "gridwork-aiact": {
      "command": "npx",
      "args": ["-y", "gridwork-aiact"]
    }
  }
}

License

MIT — Gridwork

Reviews

No reviews yet

Sign in to write a review