Reglyze
For AI agents and their operators

Reglyze MCP server

A free, public Model Context Protocol server exposing the Reglyze regulatory engine: NIS2 scoping, transposition tracking and incident-deadline data for every EU country. Streamable HTTP, no authentication, no rate card.

https://api.reglyze.com/mcp

Tools

scope_check
Does NIS2 (or its national transposition) apply to an organization? Returns the essential/important classification, the reasoning, and the national law with its deviations from the directive.
transposition_status
The NIS2 transposition state of every EU/EEA country (law, stage, competent authority, sources) from the Reglyze tracker — curated and auto-updated weekly.
incident_deadline_formats
Per-country incident-notification deadlines (24h early warning, 72h notification, 1-month final report) with the national legal basis, the authority/CSIRT portal, and the national severity vocabulary — including Italy's ACN IS-1..IS-4 typologies with their entity-class applicability.

Your own data (API token)

With a Reglyze account, these tools read YOUR organization's compliance data. An admin creates a read-only, org-bound token in the Reglyze app under Settings → API tokens, then pastes it into the MCP client's Authorization header. The token can only read (never write), only this organization, and is revocable at any time.

compliance_status
Your organization's current compliance score, implementation/documentation sub-scores, open-task counts, and the national-framework per-objective view.
documents_list
Your organization's compliance documents (title, type, status, current version). Metadata only, never document content.
open_tasks
Your organization's open remediation tasks, filterable by status, severity or overdue.
incidents_list
Your organization's recorded incidents (title, status, severity, detection date).

Connect

Claude Code

claude mcp add --transport http reglyze https://api.reglyze.com/mcp

Claude Desktop / claude.ai

Settings → Connectors → Add custom connector → https://api.reglyze.com/mcp

Cursor

{"mcpServers":{"reglyze":{"url":"https://api.reglyze.com/mcp"}}}

Any MCP client (Streamable HTTP)

POST https://api.reglyze.com/mcp — JSON-RPC initialize / tools/list / tools/call, no auth

Why it exists

The same engine answers these questions inside the Reglyze platform, where it also runs the full assessment against your national framework, generates your compliance documents in your language, and tracks your incident obligations end to end. The MCP server is the free, machine-readable edge of that engine.