NIS2 Compliance MCP
This server provides automated compliance tooling for the NIS2 Directive (EU 2022/2555), helping organizations classify their regulatory status, audit cybersecurity controls, and manage incident reporting obligations.
Classify Entities (
classify_entity): Determine whether an organization is an essential entity, important entity, or out-of-scope under NIS2 Article 2, based on sector, employee count, and annual turnover.List Article 21 Measures (
list_article_21_measures): Retrieve all 10 mandatory cybersecurity risk-management measures required under NIS2 Article 21.Audit Article 21 Controls (
audit_article_21): Audit current security controls against NIS2 Article 21's 10 measures, returning per-measure evidence status, identified gaps, and sanction exposure tier.Classify Incidents (
classify_incident): Assess a cyber incident against NIS2 Article 23 thresholds to determine if it is "significant," triggering mandatory reporting timelines (24h early warning, 72h notification, 1-month final report).Management Body Checklist (
management_body_checklist): Generate an Article 20 accountability checklist for directors and management bodies, who can be held personally liable for NIS2 non-compliance.Generate Compliance Certificate (
get_nis2_certificate): Produce a timestamped, signed NIS2 compliance certificate based on entity name and compliance score (Pro/Enterprise tier).Check Enforcement Status (
enforcement_status): Retrieve the current NIS2 enforcement status and national transposition tracker across EU member states.
NIS2 Compliance MCP
NIS2 Directive (EU 2022/2555) Compliance โ Entity Classification, Risk Management, Incident Reporting
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.
๐ Quote verbatim NIS2 text in any audit
Install our sister MCP and pipe it through your agent for auditor-defensible quotes:
pip install eu-ai-act-compliance-mcp # 1.5.1+# In your Claude / OpenAI tool-use agent:
search_regulation(query="incident reporting", regulation="nis2", limit=3)
get_article_text(regulation="nis2", article_number=17)Returns verbatim NIS2 text from publications.europa.eu Cellar (SPARQL-synced daily) with a canonical EUR-Lex deep link on every snippet โ drop straight into audit evidence packs.
Tools
Tool | Description | Parameters |
| Classify entity type (essential/important) and sector |
|
| Audit Article 21 risk-management measures |
|
| Classify an incident per Article 23 criteria |
|
| Generate Register of Information entry |
|
| Assess supply chain security requirements |
|
| Get incident reporting deadlines by severity |
|
| Full NIS2 compliance gap analysis |
|
Installation
pip install mcpClaude Desktop
{
"mcpServers": {
"nis2-compliance": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}Cursor / VS Code / Windsurf
{
"mcpServers": {
"nis2-compliance": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}Usage Examples
<<<<<<< Updated upstream MIT ยฉ MEOK AI Labs
Sister MCPs
Part of the MEOK Governance pack โ designed to work together as a fleet. Install the whole pack with npx meok-setup --pack governance, or pick the ones you need:
EU AI Act โ
uvx eu-ai-act-compliance-mcpยท PyPI ยท GitHubCyber Resilience Act โ
uvx cra-compliance-mcpยท PyPI ยท GitHubAI Incident Reporting โ
uvx ai-incident-reporting-mcpยท PyPI ยท GitHubDORA ร NIS2 Crosswalk โ
uvx dora-nis2-crosswalk-mcpยท PyPI ยท GitHub
Full catalogue + Anthropic Registry verify links: meok.ai/anthropic-registry
Protocol coverage + Universal PAYG
This MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.
Agent interop protocols supported (8 live):
โ MCP (Anthropic) โ native
โ A2A (Google + Linux Foundation, absorbed IBM ACP Sept 2025)
โ IBM ACP โ covered via A2A merge
โ Stripe ACP (Agentic Commerce Protocol) โ Q3 bridge via agent-commerce-protocol-mcp
โ AP2 (Google Agent Payments) โ partial via agent-commerce-payments-mcp
โ x402 (Coinbase HTTP 402) โ partial via api.meok.ai gateway
โ OASF / AGNTCY (Cisco Outshift + Linux Foundation) โ Q3 bridge
๐ ANP (Cisco Agent Network) โ watch-list
Pricing options:
Option | Price | Best for |
Self-host (this MCP) | ยฃ0 โ MIT | Devs |
This MCP Starter | ยฃ29/mo | One-MCP teams |
This MCP Pro | ยฃ79/mo | Production + 24h SLA |
ยฃ29/mo + ยฃ0.0002/call | Spiky usage across many MCPs | |
Substrate bundle (this category) | ยฃ99-ยฃ499/mo | A whole pack |
ยฃ1,499/mo | All 47 MCPs, 500K calls |
Each tier above the free self-host adds HMAC-signed attestations verifiable at
verify.meok.ai. Linux Foundation governance on the A2A spine means EU regulated
buyers can deploy without vendor-lock-in objections.
=======
Classify an entity
{
"entity_description": "Cloud service provider offering SaaS to 500+ healthcare organizations across EU",
"sector": "digital_infrastructure",
"size": "large"
}Audit risk management measures
{
"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
Stashed changes
Wire it up โ full stack
Pair this with the MEOK chain that turns one agent action into ONE signed compliance event:
bft-progress-council-mcp โ anti-loop guardrail
agent-token-budget-mcp โ hard spend cap
agent-prompt-injection-firewall-mcp โ OWASP LLM01 scan
agent-audit-logger-mcp โ hash-chained evidence
a2a-governance-bridge-mcp โ fold N attestations โ 1 signed event
agent-incident-relay-mcp โ broadcast incidents to 5 regimes simultaneously
See meok.ai/mcp-stack for the full architecture and meok.ai/mcp-stack/demo for the live in-browser demo.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/nis2-compliance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server