# EU AI Act Compliance

Risk classification, deadlines, obligations, penalties, and FAQ for the EU AI Act (Regulation 2024/1689). Free, no API key required. By Lexbeam Software.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lexbeam-software/eu-ai-act

# Browse available tools
npx -y @smithery/cli@latest tool list lexbeam-software/eu-ai-act

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lexbeam-software/eu-ai-act euaiact_classify_system

# Call a tool
npx -y @smithery/cli@latest tool call lexbeam-software/eu-ai-act euaiact_classify_system '{}'
```

## Direct MCP Connection

Endpoint: `https://eu-ai-act--lexbeam-software.run.tools`

## Tools (9)

- `euaiact_classify_system` — Classify an AI system's risk level under the EU AI Act (Regulation 2024/1689). Accepts a free-text description, a use_c…
- `euaiact_check_deadlines` — Returns key implementation milestones and deadlines for the EU AI Act with days remaining, a `next_milestone` shortcut,…
- `euaiact_get_obligations` — Returns specific compliance obligations for providers or deployers based on AI system risk level.
- `euaiact_answer_question` — Search frequently asked questions about the EU AI Act and get best-match answers with article references. Covers classi…
- `euaiact_calculate_penalty` — Calculates the maximum possible fine for an EU AI Act violation based on violation type, global annual turnover, and SM…
- `euaiact_get_article` — Retrieve an operational summary of a specific article of the EU AI Act (Regulation 2024/1689), plus a stable EUR-Lex UR…
- `euaiact_check_gpai_systemic_risk` — Determine whether a general-purpose AI model qualifies as a GPAI model with systemic risk under Art. 51. A model is pre…
- `euaiact_assess_art6_3_exception` — Walk through the Art. 6(3) exception for Annex III high-risk AI systems. An Annex III system is NOT high-risk if it doe…
- `euaiact_annex_iv_checklist` — Return the full Annex IV technical documentation requirements that a provider of a high-risk AI system must prepare und…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lexbeam-software/eu-ai-act <tool-name>
```

## Resources

- `euaiact://timeline` — Key implementation milestones and deadlines of the EU AI Act (Regulation 2024/1689).
- `euaiact://risk-levels` — Overview of the four AI Act risk categories: prohibited, high-risk, limited risk, and minimal risk.
- `euaiact://annex/iii` — Full Annex III high-risk AI system categories (1-8) with descriptions, examples, and relevant articles. Source: Regulat…
- `euaiact://annex/iv` — Full Annex IV technical documentation requirements (items 1-9) that providers of high-risk AI systems must prepare unde…

## Prompts (4)

- `classify-my-system` (system_description) — Classify an AI system under the EU AI Act risk framework. Provide a description and the tool will determine if it's pro…
- `compliance-checklist` (risk_level, role) — Generate a compliance checklist for an AI system based on its risk level and your role (provider or deployer).
- `penalty-risk-assessment` (violation_type, annual_turnover) — Calculate potential fines for EU AI Act non-compliance based on violation type and company size.
- `ground-citation` (article) — Ground a citation to a specific EU AI Act article by retrieving the article text and EUR-Lex URL.
