⚖️ Regulatory Intelligence · EU-Hosted · Updated 07:30 UTC

The Compliance Brain
for Every Agent.

2,955+ articles. 80+ verified sources. AI Act deadlines to the day. Sanctions screening across 95,680+ entries. reg_score is a formula — not an opinion. UUID-native. EU-hosted. GDPR-compliant.

https://regulatory.mcp.brunosan.de/mcp

Each tool call requires your api_key parameter. Get Regulatory Access →

Days
:
-- Hours
:
-- Minutes
⚠️ EU AI Act — Art. 6–51 High-Risk AI fully applicable
deadline_source: official_text · confidence: 1.0 · version: 1 · integrity: ORIGINAL
"Article 113(1): This Regulation shall apply from 2 August 2026." — EUR-Lex reg/2024/1689
⚠️ ACTION REQUIRED
VERORDNUNG · reg_score 98/100
EU AI Act Art.6-51 — High-Risk AI fully applicable
(EU) 2024/1689 · 131 days · EU
doc_type_weight:2.0× · legal_basis:1ref · deadline tracked
URTEIL · reg_score 65/100
EDPB conference on cross-regulatory cooperation
(EU) 2016/679 · DATA_PROTECTION · EU
doc_type_weight:1.8× · legal_basis:5refs
GESETZENTWURF · reg_score 60/100
Digital-Omnibus-Verordnung — Bundesrat 19. März 2026
(EU) 2016/679 · FINANCE · DE
doc_type_weight:1.1× · legal_basis:8refs
2,955+Articles Indexed
80+Verified Sources
131Days to AI Act
95,680Sanctions Entries
1.0Deadline Confidence
Intelligence Tools

8 Tools. One URL.
Your agent knows what regulators decided — before your lawyers do.

reg_score = doc_type_weight × legal_basis_refs × deadline_proximity · Every score is a formula. Every formula is public.

FREE ⏱️ get_compliance_countdown
Deadline Countdown
All UPCOMING deadlines with exact day count, verified source text (direct from regulation), version tracking, and full change_history audit trail.
→ "AI Act high-risk: 131d · confidence:1.0 · ORIGINAL"
FREE 🔍 search_regulatory_signals
Signal Search
Filter by reg_score, doc_type, sector, jurisdiction, deadline proximity. Every result includes legal_basis, source URL, and score formula breakdown.
→ sector:AI · min_score:60 · jur:EU
UNIQUE 🕸️ get_norm_references
Norm Reference Graph
Any EU norm → all documents referencing it. Powered by Neo4j REFERENCES graph. 151 edges. "Which BaFin circulars cite the AI Act?" — one API call.
→ Nobody else has this as an API
UNIQUE 🚫 check_entity_sanctions
Sanctions Screening
Screen any entity against 95,680+ entries from OFAC SDN, EU Consolidated List, and OpenSanctions. One API call. MATCH_FOUND or NO_MATCH — deterministic.
→ OFAC + EU + OpenSanctions · daily
UNIQUE 📡 get_change_detection_status
Change Detection
Has the AI Act deadline been amended? Check version, change_history, and live news monitoring. 30-minute scan intervals. version=2 means DELTA_DETECTED.
→ Real-time legislative monitoring
FREE 📊 get_sector_intelligence
Sector Intelligence
Top regulatory signals per sector: AI, Finance, Data Protection, Cybersecurity, Health, Energy, Sanctions. Score distribution, jurisdiction breakdown, urgent signals.
→ sector:FINANCE · 8 sectors covered
PRO 📋 get_regulatory_brief
Daily Brief as JSON
The full daily Regulatory Intelligence Brief (§1–§10) as structured JSON. Generated at 07:30 UTC by Gemini 2.5 Pro using only verified data. Historical by date.
→ date:2026-03-28 or "latest"
PRO 🏛️ get_source_intelligence
Source Intelligence
Full metadata on all 80+ monitored institutions — BaFin, ESMA, EDPB, BSI, SEC, OFAC — by jurisdiction, category, tier, and article count.
→ jur:EU · cat:ai_regulator · tier:1
What Nobody Else Can Do

This is not a news feed.
This is deterministic compliance provenance.

Six capabilities that only exist because BrunoSan UUID-links every regulatory document to its source, jurisdiction, and cross-references.

