DORA Compliance MCP
AI-powered DORA (Digital Operational Resilience Act) compliance checking for financial institutions — ICT risk, incident reporting, third-party oversight
Overview
Dora Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
classify_entity | Classify a financial entity's DORA applicability + which entity type it is. |
list_pillars | List all 5 DORA pillars with article ranges and key obligations. |
audit_pillar | Audit a specific DORA pillar (1-5) against your entity's current controls. |
audit_all_pillars | Run audits across all 5 DORA pillars and return an executive summary. |
classify_incident | Classify an ICT incident against DORA major-incident thresholds per Commission D |
register_of_information_template | Return the Article 28.3 Register of Information template structure. Financial en |
tlpt_readiness | Assess Threat-Led Penetration Testing (Article 26) readiness. Returns whether th |
get_dora_certificate | Generate a cryptographically signed DORA compliance attestation (Pro/Enterprise) |
enforcement_status | Current DORA enforcement status + key upcoming deadlines for financial entities. |
Installation
pip install meok-dora-compliance-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"dora-compliance-mcp": {
"command": "python",
"args": ["-m", "meok_dora_compliance_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 9 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
Servidores relacionados
Lotlytics
Live real estate market data for 895 US metros. Home prices, rental yields, investment health scores, migration trends, and HUD fair market rents. Free tier included, no account needed.
app.marketgenius/mcp
Real-time stock heatmaps and investment tools delivered as interactive React components.
EigenLayer MCP Server
Restaking data, operator info, and AVS details on EigenLayer.
isleep
An MCP server that lets AI agents sleep for a specified duration.
FluxA Agent Wallet
MCP server for AI agent payments — fund wallets, set spend limits, issue AgentCards, and settle x402 micropayments autonomously.
IcoGenie MCP
MCP server for AI-powered SVG icon generation. Generate production-ready icons from text descriptions. Supports single icons, bundles, style customization, and regeneration.
Alpaca Trading
Manage stock and crypto portfolios, place trades, and access market data via the Alpaca Trading API.
bioinformatics-mcp-server
Bioinformatics data for AI agents — gene search, protein structures, clinical variants, PubMed literature, and DNA sequences via NCBI and UniProt. No API key required.
Simtheory
MCP client with model switching, assistants and agentic mode.
Recall
Open-source MCP memory server for AI coding agents — durable cross-session memory, per-agent namespaces, ChromaDB-backed, self-hosted.