app.eurocomply/compliance
Official4 toolsEuroComply — EU Regulatory Compliance
EU regulatory compliance data: 17 regulations, deadlines, enforcement actions. EU-hosted.
Access EU regulatory compliance data including 17 regulations, deadlines, and enforcement actions.
Captured live from the server via tools/list.
regulation_lookup
Look up a single EU regulation tracked by EuroComply. Returns the canonical structured entry: full name, regulation number, CELEX, summary, scope, status, in-force/application dates, all key dates with Article references, max fine with tier breakdown, supervising authorities, applies-to, sector applicability, primary articles map, EUR-Lex URL, and EuroComply hub URL. Accepts the short name (e.g. 'GDPR'), full name, or slug.
Parameters (1)
- namestringrequired
Regulation identifier. One of: short name ('GDPR', 'AI Act', 'NIS 2'), regulation number ('(EU) 2016/679'), CELEX ('32016R0679'), or slug ('gdpr', 'ai-act', 'nis2', 'dora', 'cra', 'data-act', 'dma', 'dsa', 'eaa', 'pay-transparency', 'eprivacy', 'whistleblower', 'mica', 'eidas2', 'product-liability', 'csrd', 'csddd').
list_regulations
List all EU regulations tracked by EuroComply with their short name, regulation number, CELEX, status, in-force date, application date, and a one-paragraph summary. Useful when the user wants an overview or to discover what regulations exist.
No parameters.
upcoming_deadlines
Return upcoming regulatory deadlines across all tracked EU regulations within the next N days (default 365). Each result includes regulation shortName, date, event description, and Article reference. Sorted ascending by date.
Parameters (1)
- within_daysinteger
Look-ahead window in days from today. Defaults to 365. Maximum 1825 (5 years).
get_enforcement_actions
Return recent EU enforcement actions ingested from official DPA publications (CNIL, Garante, ICO, AEPD, APD, Dutch AP, BfDI, EDPB, ESMA, EBA, EIOPA, CJEU, BSI, ANSSI). Filter by country, regulation, or urgency. Each result includes source authority, regulation, title, summary, urgency (high/medium/low), publication date, and official source URL. Data is sourced directly from supervisory authority RSS feeds and updated continuously.
Parameters (4)
- countrystring
Filter by country (e.g. 'france', 'germany', 'italy', 'spain', 'netherlands', 'belgium', 'ireland'). Maps to the relevant supervisory authority.
- regulationstring
Filter by regulation keyword (e.g. 'GDPR', 'AI Act', 'NIS2', 'DORA', 'DSA').
- urgencystring
Filter by urgency level. 'high' = immediate action required; 'medium' = monitor closely; 'low' = informational.
- limitinteger
Maximum number of results to return. Defaults to 10, maximum 50.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"compliance": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://eurocomply.app/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.