← Back to search

io.github.ark-forge/mcp-eu-ai-act

ark-forge streamable_http Scanned 26d ago

EU AI Act compliance MCP server. Scans AI codebases, classifies risk, provides remediation guidance.

C
63.7 / 100

Versions

1.1.0latest
first seen Jun 5, 2026
2.0.31
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 16

scan_project
annotations: none low

Find out in 5 seconds if your project triggers EU AI Act obligations — no arguments, no setup. Scans for 22 AI/ML frameworks (OpenAI, Anthropic, LangChain, HuggingFace, PyTorch, TensorFlow, scikit-learn…), returns your risk category and the legal actions required before you ship. Enforcement live since Feb 2025 — fines up to 35M EUR. For EU AI Act + GDPR together, call combined_compliance_report() instead.

project_path string follow_imports string
check_compliance
annotations: none low

Check whether your project passes or fails each EU AI Act requirement — no arguments, 5 seconds. See exactly which articles you violate (Art. 52 transparency, Art. 11 documentation, Art. 14 human oversight, Art. 15 robustness) and get step-by-step fix instructions for every gap. Call combined_compliance_report() for EU AI Act + GDPR together.

project_path string risk_category string
generate_report
annotations: none low

Generate the compliance report your legal team is asking for — no arguments. One call auto-detects AI frameworks, runs gap analysis, and produces a structured remediation plan ready for legal review or DPIA attachment. No API key needed.

project_path string risk_category string
suggest_risk_category
annotations: none low

Describe what your AI system does in plain language — get back your EU AI Act risk tier, the articles that apply, and your first compliance step. Returns matched category (minimal/limited/high/unacceptable) with confidence level and triggering risk indicators. No project scan needed, no API key.

system_description string
generate_compliance_templates
annotations: none low

Stop writing compliance docs from scratch — get pre-filled templates for risk management, technical documentation, transparency notice, and human oversight policy tailored to your risk category. High-risk systems get all 6 mandatory documents. Save to docs/, fill in [bracketed] sections. Run check_compliance() first to see which documents you're missing.

risk_category string
generate_compliance_roadmap
annotations: none low

Get a prioritized, week-by-week plan to close every compliance gap before Aug 2026 — no arguments. Auto-scans your project, ranks fixes by impact, sequences quick wins first, tells you whether your deadline is achievable. Pro plan required — run check_compliance() for a free gap summary.

deadline string project_path string risk_category string
generate_annex4_package
annotations: none low

Build the Annex IV evidence package your auditor needs for high-risk AI — no arguments. All 8 mandatory sections auto-populated from your project scan, SHA-256 integrity hash included. High-risk rules apply Aug 2026. Pro plan required.

project_path string trust_layer_key string sign_with_trust_layer string
certify_compliance_report
annotations: none low

Make your compliance report tamper-proof for Art. 12 audit trail — pass the report JSON, get back a proof_id and a public verification URL you can hand to auditors. Certified plan required. Run generate_report() first to produce the report.

report_data string trust_layer_key string
validate_api_key
annotations: none low

Check your API key status — returns plan tier (free/pro/certified), email, and usage stats (total scans, last scan date).

api_key string
register_free_key
annotations: none low

Activate a free API key — unlocks scan history and CI/CD integration. Pass the user's email, no password or credit card. IMPORTANT: ask the user to type their email first, wait for their reply, then call this with the exact email they typed. Do NOT pass a placeholder or fabricated email.

email string
gdpr_scan_project
annotations: none low

Find every file in your project that touches personal data — no arguments, 5 seconds, free. Detects PII fields, cookies, tracking pixels, analytics SDKs, and consent flows. Returns flagged files with data categories and applicable GDPR articles. GDPR fines reach 20M EUR or 4% turnover. For EU AI Act + GDPR together, call combined_compliance_report().

project_path string
gdpr_check_compliance
annotations: none low

Check whether your project passes or fails each GDPR requirement — no arguments. See pass/fail for lawful basis (Art. 6), consent (Art. 7), data subject rights (Art. 15–22), security (Art. 32), and breach notification (Art. 33–34) with fix instructions for every gap. GDPR fines reach 20M EUR or 4% turnover. For EU AI Act + GDPR together, call combined_compliance_report().

