Most EU AI Act tooling is either a PDF or a consultant invoice. We built the other option: two remote MCP servers that answer EU AI Act questions inside Claude or Cursor, nothing to install.
Add the connector, ask, get an answer cited to the regulation. No tab switching, no scrolling a 400 page law to find one clause.
The classifier: disclos-eu-ai-act
Point it at any AI system and it tells you the risk tier, the obligations that come with it, and the deadlines, all cited to the articles.
Remote connector: mcp.disclos.eu. In Claude or Cursor go to Settings, Connectors, Add custom connector, and paste that URL. It is not a web page, so do not open it in a browser, it only speaks MCP.
Open source: github.com/GatisOzols/disclos-eu-ai-act
The Article 50 generator: disclos-article-50
Article 50 is the transparency rule that lands on almost every SaaS shipping AI into the EU on 2 August 2026. The code is the easy part. Knowing the exact text you have to show users is the part everyone stalls on, and this server writes it.
Two tools:
- article_50_disclosure gives you the exact transparency text to show users, plus copy paste HTML for chatbots or a machine readable marker for generated content.
- which_article_50_rules_apply figures out which Article 50 sub rules apply from a few yes or no answers.
It covers all 24 official EU languages, so the notice actually reads right for users across the EU, not just in English.
Remote connector: article50.disclos.eu, added the same way under Settings, Connectors. Or run it locally:
Top comments (0)