@ansvar/eu-regulations-mcp 0.7.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/README.md +111 -13
  2. package/data/regulations.db +0 -0
  3. package/data/seed/aifmd.json +2 -1
  4. package/data/seed/applicability/chips-act.json +67 -0
  5. package/data/seed/applicability/crma.json +85 -0
  6. package/data/seed/cbam.json +2 -1
  7. package/data/seed/cer.json +2 -1
  8. package/data/seed/chips-act.json +714 -0
  9. package/data/seed/crma.json +877 -0
  10. package/data/seed/csddd.json +2 -1
  11. package/data/seed/csrd.json +2 -1
  12. package/data/seed/cyber_solidarity.json +2 -1
  13. package/data/seed/dga.json +2 -1
  14. package/data/seed/eecc.json +2 -1
  15. package/data/seed/ehds.json +2 -1
  16. package/data/seed/eidas2.json +314 -1
  17. package/data/seed/eprivacy.json +2 -1
  18. package/data/seed/eu_taxonomy.json +2 -1
  19. package/data/seed/eucc.json +2 -1
  20. package/data/seed/eudr.json +2 -1
  21. package/data/seed/evidence/aifmd-evidence-complete.json +252 -0
  22. package/data/seed/evidence/cbam-evidence-complete.json +178 -0
  23. package/data/seed/evidence/cer-evidence-complete.json +230 -0
  24. package/data/seed/evidence/cra-evidence-complete.json +252 -0
  25. package/data/seed/evidence/csddd-evidence-complete.json +244 -0
  26. package/data/seed/evidence/csrd-evidence-complete.json +200 -0
  27. package/data/seed/evidence/cyber-solidarity-evidence-complete.json +202 -0
  28. package/data/seed/evidence/cybersecurity-act-evidence-complete.json +202 -0
  29. package/data/seed/evidence/data-act-evidence-complete.json +248 -0
  30. package/data/seed/evidence/dga-evidence-complete.json +226 -0
  31. package/data/seed/evidence/dma-evidence-complete.json +203 -0
  32. package/data/seed/evidence/dora-evidence-complete.json +214 -10
  33. package/data/seed/evidence/dora-its-incident-forms-evidence-complete.json +98 -0
  34. package/data/seed/evidence/dora-its-register-evidence-complete.json +98 -0
  35. package/data/seed/evidence/dora-rts-critical-provider-evidence-complete.json +98 -0
  36. package/data/seed/evidence/dora-rts-ict-risk-evidence-complete.json +146 -0
  37. package/data/seed/evidence/dora-rts-ict-services-evidence-complete.json +98 -0
  38. package/data/seed/evidence/dora-rts-incident-class-evidence-complete.json +98 -0
  39. package/data/seed/evidence/dora-rts-incident-reporting-evidence-complete.json +122 -0
  40. package/data/seed/evidence/dora-rts-oversight-evidence-complete.json +98 -0
  41. package/data/seed/evidence/dora-rts-oversight-fees-evidence-complete.json +98 -0
  42. package/data/seed/evidence/dora-rts-tlpt-evidence-complete.json +122 -0
  43. package/data/seed/evidence/dsa-evidence-complete.json +251 -0
  44. package/data/seed/evidence/eecc-evidence-complete.json +204 -0
  45. package/data/seed/evidence/ehds-evidence-complete.json +232 -0
  46. package/data/seed/evidence/eidas2-evidence-complete.json +206 -0
  47. package/data/seed/evidence/eprivacy-evidence-complete.json +210 -0
  48. package/data/seed/evidence/eu-taxonomy-evidence-complete.json +227 -0
  49. package/data/seed/evidence/eucc-evidence-complete.json +202 -0
  50. package/data/seed/evidence/eudr-evidence-complete.json +178 -0
  51. package/data/seed/evidence/gdpr-evidence-complete.json +136 -5
  52. package/data/seed/evidence/gpsr-evidence-complete.json +227 -0
  53. package/data/seed/evidence/ivdr-evidence-complete.json +254 -0
  54. package/data/seed/evidence/led-evidence-complete.json +254 -0
  55. package/data/seed/evidence/machinery-evidence-complete.json +222 -0
  56. package/data/seed/evidence/mdr-evidence-complete.json +283 -0
  57. package/data/seed/evidence/mica-evidence-complete.json +252 -0
  58. package/data/seed/evidence/mifid2-evidence-complete.json +252 -0
  59. package/data/seed/evidence/mifir-evidence-complete.json +202 -0
  60. package/data/seed/evidence/pld-evidence-complete.json +178 -0
  61. package/data/seed/evidence/psd2-evidence-complete.json +252 -0
  62. package/data/seed/evidence/red-evidence-complete.json +200 -0
  63. package/data/seed/evidence/sfdr-evidence-complete.json +227 -0
  64. package/data/seed/evidence/un-r155-evidence-complete.json +156 -0
  65. package/data/seed/evidence/un-r156-evidence-complete.json +134 -0
  66. package/data/seed/gpsr.json +2 -1
  67. package/data/seed/ivdr.json +2 -1
  68. package/data/seed/led.json +2 -1
  69. package/data/seed/machinery.json +2 -1
  70. package/data/seed/mappings/iso27001-chips-act.json +50 -0
  71. package/data/seed/mappings/iso27001-crma.json +50 -0
  72. package/data/seed/mappings/nist-csf-chips-act.json +56 -0
  73. package/data/seed/mappings/nist-csf-crma.json +56 -0
  74. package/data/seed/mdr.json +2 -1
  75. package/data/seed/mica.json +2 -1
  76. package/data/seed/mifid2.json +2 -1
  77. package/data/seed/mifir.json +2 -1
  78. package/data/seed/pld.json +2 -1
  79. package/data/seed/psd2.json +2 -1
  80. package/data/seed/red.json +2 -1
  81. package/data/seed/sfdr.json +2 -1
  82. package/dist/tools/compare.d.ts.map +1 -1
  83. package/dist/tools/compare.js +108 -7
  84. package/dist/tools/compare.js.map +1 -1
  85. package/dist/tools/search.d.ts.map +1 -1
  86. package/dist/tools/search.js +3 -2
  87. package/dist/tools/search.js.map +1 -1
  88. package/package.json +3 -3
  89. package/scripts/ingest-eurlex.ts +3 -0
  90. package/src/tools/compare.ts +130 -7
  91. package/src/tools/search.ts +3 -2
  92. package/data/seed/evidence/dora-evidence.json +0 -335
