loading…
Search for a command to run...
loading…
MCP server for EU AI Act compliance classification with multi-jurisdiction overlay across 8 frameworks (NIST AI RMF, ISO 42001, GDPR, HIPAA, Colorado SB 24-205)
MCP server for EU AI Act compliance classification with multi-jurisdiction overlay across 8 frameworks (NIST AI RMF, ISO 42001, GDPR, HIPAA, Colorado SB 24-205). Provides deterministic risk classifier (quick_risk_class) and Claude-powered Annex III deep classifier (classify_annex3) with remediation actions.
MCP (Model Context Protocol) server exposing free EU AI Act compliance classifiers to AI assistants. Built for Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Powers AI assistants to evaluate mid-market SaaS systems against EU AI Act, NIST AI RMF, ISO/IEC 42001, OECD, GDPR, and sector-specific overlays.
npm npm downloads license MCP Powered by Claude
npm install -g @eucomplyhub/mcp-eu-ai-act
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"eucomplyhub": {
"command": "npx",
"args": ["-y", "@eucomplyhub/mcp-eu-ai-act"]
}
}
}
Restart Claude Desktop. Ask:
"Classify Acme Inc — an HR-tech SaaS using AI to score candidates for B2B enterprise customers."
Claude returns full Annex III mapping, Article 50 transparency obligations, GPAI Article 53 reasoning, and 5 priority remediation actions tailored to the deployment.
There's one other EU AI Act MCP server in the awesome-mcp-servers Legal section (@ark-forge/mcp-eu-ai-act). It's a different scope:
| This server | ark-forge/mcp-eu-ai-act | |
|---|---|---|
| Frameworks | EU AI Act + NIST AI RMF + ISO/IEC 42001 + OECD + Singapore + GDPR + HIPAA + Colorado SB 24-205 | EU AI Act only |
| Layers | Two: deterministic 30-sec + Claude-powered 60-sec | Code scanner |
| Output | Multi-jurisdiction risk class + Annex III mapping + Article 50/53 reasoning + 5 remediation actions | Violations + remediation guidance |
| Use case | Mid-market SaaS audit prep across multiple frameworks | Codebase compliance check |
Use whichever fits your scope. They're complementary, not competitive.
> Classify Acme Inc — HR-tech SaaS using AI to score candidates for B2B enterprise customers.
Running classify_annex3...
Overall risk: HIGH-RISK
Summary: Acme operates in Annex III §4 (employment), with AI-driven
candidate scoring affecting hiring decisions. Article 50 disclosure
applies. EU customers trigger full obligations.
Annex III categories:
III.4 Employment ✓ YES — AI ranking influences hiring
III.5 Essential services — NO — not credit/benefit scoring
[...6 more categories...]
Article 50: APPLIES
Reasoning: Candidates interact with AI-generated outputs;
transparency disclosure required at the point of evaluation.
GPAI Article 53: deployer (you consume third-party foundation model)
Reasoning: Score generation via OpenAI/Anthropic API → you're
not the provider, but Article 26 deployer obligations apply.
Priority remediation actions:
1. Implement Article 14 human oversight UI — manager confirmation
step before AI-ranked candidates auto-proceed
2. Add Article 50 transparency banner — "AI-assisted scoring"
notice visible to candidates
3. Document training data lineage (Article 10) — if Acme fine-tunes
4. Establish post-market monitoring (Article 72)
5. GDPR overlap — DPIA required (Annex III high-risk = Art 35 trigger)
quick_risk_class — 30-second multi-jurisdiction risk classifierDeterministic, rule-based AI risk classification. No LLM call — same inputs always produce the same outputs.
Frameworks covered:
Inputs:
industry: healthcare, publicSector, education, hr, retail, industrial, media, otherarchetype: decisioning, generation, classification, recommendation, automation, forecastingimpact: internal, b2b, consumer, regulatedReturns: Risk class (Critical / High / Limited / Minimal), 5-axis risk profile, per-framework verdicts.
classify_annex3 — Deep Annex III classification (Claude-powered)Full EU AI Act mapping using Claude (Anthropic) with complete regulatory context — Articles 6, 9–15, 26, 27, 50, 53 plus the postponement nuance (Annex III standalone enforcement postponed to Dec 2 2027; Article 50 + GPAI Article 53 lock in Aug 2 2026).
Inputs:
company: Company nameindustry: Industry/verticalfeatures: Array of AI featuresuseCase: Plain-English description (min 20 chars)euExposure: eu-customers-output, eu-employees-only, no-eu, considering-euReturns:
Calls https://eucomplyhub.com/api/annex3-classify — free, no signup, ~60s response time.
Install the package globally:
npm install -g @eucomplyhub/mcp-eu-ai-act
Edit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the server:
{
"mcpServers": {
"eucomplyhub": {
"command": "npx",
"args": ["-y", "@eucomplyhub/mcp-eu-ai-act"]
}
}
}
Restart Claude Desktop.
In a new chat, ask:
Use the eucomplyhub tools to classify Acme Inc — an HR-tech SaaS with CV screening features for European enterprise customers.
Claude will call classify_annex3 and return a structured Annex III mapping + priority remediation actions.
Add to .cursor/mcp.json (workspace) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"eucomplyhub": {
"command": "npx",
"args": ["-y", "@eucomplyhub/mcp-eu-ai-act"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"eucomplyhub": {
"command": "npx",
"args": ["-y", "@eucomplyhub/mcp-eu-ai-act"]
}
}
}
npx -y @eucomplyhub/mcp-eu-ai-act
The server runs over stdio (standard MCP transport).
Once installed, ask your AI assistant questions like:
The assistant will call the appropriate tool and return structured results you can act on.
Free. Both tools call free public endpoints at eucomplyhub.com:
quick_risk_class runs entirely locally (deterministic JavaScript, no network call)classify_annex3 calls https://eucomplyhub.com/api/annex3-classify (rate-limited free public API)Rate limits apply for abuse prevention. Heavy usage should consider commissioning a full audit via eucomplyhub.com/audit.
This MCP server is an educational tool for orientation, not legal advice. Each framework has specific clauses, exceptions, and edge cases. For binding compliance mapping (audit deliverables, certification prep, regulatory submission), consult an expert.
For a paid expert audit:
Book at eucomplyhub.com/audit.
Built and maintained by Piotr Reder (eucomplyhub.com). Triple-framework specialist for mid-market SaaS preparing for EU AI Act enforcement.
Risk class logic adapted from @clustral/risk-compass (MIT).
Annex III deep classifier powered by Anthropic Claude (claude-sonnet-4-6).
Prefer a browser?
quick_risk_class)classify_annex3)MIT — see LICENSE.
Issues + PRs welcome at https://github.com/eucomplyhub/mcp-eu-ai-act
For questions about the audit methodology behind the tools, reach out: [email protected]
Q3 2026 (July–September)
classify_fria — Fundamental Rights Impact Assessment generator (Article 27)classify_hr_bias — Vertical bias audit for HR-tech (Annex III §4 + Colorado SB 24-205)validate_disclosure — Article 50 transparency UX audit (Generated by AI label checker)Q4 2026 (October–December)
audit_gpai_provider — Article 53 GPAI provider compliance check (training data lineage + technical documentation)monitor_continuous — Post-market monitoring helper (Article 72)2027
Feedback on priorities? Open an issue or email [email protected].
quick_risk_class + classify_annex3Run in your terminal:
claude mcp add mcp-eu-ai-act -- npx