← regulatoryai.eu

INDIVIDUAL MCP TOOL

get_compliance_deadlines

Canonical EU AI Act application dates (post Digital-Omnibus) + fine tiers.

regulatoryai.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://www.regulatoryai.eu/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_compliance_deadlines and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

regulatoryai.eu

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sovereign-ai-act]
url = "https://www.regulatoryai.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sovereign-ai-act": {
      "type": "http",
      "url": "https://www.regulatoryai.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sovereign-ai-act
Remote MCP URL: https://www.regulatoryai.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sovereign-ai-act": {
      "url": "https://www.regulatoryai.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sovereign-ai-act": {
      "type": "http",
      "url": "https://www.regulatoryai.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sovereign-ai-act",
  "transport": "streamable-http",
  "url": "https://www.regulatoryai.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • classify_ai_system — Classify an AI system under the EU AI Act (Regulation (EU) 2024/1689): risk tier (prohibited/high_risk/limited/minimal) + Annex III category + binding Articles, grounded verbatim in the law.
  • lookup_article — Verbatim text of a specific EU AI Act Article (1–113).
  • search_eu_ai_act — Full-text search across the EU AI Act corpus (Articles, Recitals, Annexes).
  • review_feature — EU AI Act CO-PILOT review for builders: pass a feature, spec or behaviour you are about to ship and get a ship/caution/stop signal (OK / TRANSPARENCY / REVIEW REQUIRED / STOP), the binding Articles, the obligations that apply, red flags and concrete next steps — grounded verbatim in Regulation (EU) 2024/1689.