Skip to main content
Glama
CSOAI-ORG

DORA Compliance MCP

DORA Compliance MCP

EU Digital Operational Resilience Act (DORA) Compliance โ€” 5-Pillar Audit, Incident Classification, TLPT

MCP License

Overview

Full compliance automation for the EU Digital Operational Resilience Act (Regulation 2022/2554). Covers all 5 pillars: ICT Risk Management, Incident Reporting, Digital Operational Resilience Testing, ICT Third-Party Risk, and Information Sharing.

๐Ÿ†• Quote verbatim DORA text in any audit

Install our sister MCP and pipe it through your agent for auditor-defensible quotes:

pip install eu-ai-act-compliance-mcp  # 1.5.1+
# In your Claude / OpenAI tool-use agent:
search_regulation(query="incident reporting", regulation="dora", limit=3)
get_article_text(regulation="dora", article_number=17)

Returns verbatim DORA text from publications.europa.eu Cellar (SPARQL-synced daily) with a canonical EUR-Lex deep link on every snippet โ€” drop straight into audit evidence packs.


Tools

Tool

Description

Parameters

audit_dora

Full 5-pillar DORA compliance audit

pillar, controls, entity_type

classify_ict_incident

Classify ICT incidents per Article 19 criteria

incident_type, impact, severity

assess_third_party_risk

Assess ICT third-party risk per Articles 28-30

provider_name, service_criticality, contract_type

generate_register_of_info

Generate Article 28 Register of Information entry

third_party_name, service_category, contract_ref

tlpt_readiness

Assess TLPT (Threat-Led Penetration Testing) readiness

entity_type, current_testing, scope

digital_resilience_score

Calculate overall digital resilience score

findings, pillar_scores

incident_reporting_timeline

Get incident reporting deadlines by severity

severity, entity_type

contract_clause_checker

Check third-party contracts for DORA compliance

contract_clauses

gap_analysis

Full DORA gap analysis with remediation plan

current_state, entity_type

Installation

pip install mcp

Claude Desktop

{
  "mcpServers": {
    "dora-compliance": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}

Cursor / VS Code / Windsurf

{
  "mcpServers": {
    "dora-compliance": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}

Usage Examples

<<<<<<< Updated upstream MIT ยฉ MEOK AI Labs

Sister MCPs

Part of the MEOK Governance pack โ€” designed to work together as a fleet. Install the whole pack with npx meok-setup --pack governance, or pick the ones you need:

  • EU AI Act โ†’ uvx eu-ai-act-compliance-mcp ยท PyPI ยท GitHub

  • NIS2 โ†’ uvx nis2-compliance-mcp ยท PyPI ยท GitHub

  • Cyber Resilience Act โ†’ uvx cra-compliance-mcp ยท PyPI ยท GitHub

  • AI Bill of Materials โ†’ uvx ai-bom-mcp ยท PyPI ยท GitHub

  • AI Incident Reporting โ†’ uvx ai-incident-reporting-mcp ยท PyPI ยท GitHub

  • DORA ร— NIS2 Crosswalk โ†’ uvx dora-nis2-crosswalk-mcp ยท PyPI ยท GitHub

Full catalogue + Anthropic Registry verify links: meok.ai/anthropic-registry

Protocol coverage + Universal PAYG

This MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.

Agent interop protocols supported (8 live):

  • โœ… MCP (Anthropic) โ€” native

  • โœ… A2A (Google + Linux Foundation, absorbed IBM ACP Sept 2025)

  • โœ… IBM ACP โ€” covered via A2A merge

  • โ— Stripe ACP (Agentic Commerce Protocol) โ€” Q3 bridge via agent-commerce-protocol-mcp

  • โ— AP2 (Google Agent Payments) โ€” partial via agent-commerce-payments-mcp

  • โ— x402 (Coinbase HTTP 402) โ€” partial via api.meok.ai gateway

  • โ†’ OASF / AGNTCY (Cisco Outshift + Linux Foundation) โ€” Q3 bridge

  • ๐Ÿ‘ ANP (Cisco Agent Network) โ€” watch-list

Pricing options:

Option

Price

Best for

Self-host (this MCP)

ยฃ0 โ€” MIT

Devs

This MCP Starter

ยฃ29/mo

One-MCP teams

This MCP Pro

ยฃ79/mo

Production + 24h SLA

Universal PAYG

ยฃ29/mo + ยฃ0.0002/call

Spiky usage across many MCPs

Substrate bundle (this category)

ยฃ99-ยฃ499/mo

A whole pack

MEOK Universe

ยฃ1,499/mo

All 47 MCPs, 500K calls

Each tier above the free self-host adds HMAC-signed attestations verifiable at verify.meok.ai. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.

=======

Run a full DORA audit

{
  "pillar": "ict_risk_management",
  "controls": ["incident response plan exists", "backups configured", "no formal testing"],
  "entity_type": "financial"
}

Assess third-party risk

{
  "provider_name": "AWS",
  "service_criticality": "critical",
  "contract_type": "cloud_infrastructure"
}

Pricing

  • Free: 10 audits/day

  • Pro: $99/mo โ€” unlimited audits + reports

  • Enterprise: $499/mo โ€” full TLPT + third-party register


Built by MEOK AI Labs | meok.ai

Stashed changes

Wire it up โ€” full stack

Pair this with the MEOK chain that turns one agent action into ONE signed compliance event:

  1. bft-progress-council-mcp โ€” anti-loop guardrail

  2. agent-token-budget-mcp โ€” hard spend cap

  3. agent-prompt-injection-firewall-mcp โ€” OWASP LLM01 scan

  4. agent-audit-logger-mcp โ€” hash-chained evidence

  5. a2a-governance-bridge-mcp โ€” fold N attestations โ†’ 1 signed event

  6. agent-incident-relay-mcp โ€” broadcast incidents to 5 regimes simultaneously

See meok.ai/mcp-stack for the full architecture and meok.ai/mcp-stack/demo for the live in-browser demo.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/dora-compliance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server