Metadata-Version: 2.4
Name: nis2-compliance-mcp
Version: 1.2.8
Summary: NIS2 Directive (EU 2022/2555) compliance for AI agents. 10 Article 21 risk-management measures audit, Article 23 incident classification, Article 20 management-body accountability. For the 18 essential/important entity sectors. By MEOK AI Labs.
Project-URL: Homepage, https://meok.ai/nis2-compliance-mcp
Project-URL: Repository, https://github.com/CSOAI-ORG/nis2-compliance-mcp
Author-email: MEOK AI Labs <hello@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: article-21,article-23,csirt,cyber-compliance,enisa,essential-entity,eu-cybersecurity,eu-regulation,important-entity,mcp,meok-ai-labs,nis2,nis2-directive
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

<div align="center">

# NIS2 Compliance MCP

**NIS2 Directive (EU 2022/2555) Compliance — Entity Classification, Risk Management, Incident Reporting**

[![MCP](https://img.shields.io/badge/MCP-Server-blue)](https://github.com/CSOAI-ORG)
[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE)
</div>

## Overview

Automated compliance with the NIS2 Directive (EU 2022/2555), the EU's updated cybersecurity framework. Classify entities, audit Article 21 risk-management measures, classify incidents under Article 23, and manage the Register of Information.

## Tools

| Tool | Description | Parameters |
|------|-------------|------------|
| `classify_entity` | Classify entity type (essential/important) and sector | `entity_description`, `sector`, `size` |
| `audit_risk_management` | Audit Article 21 risk-management measures | `measures`, `entity_type` |
| `classify_incident` | Classify an incident per Article 23 criteria | `incident_type`, `impact`, `entities_affected` |
| `generate_register_entry` | Generate Register of Information entry | `entity_name`, `sector`, `measures` |
| `check_supply_chain` | Assess supply chain security requirements | `suppliers`, `critical_services` |
| `reporting_timeline` | Get incident reporting deadlines by severity | `severity`, `entity_type` |
| `gap_analysis` | Full NIS2 compliance gap analysis | `current_state`, `sector`, `entity_type` |

## Installation

```bash
pip install mcp
```

### Claude Desktop
```json
{
  "mcpServers": {
    "nis2-compliance": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}
```

### Cursor / VS Code / Windsurf
```json
{
  "mcpServers": {
    "nis2-compliance": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}
```

## Usage Examples

<<<<<<< Updated upstream
MIT © [MEOK AI Labs](https://meok.ai)

<!-- mcp-name: io.github.CSOAI-ORG/nis2-compliance-mcp -->
=======
### Classify an entity
```json
{
  "entity_description": "Cloud service provider offering SaaS to 500+ healthcare organizations across EU",
  "sector": "digital_infrastructure",
  "size": "large"
}
```

### Audit risk management measures
```json
{
  "measures": ["basic firewall", "quarterly backups", "no encryption"],
  "entity_type": "essential"
}
```

## Pricing

- **Free:** 10 classifications/day
- **Pro:** $99/mo — unlimited audits + reports
- **Enterprise:** $499/mo — full audit trail + supply chain analysis

---

*Built by MEOK AI Labs | [meok.ai](https://meok.ai)*
>>>>>>> Stashed changes
