
CSOAI
Initializing...

CSOAI
Initializing...
Unlock detailed compliance audits, documentation generation, and multi-jurisdiction mapping. Works with Claude, ChatGPT, Cursor, Windsurf, and any MCP client.
57,000+ monthly installs. Used by compliance teams across the EU.
Get started with basic compliance checks. No API key needed.
For teams starting their EU AI Act compliance journey.
For compliance officers managing multiple AI systems.
For regulated enterprises with complex multi-framework needs.
Install the MCP server
pip install eu-ai-act-compliance-mcp
Get your API key
# Purchase above, key emailed within minutes
Set your environment variable
export MEOK_API_KEY=meok_abc123...
Use in any MCP client
# In Claude, Cursor, ChatGPT, etc: "Run a full EU AI Act compliance audit on my HR screening system"
{
"classification": "high-risk",
"confidence": "high",
"high_risk_matches": [
{
"area": 4,
"title": "Employment",
"description": "[UPGRADE to see]",
"matched_keywords": [
"3 keywords matched"
]
}
],
"compliance_roadmap": "LOCKED",
"upgrade": {
"url": "meok.ai/api-keys",
"price": "From GBP 29/month"
}
}{
"classification": "high-risk",
"confidence": "high",
"high_risk_matches": [
{
"area": 4,
"title": "Employment",
"description": "AI for recruitment,
screening, filtering...",
"subcategories": [
"Recruitment and screening",
"Decision-making on promotion",
"Monitoring work performance"
],
"matched_keywords": [
"recruit", "hiring", "HR"
]
}
],
"remediation_plan": [
"Establish Article 9 risk mgmt",
"Create Annex IV documentation",
"Implement Article 14 oversight"
]
}