loading…
Search for a command to run...
loading…
NIS2 Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
NIS2 Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
Nis2 Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
classify_entity |
Classify an entity's NIS2 scope (essential / important / out-of-scope) + sector. |
list_article_21_measures |
List all 10 cybersecurity risk-management measures required under NIS2 Article 2 |
audit_article_21 |
Audit your current controls against NIS2 Article 21's 10 mandatory risk-manageme |
classify_incident |
Classify a cyber incident against NIS2 Article 23 thresholds. |
management_body_checklist |
NIS2 Article 20 — management body accountability checklist. Directors can be hel |
get_nis2_certificate |
Generate a cryptographically signed NIS2 compliance attestation (Pro/Enterprise) |
enforcement_status |
Current NIS2 enforcement status + national transposition tracker. |
pip install meok-nis2-compliance-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"nis2-compliance-mcp": {
"command": "python",
"args": ["-m", "meok_nis2_compliance_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"nis2-compliance-mcp": {
"command": "npx",
"args": []
}
}
}