EU AI Act Compliance
EU AI Act compliance for AI agents, grounded in Regulation (EU) 2024/1689 as amended by Regulation (EU) 2026/1744 (Digital Omnibus, in force 27 July 2026).
What it can do
- 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_case, and/or structured signals (domain, biometric flags,
- Euaiact Check Deadlines: Returns key implementation milestones and deadlines for the EU AI Act with days remaining, a `next_milestone` shortcut, and a summary of the Digital Omnibus. The milestone tim
- Euaiact Get Obligations: Returns specific compliance obligations for providers or deployers based on AI system risk level.
What data it sees
Do you need an account
No: the server works without sign-in
EU AI Act compliance for AI agents, grounded in Regulation (EU) 2024/1689 as amended by Regulation (EU) 2026/1744 (Digital Omnibus, in force 27 July 2026). Operative law is the default in every answer; pending changes are opt-in and labelled by source status.
Ten deterministic tools, no LLM in the loop, so the same input always returns the same output. euaiact_assess_system takes one normalized system profile and returns separate legal-classification, impact and implementation-readiness blocks with field-level provenance. euaiact_classify_system returns a risk tier (prohibited, high-risk, limited, minimal) from free text or structured signals, naming both the signals it matched and the ones it still needs. The rest cover Annex III and Annex IV, provider and deployer obligations, the Art. 6(3) exception including the profiling carve-out, GPAI systemic risk at the Art. 51 threshold of 10^25 FLOPs, penalties, deadlines, and article lookup with stable EUR-Lex citations. Five resources and four prompts included.
Sparse input fails closed: the server answers "undetermined" and names the decisive missing facts instead of guessing a classification.
No API key, no telemetry, two runtime dependencies; installed locally it makes no network calls. MIT licensed. A first-pass technical output, not legal advice and not certification. By Lexbeam Software.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| 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_case, and/or structured signals (domain, biometric flags, synthetic content, etc.). Signals take precedence over text matching for deterministic classification. Returns risk classification, applicable Annex III category, relevant articles, provider/deployer determination, matched signals, and follow-up questions the agent should relay. Note: Art. 6(3) exceptions require documented justification and cannot be auto-applied; use euaiact_assess_art6_3_exception. |
| euaiact_check_deadlines | Returns key implementation milestones and deadlines for the EU AI Act with days remaining, a `next_milestone` shortcut, and a summary of the Digital Omnibus. The milestone timeline always reflects the operative law. Set `include_pending_omnibus: true` to also receive the structured Digital Omnibus pack (each item source-status labelled; its `status` and `enacted` fields carry the current legislative state). Use `only_upcoming: true` to drop past milestones. |
| 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 classification, deadlines, roles, governance, documentation, risk assessment, penalties, GPAI systemic risk, FRIA, transparency, and sector-specific guidance. |
| euaiact_calculate_penalty | Calculates the maximum possible fine for an EU AI Act violation based on violation type, global annual turnover, SME status and SMC (small mid-cap) status. Implements the Art. 99 penalty framework including the SME/startup lower-of rule (Art. 99(6), tiers 99(3)-(5)) and the narrower SMC rule (Art. 99(6a), tiers 99(4)-(5) only; no SMC cap on Art. 5 fines and none under Art. 101). Returns a comparative block so the agent can show the SME reduction to the user. |
| euaiact_get_article | Retrieve an operational summary of a specific article of the EU AI Act (Regulation 2024/1689), plus a stable EUR-Lex URL to the canonical text. Supports a subset of the most-cited articles (Art. 3, 4, 5, 6, 9-17, 26, 27, 43, 47, 49, 50, 51, 53, 55, 72, 73, 99, 100, 113). For articles outside this subset the tool returns the EUR-Lex base URL. The summary is not statutory text: follow the URL and verify the official provision before quoting it. |
| euaiact_check_gpai_systemic_risk | Determine whether a general-purpose AI model qualifies as a GPAI model with systemic risk under Art. 51. This tool uses an adjudicated conservative boundary at or above 10^25 cumulative training FLOPs for the Art. 51(2) presumption. The Commission may also designate models with equivalent capabilities or impact under Art. 51(1)(b). Returns baseline GPAI obligations under Art. 53 plus systemic-risk-only obligations under Art. 55, and the Art. 52 notification duty. |
| 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 only if the provider affirmatively assesses no significant risk to health, safety, or fundamental rights, AND the system falls under one of the four conditions: (a) narrow procedural task, (b) improves prior human activity, (c) detects patterns without replacing human assessment, (d) preparatory task. Set no_significant_risk_to_health_safety_fundamental_rights=true only when that threshold has been assessed. CRITICAL: The exception does NOT apply if the system performs profiling of natural persons (Art. 6(3), third subparagraph). Providers invoking the exception must document the assessment (Art. 6(4)) and still register in the EU database (Art. 49(2)). |
| euaiact_annex_iv_checklist | The nine titles and descriptions summarise Annex IV. `sub_items` are non-binding implementation prompts, are not verbatim Annex IV text, and do not create additional legal requirements. Under Article 11(1), SMEs, including start-ups, and SMCs may provide the Annex IV elements in a simplified manner only by using the Commission form referred to in that paragraph. |
| euaiact_assess_system | Assess one normalized EU AI Act system profile against the pinned sealed corpus. Returns separate legal-classification, impact, and implementation-readiness blocks with field-level facts, decisive missing facts, complete finding provenance, warnings, and recommended atomic follow-up calls. Sparse inputs fail closed. Impact never changes legal classification, and classification never implies implementation readiness. |