mcp-dora

mcp-dora

DORA compliance scanner MCP server that scans projects for regulatory gaps, classifies entities, generates reports, and optionally produces ICT registers and incident templates with cryptographic certification.

Category
Visit Server

README

mcp-dora — DORA Compliance Scanner

Digital Operational Resilience Act (EU) 2022/2554 compliance scanner as an MCP server.

DORA has been in force since January 17, 2025. It applies to banks, payment institutions, investment firms, crypto CASPs, insurers, and ICT service providers operating in the EU.

PyPI version License: MIT


Quick Install

pip install mcp-dora

Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "dora": {
      "command": "python3",
      "args": ["-m", "mcp_dora"],
      "env": {}
    }
  }
}

Or use the CLI:

dora-scanner /path/to/project --entity credit_institution

7 Tools

Tool DORA Articles Plan
scan_project Art.9, 10, 11, 17, 24, 25, 28, 31 Free
classify_entity All Free
assess_organization Art.5, 6, 11, 17, 18, 19, 26, 28, 30, 31 Free
generate_report Combined Free
generate_ict_register Art.31 Pro
generate_incident_template Art.17-18 Pro
certify_report All Certified

scan_project

Scans source code for DORA compliance gaps:

  • Art. 9 — Hardcoded credentials, missing secrets management
  • Art. 10 + 17 — Mutable logging files (tamper-prone incident records)
  • Art. 11 — Missing retry logic and circuit breakers for external calls
  • Art. 24 + 25 — Missing security testing tooling (bandit, semgrep, safety)
  • Art. 28 + 31 — ICT third-party dependencies (AWS, Stripe, Kafka, etc.)

classify_entity

Returns all DORA articles applicable to your entity type:

credit_institution | payment_institution | e_money_institution
investment_firm | crypto_casp | insurance_undertaking
ict_provider | trading_venue | central_counterparty

assess_organization

Scores DORA organizational readiness from YES/NO answers across 12 checks covering Art.5, 6, 11, 17, 18, 19, 26, 28, 30, 31.

generate_ict_register (Pro)

Auto-generates your Art. 31 ICT third-party register from a code scan — detects vendors and scaffolds all mandatory fields (classification, SLA, audit rights, data location, exit strategy).

generate_incident_template (Pro)

Generates an Art. 17-18 incident management template with:

  • Classification framework (major / significant / minor)
  • Regulatory reporting deadlines (initial: 4h, intermediate: 72h, final: 1 month)
  • Full incident record fields

certify_report (Certified)

Certifies your DORA compliance report with ArkForge Trust Layer: Ed25519 signature + RFC 3161 timestamp + Sigstore/Rekor anchoring. Verifiable by regulators without routing through ArkForge.


Trust Layer — DORA Art. 17 Compliance

DORA Art. 17 requires incident records to be tamper-proof and available for supervisory inspection. A standard log file (mutable, deletable) does not satisfy this requirement.

ArkForge Trust Layer seals each incident record at creation — cryptographic proof, independently verifiable:

→ https://arkforge.tech/trust

Pricing

Plan Price Scans Features
Free €0 10/day scan_project, classify_entity, assess_organization, generate_report
Pro €29/mo Unlimited + generate_ict_register, generate_incident_template, CI/CD API
Certified €99/mo Unlimited + certify_report (Trust Layer)

Get your API key: https://mcp.arkforge.tech/en/mcp-dora.html


What DORA Covers

Chapter Articles What it requires
ICT Risk Management 5–16 Board oversight, security policies, detection, BCP
Incident Management 17–23 Tamper-proof logs, classification, regulatory reporting
Resilience Testing 24–27 Annual vulnerability scans, SAST, TLPT (significant entities)
Third-Party Risk 28–44 ICT register, contract provisions, concentration risk

Entity Types in Scope

All financial entities regulated under DORA:

  • Credit institutions (banks) — full scope, TLPT required
  • Payment institutions — full scope
  • Electronic money institutions — full scope
  • Investment firms — full scope, TLPT required
  • Crypto asset service providers (CASPs) — full scope
  • Insurance / reinsurance undertakings — full scope
  • ICT third-party service providers — Art. 28-31 only
  • Trading venues — full scope, TLPT required
  • Central counterparties — full scope, TLPT required

License

MIT — © ArkForge

Questions: contact@arkforge.tech

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured