EU AI Act Compliance MCP
EU AI Act Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
README
<div align="center">
EU AI Act Compliance MCP Server
The only MCP server that automates EU AI Act compliance checking.
Classify AI risk levels · Run 42-point compliance audits · Generate Article 11 documentation · Assess penalties · Track deadlines
Installation · Tools · Docs · Report Bug
</div>
Connect via MCPize
Use this MCP server instantly with no local installation:
npx -y mcpize connect @CSOAI-ORG/eu-ai-act-compliance --client claude
Or connect at: https://mcpize.com/mcp/eu-ai-act-compliance
Quick Start
pip install eu-ai-act-compliance-mcp
# or
npm install -g @meok-ai/eu-ai-act-compliance-mcp
Why This Exists
The EU AI Act (Reg 2024/1689) is now in force. Following the March 2026 Digital Omnibus vote, the timeline shifted:
- Article 50 transparency obligations: 2 November 2026 (was August 2026)
- Annex III high-risk systems: 2 December 2027 (was August 2026)
- Annex I high-risk systems: 2 August 2028 (was August 2027)
Penalties remain unchanged: up to €35M or 7% of global turnover.
Most teams are using PDF binders and Word checklists to track Article 6 risk classifications, Article 26(9) FRIA artifacts, and Article 50 disclosures. When a regulator asks "how do we know this artifact wasn't fabricated last week?", the answer today is "trust us".
This MCP turns Article 6 / 26(9) / 50 obligations into a single AI-agent-callable tool, signs each artifact with HMAC-SHA256, and gives you a verifiable URL the auditor can curl independently.
Real Usage Example
A German Mittelstand HR-tech firm needed to dry-run their Article 6 classification + Article 26(9) FRIA for a CV-screening AI. Their compliance lead installed this MCP into Claude Code:
pip install eu-ai-act-compliance-mcp
Then prompted Claude:
"Classify our CV-scoring product against EU AI Act Article 6. Treat it as Annex III (employment). Generate the risk-tier rationale and the high-risk obligations checklist. Then produce the Article 26(9) FRIA. Sign with the attestation API."
Result: 49-page audit pack with cryptographically verifiable HMAC-signed sections in ~14 hours of review time.
Traditional consulting estimate: 230 hours / £42-62K.
Saved: ~£40K and 4-5 weeks.
Tools
| Tool | Description |
|---|---|
classify_risk |
Article 6 risk classification (minimal / limited / high / unacceptable) |
run_audit |
42-point compliance checklist against Annex I-IX |
generate_article_11 |
Technical documentation template generator |
assess_penalties |
Penalty exposure calculator (up to €35M or 7% global turnover) |
track_deadlines |
Deadline tracker with countdown to key dates |
sign_artifact |
HMAC-SHA256 attestation signing |
Pricing
| Tier | Price | What you get |
|---|---|---|
| Free | £0 | 10 calls/day — risk classification + audit |
| Pro | £199/mo | Unlimited calls + HMAC-signed attestations + public verify URLs |
| Enterprise | £1,499/mo | Multi-tenant + co-branded PDF reports + Trust Center webhooks |
| One-off assessment | £5,000 | 48h bespoke audit + signed deliverable |
→ Subscribe to Pro · Enterprise · Book assessment
Attestation API
Every Pro/Enterprise audit produces a cryptographically signed certificate:
POST https://meok-attestation-api.vercel.app/sign
→ { cert_id, verify_url, hmac_sha256, valid_until }
Verify any certificate: https://meok-attestation-api.vercel.app/verify/{cert_id}
Or install the zero-dep verifier: pip install meok-attestation-verify
Star History
Need Full EU AI Act Compliance?
This MCP gives you the tools — councilof.ai gives you the full platform.
| Tier | Price | What You Get |
|---|---|---|
| Starter | £29/mo | Automated risk classification + deadline tracking |
| Pro | £79/mo | Full audit packs + HMAC-signed attestations |
| Enterprise | £1,499/mo | Dedicated compliance support + Notified Body prep |
| Gap Analysis | £5,000 | 48-hour expert assessment with signed report |
→ Get started at councilof.ai — 100x cheaper than traditional compliance consulting.
Support & Enterprise
- GitHub Discussions
- Report Issues
- Enterprise support: nicholas@csoai.org
- Website: meok.ai
- All MCP servers: meok.ai/labs/mcp/servers
- Attestation API: meok-attestation-api.vercel.app
- Compliance platform: councilof.ai
License
MIT © MEOK AI Labs <!-- mcp-name: io.github.CSOAI-ORG/eu-ai-act-compliance-mcp -->
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.