Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
CSOAI-ORG avatar

Dora Compliance Mcp

  • 1 repo stars
  • Updated June 26, 2026
  • CSOAI-ORG/dora-compliance-mcp

dora-compliance-mcp is a MCP server that supports DORA operational resilience audits and incident-oriented compliance tasks for AI agents.

About

dora-compliance-mcp exposes EU Digital Operational Resilience Act (DORA) compliance helpers to coding agents via Model Context Protocol. Developers shipping regulated SaaS, embedded finance, or critical digital services in the EU often discover DORA late—after architecture choices are frozen. This server lets you invoke structured compliance-oriented tools from Claude Code or Cursor: metadata highlights a five-pillar audit model and incident-related workflows so agents can reason about gaps, evidence, and remediation themes instead of ad-hoc checklist notes. Version 1.4.4 ships on PyPI with stdio transport and a Python runtime hint, which suits local agent setups without standing up a separate compliance portal on day one. It does not replace legal counsel or supervisory engagement; it accelerates agent-assisted self-assessment and documentation drafts during Ship security work. Pair it with your own risk register and logging evidence. Skip it if you have no EU operational resilience exposure or already use an enterprise GRC suite with dedicated MCP connectors.

  • DORA (EU Digital Operational Resilience Act) tooling for AI agents
  • 5-pillar audit capability described in server metadata
  • Incident-related compliance workflows for agent-driven reviews
  • Python stdio MCP on PyPI (dora-compliance-mcp v1.4.4)
  • CSOAI-ORG maintained server for EU financial/digital resilience context

Dora Compliance Mcp by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add dora-compliance-mcp -- python dora-compliance-mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Packagedora-compliance-mcp
TransportSTDIO
AuthNone
Last updatedJune 26, 2026
RepositoryCSOAI-ORG/dora-compliance-mcp

What it does

Run DORA-aligned operational resilience checks and incident-oriented compliance workflows from your agent before EU-facing fintech or critical services go live.

Who is it for?

Best when you're building fintech, insurtech, or critical B2B platforms and need agent-assisted DORA prep without a full compliance team.

Skip if: Non-EU hobby projects with no operational resilience regulation and developers who need certified legal sign-off only from human advisors.

What you get

Your agent can run pillar-style audits and compliance-oriented steps so you enter launch with clearer gaps, narratives, and follow-up actions.

  • Agent-guided DORA 5-pillar audit-oriented outputs
  • Incident and resilience compliance workflow assistance
  • Structured compliance narratives to refine with legal and security reviewers

By the numbers

  • Server version 1.4.4 on PyPI (identifier dora-compliance-mcp)
  • Described capability: 5-pillar audit plus incident-related compliance
  • Transport: stdio; regulation focus: EU DORA
README.md

🔏 Free tier: 50 calls/day. Need audit-ready proof?

Pro (£199/mo) turns every result into an HMAC-signed attestation with a public verify URL your auditor validates without an account — EU AI Act Art 11/12 ready. → Start: https://proofof.ai · pip install meok-attestation-verify to verify any cert.

MCP Scorecard: 90/100

Dora Compliance MCP

MEOK AI Labs PAYG enabled EU AI Act License PyPI

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_RECEIVER and pay via stablecoin.
  • Backward-compatible — when MEOK_PAYG_KEY is 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_entity to …"
  • "Use list_pillars to …"
  • "Use audit_pillar to …"

Recommended MCP Servers

How it compares

Regulatory resilience MCP toolkit, not a generic vulnerability scanner or single-purpose secrets audit skill.

FAQ

Who is dora-compliance-mcp for?

Developers and operators of EU-relevant digital services who want MCP-driven DORA audit and incident compliance assistance inside their coding agent.

When should I use dora-compliance-mcp?

Use it in Ship security when you are mapping controls, evidence, and incident processes before production or before a supervisory readiness review.

How do I add dora-compliance-mcp to my agent?

Install PyPI package dora-compliance-mcp, add the stdio MCP server entry in Claude Code or Cursor, and invoke its DORA audit and incident tools from agent sessions.

Security & Pentestingcomplianceaudit

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.