eu_ai_act_compliance
ActiveTool of systemprompt.io reports
Generate a structured EU AI Act compliance report from a system description, model card, and data-flow document. Nothing is silently optional: system_description is always required (min 50 chars); model_card and data_flows each accept substantive content (min 50 chars) or the exact string 'declined' to explicitly opt out; and exactly one of decision_tree_answers (from the free risk classifier, becomes binding evidence) or skip_decision_tree: true must be sent. All of this is validated free of charge before payment. The deterministic Annex III decision tree runs on every call: user-supplied answers are binding, otherwise answers are AI-derived and recorded as such. The tree classification, article citations, obligations, and evidence checklist are returned verbatim in the report JSON, together with exact enforcement-timeline dates and the matched Annex III area from the curated dataset. A staged AI workflow then produces an article-by-article obligation gap analysis, a required-documentation checklist mapped to Annex IV, and a prioritised remediation plan. The report includes a deterministic input_coverage grade (full, partial, or description_only) computed from what was supplied versus declined, the full AI classification with rationale, a programmatic reconciliation check between the tree and the AI risk tier, and a citation audit that flags any implausible article references. Returns markdown plus structured JSON. Every paid call also generates a branded PDF report and returns its download link (valid 72 hours). Price: $1.50 per call, payable by card (Stripe checkout link in the 402 response) or USDC on Base (x402). Full documentation, inputs, and pricing: https://systemprompt.io/tools/eu-ai-act-compliance-report/ — more governance tools and reports at https://systemprompt.io/mcp
Parameters schema
{
"type": "object",
"title": "EuAiActComplianceInput",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"system_description",
"model_card",
"data_flows"
],
"properties": {
"data_flows": {
"type": "string",
"description": "Data-flow description: what data enters the system, where it comes from, where outputs go (minimum 50 characters), or the exact string 'declined' to explicitly decline. Declining lowers the report's input_coverage grade."
},
"model_card": {
"type": "string",
"description": "Model card or equivalent documentation (minimum 50 characters), or the exact string 'declined' to explicitly decline supplying one. Declining lowers the report's input_coverage grade."
},
"skip_decision_tree": {
"type": [
"boolean",
"null"
],
"description": "Set true to explicitly skip supplying decision-tree answers; the tree is then derived by AI and the skip is recorded in input_coverage. Exactly one of decision_tree_answers or skip_decision_tree: true must be sent."
},
"system_description": {
"type": "string",
"description": "Written description of the AI system: what it does, who uses it, what decisions it informs, and the context it operates in. Minimum 50 characters."
},
"decision_tree_answers": {
"type": [
"array",
"null"
],
"items": {
"type": "integer",
"format": "uint",
"minimum": 0
},
"description": "Answer indices from the free EU AI Act risk classifier decision tree; the resulting classification becomes binding evidence. Required unless skip_decision_tree is true."
}
}
}Parent server
systemprompt.io reports
1/7 registries