project_path string processing_role string
gdpr_generate_report
annotations: none low

Generate the GDPR report your DPO needs — no arguments. Combines personal data inventory, gap analysis, and remediation steps in one structured document for DPO review, audit prep, or regulatory response. For EU AI Act + GDPR together, call combined_compliance_report().

project_path string processing_role string
gdpr_generate_templates
annotations: none low

Get pre-filled GDPR templates your organization actually needs — no arguments. Privacy Policy, DPIA, Records of Processing Activities (ROPA), and Data Breach Procedure tailored to your processing role. Fill in [bracketed] sections. Run gdpr_check_compliance() first to see which documents you're missing.

processing_role string
combined_compliance_report
annotations: none low

Run this before your next deploy. One call reveals every EU AI Act + GDPR gap in your codebase — no arguments, no setup, under 10 seconds, free. Detects AI frameworks and personal data flows, flags where both laws overlap, returns pass/fail per article with a prioritized fix list. EU AI Act fines up to 35M EUR, GDPR up to 20M EUR. Replaces separate scan_project() and gdpr_scan_project() calls.

project_path string risk_category string processing_role string
get_pricing
annotations: none low

See pricing and features for every plan — Free (10 scans/day, full reports), Pro (29 EUR/mo, unlimited + CI/CD), Certified (cryptographic audit trail). No arguments. Call register_free_key() to activate your free API key.

Permissions 4

env_vars low
Server uses env_vars capabilities via: os.environ
shell high
Server uses shell capabilities via: subprocess
network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: open(), os, pathlib, shutil, tempfile

Scan Findings 51

medium
Vulnerable dependency: mcp@1.27.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (PYSEC-2026-3481) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (PYSEC-2026-3482) dependency_analyzer · 95%
low
Tool 'scan_project' has no annotations annotation_checker · 100%
low
Tool 'check_compliance' has no annotations annotation_checker · 100%
low
Tool 'generate_report' has no annotations annotation_checker · 100%
low
Tool 'suggest_risk_category' has no annotations annotation_checker · 100%
low
Tool 'generate_compliance_templates' has no annotations annotation_checker · 100%
low
Tool 'generate_compliance_roadmap' has no annotations annotation_checker · 100%
low
Tool 'generate_annex4_package' has no annotations annotation_checker · 100%
low
Tool 'certify_compliance_report' has no annotations annotation_checker · 100%
low
Tool 'validate_api_key' has no annotations annotation_checker · 100%
low
Tool 'register_free_key' has no annotations annotation_checker · 100%
low
Tool 'gdpr_scan_project' has no annotations annotation_checker · 100%
low
Tool 'gdpr_check_compliance' has no annotations annotation_checker · 100%
low
Tool 'gdpr_generate_report' has no annotations annotation_checker · 100%
low
Tool 'gdpr_generate_templates' has no annotations annotation_checker · 100%
low
Tool 'combined_compliance_report' has no annotations annotation_checker · 100%
low
Tool 'get_pricing' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.27.0 (GHSA-hvrp-rf83-w775) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (PYSEC-2026-3483) dependency_analyzer · 95%
medium
Vulnerable dependency: fastapi@0.100.0 (PYSEC-2024-38) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: scan_project manifest_parser · 90%
info
Tool: check_compliance manifest_parser · 90%
info
Tool: generate_report manifest_parser · 90%
info
Tool: suggest_risk_category manifest_parser · 90%
info
Tool: generate_compliance_templates manifest_parser · 90%
info
Tool: generate_compliance_roadmap manifest_parser · 90%
info
Tool: generate_annex4_package manifest_parser · 90%
info
Tool: certify_compliance_report manifest_parser · 90%
info
Tool: validate_api_key manifest_parser · 90%
info
Tool: register_free_key manifest_parser · 90%
info
Tool: gdpr_scan_project manifest_parser · 90%
info
Tool: gdpr_check_compliance manifest_parser · 90%
info
Tool: gdpr_generate_report manifest_parser · 90%
info
Tool: gdpr_generate_templates manifest_parser · 90%
info
Tool: combined_compliance_report manifest_parser · 90%
info
Tool: get_pricing manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (8) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 95 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%