DORA (EU Digital Operational Resilience Act) compliance for AI agents. 5-pillar audit, incident classification, Article 28 Register of Information, TLPT readiness. Regulation (EU) 2022/2554. By MEOK AI Labs.
Project description
Dora Compliance MCP
DORA (Regulation EU 2022/2554) compliance MCP for financial entities
DORA (Regulation EU 2022/2554) compliance MCP for financial entities. ICT risk, incident classification, reporting workflows. MIT
🚀 Quick Start
# Install via pip
pip install dora_compliance_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install dora-compliance-mcp --client claude
⚡ Pay-per-call (PAYG) — no subscription
This MCP supports universal pay-per-call billing across the MEOK compliance fleet:
# One-time setup
export MEOK_PAYG_KEY="your_topup_token"
# Every tool call now deducts £0.05 from your balance.
# When balance hits zero, the tool returns a top-up URL.
# Works across all 7 MEOK compliance MCPs with the same token.
- No subscription — top up once, deduct per call.
- £0.05/call default (configurable via
MEOK_PAYG_RATE_GBP). - USDC on Base L2 accepted — set
MEOK_X402_RECEIVERand pay via stablecoin. - Backward-compatible — when
MEOK_PAYG_KEYis unset, behaviour is unchanged.
Get a token: councilof.ai/payg (£10 / £50 / £200 top-up tiers).
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: £79/mo — Full MCP suite + EU AI Act tracking
- Enterprise: £499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 26 PyPI packages · ~16,300 monthly installs.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"dora-compliance-mcp": {
"command": "uvx",
"args": ["dora-compliance-mcp"]
}
}
}
Or: pip install dora-compliance-mcp then run the dora-compliance-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
classify_entityto …" - "Use
list_pillarsto …" - "Use
audit_pillarto …"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dora_compliance_mcp-1.4.6.tar.gz.
File metadata
- Download URL: dora_compliance_mcp-1.4.6.tar.gz
- Upload date:
- Size: 240.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8d6df40258b1f9c913ffcc213baa638190c6b26b084aeae124b61667886a42a
|
|
| MD5 |
ff13b0d1d255bc56009aa518a94afe7d
|
|
| BLAKE2b-256 |
6d3592ccb72b52fa7c274c595017442acd80e72f19bcb4ff030de5267bb77a7e
|
File details
Details for the file dora_compliance_mcp-1.4.6-py3-none-any.whl.
File metadata
- Download URL: dora_compliance_mcp-1.4.6-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4835a30c9cf556d91b2cd0a74775c1b2bb345bc3838ea27bb6382d039b4a853b
|
|
| MD5 |
3de77b700cda8b4d58a2d7270eddc562
|
|
| BLAKE2b-256 |
1ed984928eea935341913ce0d034675beaa18a21ccc928b9297e4dff712ad34a
|