Metadata-Version: 2.4
Name: dora-nis2-crosswalk-mcp
Version: 1.1.0
Summary: DORA × NIS2 Crosswalk MCP — map Regulation (EU) 2022/2554 obligations to Directive (EU) 2022/2555 Article 21-23 measures, and vice versa. For EU banks, insurers, payment institutions, crypto-asset service providers, and their CTPPs (critical ICT third-party providers). Dual-compliance scoring + HMAC-signed attestations. By MEOK AI Labs.
Project-URL: Homepage, https://meok.ai/dora-nis2-crosswalk-mcp
Project-URL: Repository, https://github.com/CSOAI-ORG/dora-nis2-crosswalk-mcp
Author-email: MEOK AI Labs <nicholas@meok.ai>
License: MIT License
        
        Copyright (c) 2026 MEOK AI Labs (Nicholas Templeman)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: crosswalk,ctpp,directive-2022-2555,dora,dual-compliance,eu-banking,eu-insurance,financial-services-compliance,incident-reporting,mcp,meok-ai-labs,nis2,regulation-2022-2554,signed-attestation
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# DORA × NIS2 Crosswalk MCP

**Map Regulation (EU) 2022/2554 (DORA) obligations to Directive (EU) 2022/2555 (NIS2) Article 21-23 measures** — so EU banks, insurers, payment institutions, crypto-asset service providers, and their CTPPs can prove dual compliance without re-auditing the same controls twice.

By [MEOK AI Labs](https://meok.ai).

## Why this exists

Most EU financial entities are in scope for **both** DORA and NIS2. The obligations overlap ~65% but:

- Reporting clocks differ (DORA: 4h/72h/1mo — NIS2: 24h/72h/1mo + 3mo progress)
- Competent authorities differ (DORA: national FSA — NIS2: national CSIRT)
- Classification thresholds differ (Commission Delegated Reg (EU) 2024/1772 vs NIS2 national transpositions)

If you treat them as two separate programmes, you duplicate work. If you treat them as one with a crosswalk, you don't.

## Tools

- `list_overlapping_obligations` — full crosswalk table with "satisfies-both-if" test
- `compare_reporting_clocks` — side-by-side incident reporting timeline
- `check_dual_compliance` — score your current controls against both regimes
- `sign_dual_compliance_attestation` — Pro/Enterprise: cryptographically signed dual-compliance cert

## Install

```bash
pip install dora-nis2-crosswalk-mcp
```

## Tiers

- **Free** — 10 queries/day, crosswalk + clocks
- **Pro £199/mo** — unlimited + dual-compliance gap scoring + signed attestations
- **Enterprise £1,499/mo** — multi-entity, gap-remediation export
- **£5,000 assessment** — 48h dual-compliance gap review + roadmap

## Related MEOK MCPs

- [`dora-compliance-mcp`](https://pypi.org/project/dora-compliance-mcp/) — DORA alone
- [`nis2-compliance-mcp`](https://pypi.org/project/nis2-compliance-mcp/) — NIS2 alone
- [`cra-compliance-mcp`](https://pypi.org/project/cra-compliance-mcp/) — EU CRA
- [`meok-attestation-verify`](https://pypi.org/project/meok-attestation-verify/) — verify signed certs

## Full Compliance Platform

Need more than crosswalk mapping? **[councilof.ai](https://councilof.ai)** provides the complete EU regulatory compliance stack — DORA, NIS2, EU AI Act, CRA, CSRD — from £29/mo.

→ **[Get started at councilof.ai](https://councilof.ai)**

## License

MIT — [MEOK AI Labs](https://meok.ai), 2026.
