MEOK API Keys
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.
Free
GBP 0forever
Get started with basic compliance checks. No API key needed.
- ✓quick_scan — instant risk classification
- ✓deadline_check — all enforcement dates
- ✓classify_ai_risk — risk level (summary)
- ✓check_compliance — compliance score
- ✓get_timeline — implementation milestones
- ✓assess_penalties — fine calculator
Starter
GBP 29/month
For teams starting their EU AI Act compliance journey.
- ✓Everything in Free
- ✓100 API calls/day across all tools
- ✓Full detailed analysis output
- ✓generate_documentation (Annex IV)
- ✓audit_report (complete compliance audit)
- ✓Email support
Most Popular
Professional
GBP 79/month
For compliance officers managing multiple AI systems.
- ✓Everything in Starter
- ✓1,000 API calls/day
- ✓multi_jurisdiction_map (5 jurisdictions)
- ✓predict_risk_neural (AI risk prediction)
- ✓Verifiable HMAC-signed attestations
- ✓Audit trail with tamper-proof logging
- ✓Priority support
Enterprise
Custom
For regulated enterprises with complex multi-framework needs.
- ✓Everything in Professional
- ✓Unlimited API calls
- ✓All 5+ compliance frameworks
- ✓Custom neural model training
- ✓On-premise deployment option
- ✓Dedicated account manager
- ✓SLA guarantee
- ✓SSO + SAML
How It Works
1
Install the MCP server
pip install eu-ai-act-compliance-mcp
2
Get your API key
# Purchase above, key emailed within minutes
3
Set your environment variable
export MEOK_API_KEY=meok_abc123...
4
Use in any MCP client
# In Claude, Cursor, ChatGPT, etc: "Run a full EU AI Act compliance audit on my HR screening system"
Free vs Pro: What You Get
Free Tier Output
{
"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"
}
}Pro Tier Output
{
"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"
]
}Works With Every MCP Client
Claude DesktopClaude CodeChatGPT (Jan 2026+)Google GeminiCursorWindsurfClineVS Code CopilotAmazon QAny MCP Client