package/README.md CHANGED
@@ -3,13 +3,14 @@
3
3
  **The EUR-Lex alternative for the AI age.**
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/@ansvar%2Feu-regulations-mcp.svg)](https://www.npmjs.com/package/@ansvar/eu-regulations-mcp)
6
+ [![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io/eu.ansvar/eu-regulations-mcp)
6
7
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
8
  [![GitHub stars](https://img.shields.io/github/stars/Ansvar-Systems/EU_compliance_MCP?style=social)](https://github.com/Ansvar-Systems/EU_compliance_MCP)
8
9
  [![Daily EUR-Lex Check](https://github.com/Ansvar-Systems/EU_compliance_MCP/actions/workflows/check-updates.yml/badge.svg)](https://github.com/Ansvar-Systems/EU_compliance_MCP/actions/workflows/check-updates.yml)
9
10
  [![Database](https://img.shields.io/badge/database-pre--built-green)](docs/COVERAGE_GAPS.md)
10
11
  [![Recitals](https://img.shields.io/badge/recitals-3500%2B-blue)](docs/COVERAGE_GAPS.md)
11
12
 
12
- Query **37 EU regulations** — from GDPR and AI Act to DORA, MiFID II, eIDAS, Medical Device Regulation, and more — directly from Claude, Cursor, or any MCP-compatible client.
13
+ Query **49 EU regulations** — from GDPR and AI Act to DORA, Chips Act, MiFID II, eIDAS, Medical Device Regulation, and more — directly from Claude, Cursor, or any MCP-compatible client.
13
14
 
14
15
  If you're building digital products, financial services, healthcare tech, or connected devices for the European market, this is your compliance reference.
15
16
 
@@ -35,11 +36,7 @@ This MCP server makes EU regulations **searchable, cross-referenceable, and AI-r
35
36
 
36
37
  ### Installation
37
38
 
38
- ```bash
39
- npm install @ansvar/eu-regulations-mcp
40
- ```
41
-
42
- ### Claude Desktop
39
+ **Option 1: Claude Desktop (Recommended)**
43
40
 
44
41
  Add to your `claude_desktop_config.json`:
45
42
 
@@ -57,9 +54,16 @@ Add to your `claude_desktop_config.json`:
57
54
  }
58
55
  ```
59
56
 
60
- Restart Claude Desktop. Done.
57
+ Restart Claude Desktop. Done!
58
+
59
+ **Option 2: MCP Registry**
61
60
 
62
- ### Cursor / VS Code
61
+ Browse and install from the [official MCP registry](https://registry.modelcontextprotocol.io/):
62
+ - Search for "EU Regulations" or view directly: [`eu.ansvar/eu-regulations-mcp`](https://registry.modelcontextprotocol.io/eu.ansvar/eu-regulations-mcp)
63
+ - One-click install (when registry integration is live in Claude Desktop)
64
+ - Automatic updates when new versions are released
65
+
66
+ **Option 3: Cursor / VS Code**
63
67
 
64
68
  ```json
65
69
  {
@@ -72,6 +76,14 @@ Restart Claude Desktop. Done.
72
76
  }
73
77
  ```
74
78
 
79
+ **Option 4: Global npm Install**
80
+
81
+ ```bash
82
+ npm install -g @ansvar/eu-regulations-mcp
83
+ ```
84
+
85
+ Then use `"command": "eu-regulations-mcp"` in your config (without npx).
86
+
75
87
  ---
76
88
 
77
89
  ## Example Queries
@@ -94,11 +106,12 @@ Once connected, just ask naturally:
94
106
 
95
107
  ## What's Included
96
108
 
97
- - **37 Regulations** — GDPR, DORA, NIS2, AI Act, MiCA, eIDAS 2.0, Medical Device Regulation, and 30 more
98
- - **2,438 Articles** + 3,712 Recitals + 1,138 Official Definitions
109
+ - **49 Regulations** — GDPR, DORA, NIS2, AI Act, Chips Act, MiCA, eIDAS 2.0, Medical Device Regulation, and 40 more
110
+ - **2,528 Articles** + 3,869 Recitals + 1,226 Official Definitions
99
111
  - **Full-Text Search** — Find relevant articles across all regulations instantly
100
- - **Control Mappings** — 686 mappings to ISO 27001:2022 & NIST CSF 2.0
101
- - **Sector Rules** — Check which regulations apply to your industry
112
+ - **Control Mappings** — 709 mappings to ISO 27001:2022 & NIST CSF 2.0
113
+ - **Evidence Requirements** — 407 audit artifacts across all 49 regulations
114
+ - **Sector Rules** — 323 applicability rules across all sectors and industries
102
115
  - **Daily Updates** — Automatic freshness checks against EUR-Lex
103
116
 
104
117
  **Detailed coverage:** [docs/coverage.md](docs/coverage.md)
@@ -138,7 +151,7 @@ EUR-Lex HTML → Parse → SQLite → FTS5 snippet() → MCP response
138
151
  | Manual cross-referencing | `compare_requirements` tool does it instantly |
139
152
  | "Which regulations apply to me?" → research for days | `check_applicability` tool → answer in seconds |
140
153
  | Copy-paste article text | Article + definitions + related requirements |
141
- | Check 37 sites for updates | Daily automated freshness checks |
154
+ | Check 47 sites for updates | Daily automated freshness checks |
142
155
  | No API, no integration | MCP protocol → AI-native |
143
156
 
144
157
  **EUR-Lex example:** Download DORA PDF → Ctrl+F "incident" → Read Article 17 → Google "What's a major incident?" → Cross-reference NIS2 → Repeat for 5 regulations
@@ -147,6 +160,15 @@ EUR-Lex HTML → Parse → SQLite → FTS5 snippet() → MCP response
147
160
 
148
161
  ---
149
162
 
163
+ ## 📚 Documentation
164
+
165
+ - **[Database SSL/TLS Configuration](docs/DATABASE_SSL.md)** - Secure PostgreSQL connections for Cloudflare Workers deployments
166
+ - **[Security Policy](SECURITY.md)** - Vulnerability reporting and security best practices
167
+ - **[Coverage Gaps](docs/COVERAGE_GAPS.md)** - Known missing content from EUR-Lex
168
+ - **[GitHub Actions Setup](docs/GITHUB_ACTIONS_SETUP.md)** - CI/CD workflow configuration
169
+
170
+ ---
171
+
150
172
  ## ⚠️ Important Disclaimers
151
173
 
152
174
  ### Legal Advice
@@ -177,6 +199,82 @@ EUR-Lex HTML → Parse → SQLite → FTS5 snippet() → MCP response
177
199
 
178
200
  ---
179
201
 
202
+ ## Related Projects: Complete Compliance Suite
203
+
204
+ This server is part of **Ansvar's Compliance Suite** - three MCP servers that work together for end-to-end compliance coverage:
205
+
206
+ ### 🇪🇺 EU Regulations MCP (This Project)
207
+ **Query 47 EU regulations directly from Claude**
208
+ - GDPR, AI Act, DORA, NIS2, MiFID II, PSD2, eIDAS, MDR, and 39 more
209
+ - Full regulatory text with article-level search
210
+ - Cross-regulation reference and comparison
211
+ - **Install:** `npx @ansvar/eu-regulations-mcp`
212
+
213
+ ### 🇺🇸 [US Regulations MCP](https://github.com/Ansvar-Systems/US_Compliance_MCP)
214
+ **Query US federal and state compliance laws directly from Claude**
215
+ - HIPAA, CCPA, SOX, GLBA, FERPA, COPPA, FDA 21 CFR Part 11, and 8 more
216
+ - Federal and state privacy law comparison
217
+ - Breach notification timeline mapping
218
+ - **Install:** `npm install @ansvar/us-regulations-mcp`
219
+
220
+ ### 🔐 [Security Controls MCP](https://github.com/Ansvar-Systems/security-controls-mcp)
221
+ **Query 1,451 security controls across 28 frameworks**
222
+ - ISO 27001, NIST CSF, DORA, PCI DSS, SOC 2, CMMC, FedRAMP, and 21 more
223
+ - Bidirectional framework mapping and gap analysis
224
+ - Import your purchased standards for official text
225
+ - **Install:** `pipx install security-controls-mcp`
226
+
227
+ ### How They Work Together
228
+
229
+ **Regulations → Controls Implementation Workflow:**
230
+
231
+ ```
232
+ 1. "What are DORA's ICT risk management requirements?"
233
+ → EU Regulations MCP returns Article 6 full text
234
+
235
+ 2. "What security controls satisfy DORA Article 6?"
236
+ → Security Controls MCP maps to ISO 27001, NIST CSF, and SCF controls
237
+
238
+ 3. "Show me ISO 27001 A.8.1 implementation details"
239
+ → Security Controls MCP returns control requirements and framework mappings
240
+ ```
241
+
242
+ **Complete compliance in one chat:**
243
+ - **EU/US Regulations MCPs** tell you WHAT compliance requirements you must meet
244
+ - **Security Controls MCP** tells you HOW to implement controls that satisfy those requirements
245
+
246
+ ### Specialized: OT/ICS Security
247
+
248
+ ### 🏭 [OT Security MCP](https://github.com/Ansvar-Systems/ot-security-mcp)
249
+ **Query IEC 62443, NIST 800-82/53, and MITRE ATT&CK for ICS**
250
+ - Specialized for OT/ICS environments (manufacturing, energy, critical infrastructure)
251
+ - Security levels, Purdue Model, zone/conduit architecture
252
+ - MITRE ATT&CK for ICS threat intelligence
253
+ - **Install:** `npx @ansvar/ot-security-mcp`
254
+ - **Use case:** NIS2-compliant OT operators, industrial manufacturers, critical infrastructure
255
+
256
+ ### Specialized: Automotive Cybersecurity
257
+
258
+ ### 🚗 [Automotive Cybersecurity MCP](https://github.com/Ansvar-Systems/Automotive-MCP)
259
+ **Query UNECE R155/R156 and ISO 21434**
260
+ - Complete R155/R156 Revision 2 with all articles and annexes
261
+ - ISO 21434 clause guidance and work products
262
+ - R155 ↔ ISO 21434 cross-references
263
+ - **Install:** `npx @ansvar/automotive-cybersecurity-mcp`
264
+ - **Use case:** OEMs, Tier 1/2 suppliers, type approval preparation
265
+
266
+ ### Specialized: Sanctions Screening
267
+
268
+ ### 🚨 [Sanctions MCP](https://github.com/Ansvar-Systems/Sanctions-MCP)
269
+ **Offline-capable sanctions screening for third-party risk**
270
+ - OFAC, EU, UN sanctions lists via OpenSanctions (30+ lists)
271
+ - Fuzzy name matching with confidence scoring
272
+ - PEP (Politically Exposed Person) checks
273
+ - **Install:** `pip install ansvar-sanctions-mcp`
274
+ - **Use case:** DORA Article 28 ICT third-party risk, AML/KYC compliance
275
+
276
+ ---
277
+
180
278
  ## About Ansvar Systems
181
279
 
182
280
  We build AI-accelerated threat modeling and compliance tools for automotive, financial services, and healthcare. This MCP server started as our internal reference tool — turns out everyone building for EU markets has the same EUR-Lex frustrations.
Binary file
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "id": "AIFMD",
3
- "full_name": "Regulation 32011L0061",
3
+ "full_name": "Alternative Investment Fund Managers Directive",
4
4
  "celex_id": "32011L0061",
5
+ "effective_date": "2011-07-21",
5
6
  "eur_lex_url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32011L0061",
6
7
  "articles": [
7
8
  {
@@ -0,0 +1,67 @@
1
+ [
2
+ {
3
+ "regulation": "CHIPS_ACT",
4
+ "sector": "manufacturing",
5
+ "subsector": "semiconductor",
6
+ "applies": true,
7
+ "confidence": "definite",
8
+ "basis_article": "3",
9
+ "notes": "Semiconductor design, manufacturing, packaging, and testing facilities are primary targets; eligible for Chips for Europe Initiative support"
10
+ },
11
+ {
12
+ "regulation": "CHIPS_ACT",
13
+ "sector": "manufacturing",
14
+ "subsector": "electronics",
15
+ "applies": true,
16
+ "confidence": "definite",
17
+ "basis_article": "13",
18
+ "notes": "Electronics manufacturers using semiconductors are part of supply chain; may benefit from Integrated Production Facilities and Open EU Foundries"
19
+ },
20
+ {
21
+ "regulation": "CHIPS_ACT",
22
+ "sector": "transport",
23
+ "subsector": "automotive",
24
+ "applies": true,
25
+ "confidence": "likely",
26
+ "basis_article": "22",
27
+ "notes": "Automotive sector heavily dependent on semiconductor supply; subject to crisis monitoring and alert mechanisms for supply disruptions"
28
+ },
29
+ {
30
+ "regulation": "CHIPS_ACT",
31
+ "sector": "digital_infrastructure",
32
+ "applies": true,
33
+ "confidence": "likely",
34
+ "basis_article": "3",
35
+ "notes": "Data centers, telecom infrastructure, and cloud providers are key consumers; may participate in European chips infrastructure initiatives"
36
+ },
37
+ {
38
+ "regulation": "CHIPS_ACT",
39
+ "sector": "energy",
40
+ "applies": true,
41
+ "confidence": "likely",
42
+ "basis_article": "22",
43
+ "notes": "Smart grid and renewable energy systems depend on semiconductors; subject to supply chain monitoring"
44
+ },
45
+ {
46
+ "regulation": "CHIPS_ACT",
47
+ "sector": "healthcare",
48
+ "applies": true,
49
+ "confidence": "possible",
50
+ "basis_article": "22",
51
+ "notes": "Medical devices use semiconductors; subject to crisis response mechanisms during shortages"
52
+ },
53
+ {
54
+ "regulation": "CHIPS_ACT",
55
+ "sector": "financial",
56
+ "applies": false,
57
+ "confidence": "definite",
58
+ "notes": "Financial services are semiconductor users, not producers; not subject to Chips Act requirements"
59
+ },
60
+ {
61
+ "regulation": "CHIPS_ACT",
62
+ "sector": "public_administration",
63
+ "applies": false,
64
+ "confidence": "definite",
65
+ "notes": "Public sector is a semiconductor consumer; may participate in governance (European Semiconductor Board) but not subject to production requirements"
66
+ }
67
+ ]
@@ -0,0 +1,85 @@
1
+ [
2
+ {
3
+ "regulation": "CRMA",
4
+ "sector": "manufacturing",
5
+ "subsector": "mining",
6
+ "applies": true,
7
+ "confidence": "definite",
8
+ "basis_article": "4",
9
+ "notes": "Mining and extraction of strategic raw materials (lithium, cobalt, rare earths, etc.) subject to permitting, monitoring, and supply chain due diligence"
10
+ },
11
+ {
12
+ "regulation": "CRMA",
13
+ "sector": "manufacturing",
14
+ "subsector": "battery",
15
+ "applies": true,
16
+ "confidence": "definite",
17
+ "basis_article": "5",
18
+ "notes": "Battery manufacturers using critical raw materials must comply with supply chain transparency and strategic stockpiling provisions"
19
+ },
20
+ {
21
+ "regulation": "CRMA",
22
+ "sector": "manufacturing",
23
+ "subsector": "semiconductor",
24
+ "applies": true,
25
+ "confidence": "definite",
26
+ "basis_article": "4",
27
+ "notes": "Semiconductor production uses critical raw materials (silicon, gallium, germanium); subject to supply chain monitoring and risk assessment"
28
+ },
29
+ {
30
+ "regulation": "CRMA",
31
+ "sector": "transport",
32
+ "subsector": "automotive",
33
+ "applies": true,
34
+ "confidence": "likely",
35
+ "basis_article": "5",
36
+ "notes": "EV manufacturers and automotive supply chains using batteries/magnets containing critical raw materials subject to due diligence requirements"
37
+ },
38
+ {
39
+ "regulation": "CRMA",
40
+ "sector": "energy",
41
+ "subsector": "renewable",
42
+ "applies": true,
43
+ "confidence": "definite",
44
+ "basis_article": "4",
45
+ "notes": "Wind turbines (permanent magnets), solar panels (silicon), and energy storage systems use critical raw materials; subject to supply chain rules"
46
+ },
47
+ {
48
+ "regulation": "CRMA",
49
+ "sector": "manufacturing",
50
+ "subsector": "electronics",
51
+ "applies": true,
52
+ "confidence": "likely",
53
+ "basis_article": "5",
54
+ "notes": "Electronics manufacturers using critical raw materials in components must ensure supply chain transparency"
55
+ },
56
+ {
57
+ "regulation": "CRMA",
58
+ "sector": "digital_infrastructure",
59
+ "applies": true,
60
+ "confidence": "possible",
61
+ "basis_article": "5",
62
+ "notes": "Data center operators using servers/storage with critical raw materials may be subject to supply chain monitoring during crises"
63
+ },
64
+ {
65
+ "regulation": "CRMA",
66
+ "sector": "financial",
67
+ "applies": false,
68
+ "confidence": "definite",
69
+ "notes": "Financial services do not directly extract or process critical raw materials; not subject to CRMA requirements"
70
+ },
71
+ {
72
+ "regulation": "CRMA",
73
+ "sector": "healthcare",
74
+ "applies": false,
75
+ "confidence": "likely",
76
+ "notes": "Healthcare sector uses medical devices containing critical materials but is typically end-user, not producer; indirect exposure only"
77
+ },
78
+ {
79
+ "regulation": "CRMA",
80
+ "sector": "public_administration",
81
+ "applies": false,
82
+ "confidence": "definite",
83
+ "notes": "Public sector participates in governance and strategic stockpiling but is not subject to production/supply chain requirements"
84
+ }
85
+ ]
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "id": "CBAM",
3
- "full_name": "Regulation 32023R0956",
3
+ "full_name": "Carbon Border Adjustment Mechanism Regulation",
4
4
  "celex_id": "32023R0956",
5
+ "effective_date": "2023-10-01",
5
6
  "eur_lex_url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32023R0956",
6
7
  "articles": [
7
8
  {
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "id": "CER",
3
- "full_name": "Regulation 32022L2557",
3
+ "full_name": "Critical Entities Resilience Directive",
4
4
  "celex_id": "32022L2557",
5
+ "effective_date": "2023-01-16",
5
6
  "eur_lex_url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32022L2557",
6
7
  "articles": [
7
8
  {