loading…
Search for a command to run...
loading…
DORA Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
DORA Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
Dora Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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. |
pip install meok-dora-compliance-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"dora-compliance-mcp": {
"command": "python",
"args": ["-m", "meok_dora_compliance_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 9 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"dora-compliance-mcp": {
"command": "npx",
"args": []
}
}
}