Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add CSOAI-ORG/eu-ai-act-compliance-mcp --skill eu-ai-act-compliance-mcpgit clone --depth 1 https://github.com/CSOAI-ORG/eu-ai-act-compliance-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/csoai-org/eu-ai-act-compliance-mcp/eu-ai-act-compliance-mcp)<a href="https://agentmods.dev/skills/csoai-org/eu-ai-act-compliance-mcp/eu-ai-act-compliance-mcp"><img src="https://agentmods.dev/badge/skills/csoai-org/eu-ai-act-compliance-mcp/eu-ai-act-compliance-mcp/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/csoai-org/eu-ai-act-compliance-mcp/eu-ai-act-compliance-mcp"><img src="https://agentmods.dev/badge/skills/csoai-org/eu-ai-act-compliance-mcp/eu-ai-act-compliance-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00305 |
| Opus 5 | $0.00000 | $0.00152 |
| Sonnet 5 | $0.00000 | $0.00061 |
| Haiku 4.5 | $0.00000 | $0.00030 |
Grade A, and why
eu-ai-act-compliance-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
meok-eu-ai-act
Description
EU AI Act compliance checking and risk classification. Automated compliance validation for high-risk AI systems with Article 11 technical documentation generation.
Category
compliance
Use Cases
- AI system risk classification
- High-risk system documentation
- Regulatory gap analysis
Installation
pip install eu-ai-act-compliance-mcp
Quick Start
from mcp import Client
client = Client("eu-ai-act-compliance-mcp")
result = client.call_tool("tool_name", {"param": "value"})
print(result)
Tools
See the MCP server for available tools.
Pricing
- Free: Basic compliance checks, 50 calls/day
- Starter £29/mo: 200 calls/day + EUR-Lex FTS5 search
- Pro £79/mo: 1,000 calls/day + multi-jurisdiction mapping + neural predictions + signed attestations
- Enterprise: Contact for custom pricing
Links
- MCP Server: https://github.com/meok-ai-labs/eu-ai-act-compliance-mcp
- Documentation: https://meok.ai/docs/meok-eu-ai-act
- Compliance Portal: https://compliance.meok.ai
Compliance Standards
- EU AI Act (2024/1689)
- NIS2 Directive (2022/2555)
- ISO 42001:2023
- NIST AI RMF 1.0
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 47 lines · 0 tokens per session scan A 7768da04fc8f
eu-ai-act-compliance-mcp is a skill published in the GitHub repository CSOAI-ORG/eu-ai-act-compliance-mcp (1 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 305 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
complyedge-eu-ai-act-runtime-deny
Runtime deny for EU AI Act Article 5 and Article 50 on this prompt or output via ComplyEdge TrustLint MCP. Use when the user wants agent I/O compliance enforcement, not system classification, FRIA forms, or C2PA watermarking.
interpret-results
Interprets AIR Blackbox scan results and maps findings to specific EU AI Act articles, recitals, and remediation steps. Use when the user has scan output and wants to understand what to fix, why it matters, or how to prioritize.
compliance-scan
Scans a Python AI project for EU AI Act compliance gaps using AIR Blackbox. Use when the user asks to check compliance, scan their code, audit their AI project, or mentions EU AI Act, Articles 9-15, or compliance checking.
eu-ai-act-art50-check
Check whether an AI model's PUBLIC artifacts meet EU AI Act Article 50 transparency signals (license declared, task declared, model card present) and get back a deterministic, signable result. Use this instead of reasoning about Article 50 obligations from memory — it returns observed facts from the public model-info…
mima-close-gaps
Run the compliance copilot loop — observe posture, identify gaps, dry-run proposed evidence records where possible, present for human approval, then write approved records. Use when the user asks to close compliance gaps, improve their EU AI Act score, or fix failing governance gates.
mima-register-systems
Run the Art. 9 intake workflow — find every AI system without an airiskassessment record, gather the required fields, and register each one. Use when the user asks to register systems, fix Art. 9 gaps, or prepare for the EU AI Act deadline.