⚖️
reg_score is a Formula
Not editorial opinion. Not an AI guess. Public, auditable formula: doc_type_weight × legal_basis_count × deadline_proximity. Reproducible. Citable. Defensible before regulators.
🔗
Neo4j Norm Reference Graph
Every document citing (EU) 2024/1689 is mapped. 151 REFERENCES edges in Neo4j. Query: "Which BaFin circulars already reference the AI Act?" One API call. Nobody else has this.
📡
Change Detection — 30 Minutes
If the EU Commission proposes to delay the AI Act deadline, we detect it within 30 minutes from eu_ai_office and ai_act_tracker. version=2 = DELTA_DETECTED. Automated.
🚫
95,680 Sanctions Entries
OFAC SDN + EU Consolidated + OpenSanctions in one call. Updated daily. Law firms charge €300/hour for what takes one API call. MATCH_FOUND or NO_MATCH — deterministic.
📜
Citable Before Regulators
Every deadline has source_text (exact quote from the official regulation), source_url (EUR-Lex), confidence:1.0, and a version-tracked audit trail. Use it in internal audit reports.
🔗
UUID-Native · Accumulates Daily
Every article, deadline, and sanctions entry is UUID-stable. The cross-reference density grows every day. In 90 days, not replicable by any competitor without the same wait.

The Formula. Open. Auditable.

Not a black box. Not editorial judgment. Mathematics.

doc_type_weight
×20
VERORDNUNG=2.0 · URTEIL=1.8 · BESCHEID=1.6 · SANKTION=1.5 · RUNDSCHREIBEN=1.4 · LEITLINIE=1.3 · GESETZENTWURF=1.1
legal_basis_count
×5
+5 per legal basis reference. 5 references = +25 points. Documents with more legal grounding score higher.
deadline_proximity
+30
≤30 days → +30 · ≤90 days → +20 · ≤365 days → +10 · Beyond 365 days: +0. Urgency amplifies the score.
sector_weight
×5
AI sector = highest weight. Finance, Cybersecurity, Data Protection, Health, Energy — each sector weighted by systemic impact.
Connect

One URL. Every regulation.
Right now.

Works with Claude, Cursor, Windsurf, n8n, LangChain, and any MCP-compatible framework.

quick start · curl
# 1. Check AI Act deadline — exact days, verified source
curl -X POST https://regulatory.mcp.brunosan.de/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"get_compliance_countdown","arguments":{"status":"UPCOMING"}},"id":1}'

# 2. Screen entity against 95,680 sanctions entries
curl -X POST https://regulatory.mcp.brunosan.de/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"check_entity_sanctions","arguments":{"name":"Acme Corp"}},"id":2}'

# 3. Who cites the AI Act? Norm reference graph
curl -X POST https://regulatory.mcp.brunosan.de/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"get_norm_references","arguments":{"norm":"2024/1689"}},"id":3}'
⚖️

AI Act deadline → Finance + Cyber: get_compliance_countdown returns 131 days to EU AI Act Art.6–51. Regulatory cross-checks ESMA guidance (Finance). Cyber flags ENISA cybersecurity requirements for high-risk AI. One agent. Three MCPs. Complete compliance picture.

🚫

Sanctions screening → M&A due diligence: check_entity_sanctions screens all parties in a deal against 95,680+ entries in one call. Finance MCP returns deal_value_usd. Biotech MCP returns company pipeline. Complete M&A due diligence — automated.

📡

Change detection → board alert: get_change_detection_status detects a DELTA in the AI Act timeline within 30 minutes. Your agent generates a board-ready alert — with source_text, source_url, confidence:1.0, and change_history. Auditable. Defensible.

Access Tiers

Start with a trial.
Compliance costs less than one hour of legal counsel.

Every tier gives full read access to all 8 tools. Paid tiers add sanctions screening, norm reference graph, change detection, and daily briefs.

Free Trial
Free
on request · 24-hour access
Experience the full compliance stack. No commitment.
  • All 8 intelligence tools
  • 10 MCP calls / min
  • 24h data window
  • Sanctions screening (95,680+)
  • Norm reference graph
  • Change detection log
  • Daily brief as JSON
Request Trial →
Full MCP Access
€150/mo
all 6 intelligence domains
Save €144/month vs. individual
  • All 6 intelligence domains
  • Unlimited MCP calls
  • 90-day history — all domains
  • All webhook alerts
  • Cross-domain intelligence
  • Regulatory × Finance × Cyber
  • Source Intelligence scoring
  • Priority support
Get All Six →
Enterprise
Custom
white-label · on-premise · SLA
Private LibertyOS. Custom sector tracking. Audit trail export. GDPR data processing agreement.
  • Private LibertyOS instance
  • Custom sector tracking
  • RBAC + Iron Gate auth
  • Dedicated EU instance
  • Audit trail export
  • SLA + dedicated support
  • GDPR data processing agreement
Contact Us →
One hour of legal counsel = €300+. One month of Pro = €49.
Every API call citable before supervisory authorities. Audit trail included.

All payments via Mollie — secure, EU-based payment processing. Questions? access@brunosan.de

For informational purposes only — not legal advice.