{
  "markdown": "# Dutch Law MCP Server\n\n<!-- ANSVAR-CTA-BEGIN -->\n> **The Dutch law corpus is now served through the Ansvar Gateway.** Connect your AI assistant (Claude, Copilot, Cursor, custom MCP client) to `https://gateway.ansvar.eu/mcp` — one OAuth connection, free tier available, covering this corpus plus EU regulations, national law across 28 audited jurisdictions, and CVE/security intelligence, every result with a verbatim source citation. Start at https://ansvar.eu/docs/quickstart\n\n### Connect\n\n**Claude Code** (one line):\n\n```bash\nclaude mcp add ansvar --transport http https://gateway.ansvar.eu/mcp\n```\n\n**Claude Desktop / Cursor** — add to `claude_desktop_config.json` (or `mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"ansvar\": {\n      \"type\": \"url\",\n      \"url\": \"https://gateway.ansvar.eu/mcp\"\n    }\n  }\n}\n```\n\n**Claude.ai** — Settings → Connectors → Add custom connector → paste `https://gateway.ansvar.eu/mcp`\n\nFirst request opens an OAuth signup flow (setup details: [ansvar.eu/docs/quickstart](https://ansvar.eu/docs/quickstart)). After signup, your client is bound to your account; tier (free / premium / team / company) determines fan-out, quota, and which downstream MCPs are reachable.\n\n---\n\n## Self-host this MCP\n\nYou can also clone this repo and build the corpus yourself. The schema,\nfetcher, and tool implementations all live here. What is not in the repo is\nthe pre-built database — TDM and standards-licensing constraints on the\nupstream sources mean we host the corpus on Ansvar infrastructure rather\nthan redistribute it as a public artifact.\n\nBuild your own: run this repo's ingestion script (entry-point varies per\nrepo — typically `scripts/ingest.sh`, `npm run ingest`, or `make ingest`;\ncheck the repo root).\n<!-- ANSVAR-CTA-END -->\n\n\n**The Wetten.overheid.nl alternative for the AI age.**\n\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub stars](https://img.shields.io/github/stars/Ansvar-Systems/Dutch-law-mcp?style=social)](https://github.com/Ansvar-Systems/Dutch-law-mcp)\n[![CI](https://github.com/Ansvar-Systems/Dutch-law-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Ansvar-Systems/Dutch-law-mcp/actions/workflows/ci.yml)\n[![Daily Data Check](https://github.com/Ansvar-Systems/Dutch-law-mcp/actions/workflows/check-updates.yml/badge.svg)](https://github.com/Ansvar-Systems/Dutch-law-mcp/actions/workflows/check-updates.yml)\n[![Database](https://img.shields.io/badge/database-pre--built-green)](docs/EU_INTEGRATION_GUIDE.md)\n[![Provisions](https://img.shields.io/badge/provisions-77%2C531-blue)](docs/EU_INTEGRATION_GUIDE.md)\n\nQuery **3,251 Dutch statutes** -- from the AVG and Wetboek van Strafrecht to the Burgerlijk Wetboek, Mededingingswet, and the full BWB corpus -- directly from Claude, Cursor, or any MCP-compatible client.\n\nIf you're building legal tech, compliance tools, or doing Dutch legal research, this is your verified reference database.\n\nBuilt by [Ansvar Systems](https://ansvar.eu) -- Stockholm, Sweden\n\n---\n\n## Why This Exists\n\nDutch legal research is scattered across Wetten.overheid.nl, Rechtspraak.nl, Kamerstukken, and EUR-Lex. Whether you're:\n\n- A **lawyer** validating citations in a brief or contract\n- A **compliance officer** checking AVG obligations or Mededingingswet requirements\n- A **legal tech developer** building tools on Dutch law\n- A **researcher** tracing legislative history from Kamerstukken to wet\n\n...you shouldn't need dozens of browser tabs and manual PDF cross-referencing. Ask Claude. Get the exact provision. With context.\n\nThis MCP server makes Dutch law **searchable, cross-referenceable, and AI-readable**.\n\n---\n\n## Quick Start\n\nDutch Law is reachable through the **Ansvar MCP Gateway** at `https://gateway.ansvar.eu`. The gateway terminates OAuth, fans queries out across the Dutch corpus, and returns citation-grounded answers. There is no public unauthenticated endpoint.\n\n### Connect via Ansvar Gateway\n\nSign up at [`gateway.ansvar.eu`](https://gateway.ansvar.eu) for a Premium / Team / Company tier account, then point your client at the gateway:\n\n**Claude Desktop** -- add to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"ansvar-gateway\": {\n      \"type\": \"url\",\n      \"url\": \"https://gateway.ansvar.eu/mcp\"\n    }\n  }\n}\n```\n\n**Claude Code:**\n\n```bash\nclaude mcp add ansvar-gateway --transport http https://gateway.ansvar.eu/mcp\n```\n\n**GitHub Copilot** -- add to VS Code `settings.json`:\n\n```json\n{\n  \"github.copilot.chat.mcp.servers\": {\n    \"ansvar-gateway\": {\n      \"type\": \"http\",\n      \"url\": \"https://gateway.ansvar.eu/mcp\"\n    }\n  }\n}\n```\n\nThe gateway authenticates via Keycloak OAuth 2.1 with Dynamic Client Registration. On first connect your client will open a browser tab for sign-in and consent.\n\n### Run Locally (Docker)\n\nFor development or air-gapped deployments, the GHCR image ships with the prebuilt SQLite database baked in:\n\n```bash\ndocker run --rm -p 3009:3009 ghcr.io/ansvar-systems/dutch-law-mcp:latest\n```\n\nThe image self-tests via the bundled `HEALTHCHECK` and exits non-zero if the database is missing. Watchtower-driven fleets get automatic rolling updates on every push to `main`.\n\n---\n\n## Example Queries\n\nOnce connected, just ask naturally in Dutch or English:\n\n- _\"Wat zegt de AVG artikel 5 over de beginselen voor de verwerking van persoonsgegevens?\"_\n- _\"Is de Mededingingswet artikel 24 over misbruik van machtspositie nog van kracht?\"_\n- _\"Zoek bepalingen over gegevensbescherming in de Nederlandse wet\"_\n- _\"Welke EU-richtlijnen implementeert de AVG?\"_\n- _\"Valideer de citatie 'Wetboek van Strafrecht artikel 138b'\"_\n- _\"Bouw een juridisch standpunt op over privacyrecht in Nederland\"_\n- _\"What does Burgerlijk Wetboek Boek 6 say about contractual liability?\"_\n- _\"Find provisions about trade secrets in Dutch law\"_\n\n---\n\n## What's Included\n\n| Category                       | Count           | Details                                                 |\n| ------------------------------ | --------------- | ------------------------------------------------------- |\n| **Statutes**                   | 3,251 laws      | Full BWB corpus from Wetten.overheid.nl (100% coverage) |\n| **Provisions**                 | 77,531 sections | Full-text searchable with FTS5                          |\n| **Premium: Case Law**          | 59,261 rulings  | Hoge Raad, Gerechtshoven, Rechtbanken decisions         |\n| **Premium: Preparatory Works** | 2,994 documents | Kamerstukken, memorie van toelichting                   |\n| **Database Size**              | 126 MB          | Optimized SQLite, portable                              |\n| **Daily Updates**              | Automated       | Freshness checks against Wetten.overheid.nl             |\n\n### Key Statutes Covered\n\n| Statute                                                       | Subject                                          |\n| ------------------------------------------------------------- | ------------------------------------------------ |\n| Burgerlijk Wetboek (Boek 1–10)                                | Civil Code -- persons, property, contracts, tort |\n| Wetboek van Strafrecht                                        | Criminal Code                                    |\n| Algemene wet bestuursrecht                                    | General Administrative Law Act                   |\n| Uitvoeringswet Algemene verordening gegevensbescherming (AVG) | GDPR implementation                              |\n| Mededingingswet                                               | Competition Act                                  |\n| Auteurswet                                                    | Copyright Act                                    |\n| Arbeidsomstandighedenwet                                      | Working Conditions Act                           |\n| Wet bescherming bedrijfsgeheimen                              | Trade Secrets Act                                |\n| Telecommunicatiewet                                           | Telecommunications Act (ePrivacy)                |\n| Wet op het financieel toezicht (Wft)                          | Financial Supervision Act                        |\n\n**Verified data only** -- every citation is validated against official sources (Wetten.overheid.nl, Overheid.nl). Zero LLM-generated content.\n\n---\n\n## See It In Action\n\n### Why This Works\n\n**Verbatim Source Text (No LLM Processing):**\n\n- All statute text is ingested from Wetten.overheid.nl official sources via the BWB API\n- Provisions are returned **unchanged** from SQLite FTS5 database rows\n- Zero LLM summarization or paraphrasing -- the database contains regulation text, not AI interpretations\n\n**Smart Context Management:**\n\n- Search returns ranked provisions with BM25 scoring (safe for context)\n- Provision retrieval gives exact text by BWB identifier + chapter/article\n- Cross-references help navigate without loading everything at once\n\n**Technical Architecture:**\n\n```\nWetten.overheid.nl BWB API → Parse → SQLite → FTS5 snippet() → MCP response\n                                ↑                      ↑\n                       Provision parser         Verbatim database query\n```\n\n### Traditional Research vs. This MCP\n\n| Traditional Approach                               | This MCP Server                                        |\n| -------------------------------------------------- | ------------------------------------------------------ |\n| Search Wetten.overheid.nl by wet name              | Search by plain Dutch: _\"persoonsgegevens verwerking\"_ |\n| Navigate multi-boek statutes manually              | Get the exact provision with context                   |\n| Manual cross-referencing between wetten            | `build_legal_stance` aggregates across sources         |\n| \"Is this statute still in force?\" → check manually | `check_currency` tool → answer in seconds              |\n| Find EU basis → dig through EUR-Lex                | `get_eu_basis` → linked EU directives instantly        |\n| Check Kamerstukken.nl separately                   | Premium `get_preparatory_works` → linked documents     |\n| No API, no integration                             | MCP protocol → AI-native                               |\n\n**Traditional:** Search Wetten.overheid.nl → Open BWB page → Navigate articles → Check Kamerstukken → EUR-Lex for EU basis → Repeat\n\n**This MCP:** _\"What EU law is the basis for AVG artikel 5 about data processing principles?\"_ → Done.\n\n---\n\n## Available Tools (15)\n\n### Core Legal Research Tools (8)\n\n| Tool                    | Description                                                       |\n| ----------------------- | ----------------------------------------------------------------- |\n| `search_legislation`    | FTS5 search on 77,531 provisions with BM25 ranking                |\n| `get_provision`         | Retrieve specific provision by wet identifier + article number    |\n| `search_case_law`       | FTS5 search on case law with court/date filters                   |\n| `get_preparatory_works` | Get linked Kamerstukken and memorie van toelichting for a statute |\n| `validate_citation`     | Validate citation against database (zero-hallucination check)     |\n| `build_legal_stance`    | Aggregate citations from statutes, case law, prep works           |\n| `format_citation`       | Format citations per Dutch conventions (full/short/pinpoint)      |\n| `check_currency`        | Check if statute is in force, amended, or repealed                |\n\n### EU Law Integration Tools (5)\n\n| Tool                        | Description                                                   |\n| --------------------------- | ------------------------------------------------------------- |\n| `get_eu_basis`              | Get EU directives/regulations that a Dutch statute implements |\n| `get_dutch_implementations` | Find Dutch laws implementing a specific EU act                |\n| `search_eu_implementations` | Search EU documents with Dutch implementation counts          |\n| `get_provision_eu_basis`    | Get EU law references for a specific provision                |\n| `validate_eu_compliance`    | Check implementation status (requires EU MCP)                 |\n\n### History & Metadata Tools (2)\n\n| Tool                    | Description                                                     |\n| ----------------------- | --------------------------------------------------------------- |\n| `get_provision_at_date` | Retrieve a provision as it was at a specific historical date    |\n| `list_sources`          | List data sources with provenance, coverage, and freshness info |\n\n---\n\n## EU Law Integration\n\nNetherlands is a founding EU member state. Dutch law directly transposes EU directives across the full acquis communautaire.\n\n| Metric                 | Value                                                         |\n| ---------------------- | ------------------------------------------------------------- |\n| **EU Member State**    | Yes (founding member, since 1958)                             |\n| **GDPR Status**        | Directly applicable; implemented by Uitvoeringswet AVG        |\n| **Key Implementation** | AVG → Uitvoeringswet Algemene verordening gegevensbescherming |\n| **Competition Law**    | Mededingingswet implements EU Treaty Articles 101-102         |\n| **ePrivacy**           | Telecommunicatiewet transposes ePrivacy Directive             |\n\n### Dutch Law and EU Directives\n\n- **AVG (GDPR)** -- GDPR is directly applicable in the Netherlands. The Uitvoeringswet AVG implements the member-state derogations and supplements. The `get_eu_basis` tool links AVG provisions to the underlying GDPR articles.\n- **ePrivacy Directive** -- transposed via the Telecommunicatiewet, governing electronic communications and cookie consent.\n- **Competition law** -- Mededingingswet aligns with EU Treaty Articles 101 (cartels) and 102 (abuse of dominance) and Commission enforcement practice.\n- **Trade Secrets Directive** -- implemented by Wet bescherming bedrijfsgeheimen (2018).\n- **Financial regulation** -- Wet op het financieel toezicht (Wft) transposes MiFID II, the Capital Requirements Directive, and related EU financial services directives.\n\nThe EU bridge tools provide bi-directional lookup: start from a Dutch provision to find its EU basis, or start from an EU directive to find its Dutch implementation.\n\nSee [EU_INTEGRATION_GUIDE.md](docs/EU_INTEGRATION_GUIDE.md) for detailed documentation.\n\n---\n\n## Premium Tier\n\nThe free tier includes all 77,531 provisions with full-text search and EU cross-references. The premium tier adds case law, preparatory works, and version history.\n\n| Feature                             | Free | Premium |\n| ----------------------------------- | ---- | ------- |\n| Statute search (77,531 provisions)  | Yes  | Yes     |\n| EU cross-references                 | Yes  | Yes     |\n| Citation validation                 | Yes  | Yes     |\n| Case law (59,261 rulings)           | --   | Yes     |\n| Preparatory works (2,994 documents) | --   | Yes     |\n| Provision version history           | --   | Yes     |\n| Amendment diffs                     | --   | Yes     |\n\n**Premium case law** covers decisions from the Hoge Raad (Supreme Court), Gerechtshoven (Courts of Appeal), and Rechtbanken (District Courts) sourced from Rechtspraak.nl.\n\n**Premium preparatory works** covers Kamerstukken (parliamentary documents), memorie van toelichting (explanatory memoranda), and other preparatory materials from Overheid.nl.\n\nPremium is enabled via `PREMIUM_ENABLED=true` environment variable. Contact [hello@ansvar.ai](mailto:hello@ansvar.ai) for access.\n\n---\n\n## Data Sources & Freshness\n\nAll content is sourced from authoritative Dutch legal databases:\n\n- **[Wetten.overheid.nl](https://wetten.overheid.nl/)** -- Official consolidated statutes, Ministerie van Justitie en Veiligheid\n- **[Rechtspraak.nl](https://www.rechtspraak.nl/)** -- Official court decisions database\n- **[Overheid.nl](https://www.overheid.nl/)** -- Official government publications portal\n- **[EUR-Lex](https://eur-lex.europa.eu/)** -- Official EU law database (metadata)\n\n### Data Provenance\n\n| Field                | Value                                               |\n| -------------------- | --------------------------------------------------- |\n| **Authority**        | Ministerie van Justitie en Veiligheid / Overheid.nl |\n| **Retrieval method** | Bulk download from Wetten.overheid.nl BWB API       |\n| **Language**         | Dutch (primary)                                     |\n| **License**          | `Dutch-Auteurswet-Art-11` -- Dutch statutory public domain (Auteurswet Art. 11) |\n| **Coverage**         | 3,251 Dutch federal laws (100% BWB corpus)          |\n| **Last ingested**    | 2026-02-22                                          |\n\n### Automated Freshness Checks (Daily)\n\nA [daily GitHub Actions workflow](.github/workflows/check-updates.yml) monitors all data sources:\n\n| Source                     | Check                                         | Method                     |\n| -------------------------- | --------------------------------------------- | -------------------------- |\n| **Statute amendments**     | Wetten.overheid.nl date comparison            | All 3,251 statutes checked |\n| **New statutes**           | BWB API publications (90-day window)          | Diffed against database    |\n| **Case law**               | Rechtspraak.nl feed entry count               | Compared to database       |\n| **Preparatory works**      | Overheid.nl Kamerstukken feed (30-day window) | New docs detected          |\n| **EU reference staleness** | Git commit timestamps                         | Flagged if >90 days old    |\n\n---\n\n## Security\n\nThis project uses multiple layers of automated security scanning:\n\n| Scanner             | What It Does                                      | Schedule     |\n| ------------------- | ------------------------------------------------- | ------------ |\n| **CodeQL**          | Static analysis for security vulnerabilities      | Weekly + PRs |\n| **Semgrep**         | SAST scanning (OWASP top 10, secrets, TypeScript) | Every push   |\n| **Gitleaks**        | Secret detection across git history               | Every push   |\n| **Trivy**           | CVE scanning on filesystem and npm dependencies   | Daily        |\n| **Docker Security** | Container image scanning + SBOM generation        | Daily        |\n| **Socket.dev**      | Supply chain attack detection                     | PRs          |\n| **OSSF Scorecard**  | OpenSSF best practices scoring                    | Weekly       |\n| **Dependabot**      | Automated dependency updates                      | Weekly       |\n\nSee [SECURITY.md](SECURITY.md) for the full policy and vulnerability reporting.\n\n---\n\n## Important Disclaimers\n\n### Legal Advice\n\n> **THIS TOOL IS NOT LEGAL ADVICE**\n>\n> Statute text is sourced from official Wetten.overheid.nl publications. However:\n>\n> - This is a **research tool**, not a substitute for professional legal counsel\n> - **Court case coverage is limited** -- do not rely solely on this for case law research\n> - **Verify critical citations** against primary sources for court filings\n> - **EU cross-references** are extracted from Dutch statute text and EUR-Lex metadata, not full EU law text\n> - **Municipal and provincial legislation is not included** -- this covers national (rijks) legislation only\n\n**Before using professionally, read:** [DISCLAIMER.md](DISCLAIMER.md) | [PRIVACY.md](PRIVACY.md)\n\n### Client Confidentiality\n\nQueries go through the Claude API. For privileged or confidential matters (including attorney-client privilege under the Wet op de rechtsbijstand), use on-premise deployment. See [PRIVACY.md](PRIVACY.md) for guidance on use in Dutch legal practice.\n\n---\n\n## Documentation\n\n- **[EU Integration Guide](docs/EU_INTEGRATION_GUIDE.md)** -- Detailed EU cross-reference documentation\n- **[EU Usage Examples](docs/EU_USAGE_EXAMPLES.md)** -- Practical EU lookup examples\n- **[Security Policy](SECURITY.md)** -- Vulnerability reporting and scanning details\n- **[Disclaimer](DISCLAIMER.md)** -- Legal disclaimers and professional use notices\n- **[Privacy](PRIVACY.md)** -- Client confidentiality and data handling\n\n---\n\n## Development\n\n### Setup\n\n```bash\ngit clone https://github.com/Ansvar-Systems/Dutch-law-mcp\ncd Dutch-law-mcp\nnpm install\nnpm run build\nnpm test\n```\n\n### Running Locally\n\n```bash\nnpm run dev                                       # Start MCP server (stdio)\nnpm run dev:http                                  # Start HTTP server\nnpx @anthropic/mcp-inspector node dist/index.js   # Test with MCP Inspector\n```\n\n### Data Management\n\n```bash\nnpm run ingest                   # Ingest statutes from Wetten.overheid.nl BWB API\nnpm run ingest:all               # Full corpus ingest\nnpm run ingest:cases             # Ingest case law from Rechtspraak.nl\nnpm run ingest:prep-works        # Ingest Kamerstukken and preparatory works\nnpm run build:db                 # Rebuild free-tier SQLite database\nnpm run build:db:paid            # Rebuild premium SQLite database\nnpm run drift:detect             # Run drift detection against BWB anchors\nnpm run check-updates            # Check for statute amendments\nnpm run extract:definitions      # Extract legal definitions\nnpm run populate:xrefs           # Populate EU cross-references\n```\n\n### Performance\n\n- **Search Speed:** <100ms for most FTS5 queries\n- **Database Size:** 126 MB (efficient, portable)\n- **Reliability:** 100% ingestion success rate\n\n---\n\n## More Ansvar MCPs\n\nFull fleet coverage at [ansvar.eu/coverage](https://ansvar.eu/coverage).\n## Contributing\n\nContributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\nPriority areas:\n\n- Court case law expansion (Hoge Raad, Gerechtshoven archive)\n- EU Regulations MCP integration (full EU law text, CJEU case law)\n- Historical statute versions and amendment tracking\n- Lower court decisions (Rechtbanken archives)\n- English translations for key statutes\n\n---\n\n## Roadmap\n\n- [x] **Core statute database** -- 3,251 Dutch statutes with FTS5 search (100% BWB coverage)\n- [x] **EU law integration** -- cross-references to EU directives and regulations\n- [x] **Premium case law** -- 59,261 Hoge Raad, Gerechtshoven, and Rechtbanken rulings\n- [x] **Premium preparatory works** -- 2,994 Kamerstukken documents\n- [x] **Hetzner GHCR deployment** -- Docker-based production hosting\n- [x] **npm package publication**\n- [x] **Full Wetten.overheid.nl coverage** -- 3,251 statutes, 77,531 provisions\n- [ ] Historical statute versions (amendment tracking)\n- [ ] Lower court coverage (Rechtbanken archives)\n- [ ] English translations for key statutes\n- [ ] Web API for programmatic access\n\n---\n\n## Citation\n\nIf you use this MCP server in academic research:\n\n```bibtex\n@software{dutch_law_mcp_2026,\n  author = {Ansvar Systems AB},\n  title = {Dutch Law MCP Server: Production-Grade Legal Research Tool},\n  year = {2026},\n  url = {https://github.com/Ansvar-Systems/Dutch-law-mcp},\n  note = {3,251 Dutch statutes with 77,531 provisions and EU law cross-references}\n}\n```\n\n---\n\n## License\n\nApache License 2.0. See [LICENSE](./LICENSE) for details.\n\n### Data Licenses\n\n- **Statutes & Legislation:** `Dutch-Auteurswet-Art-11` -- Dutch statutory public domain. Auteurswet Art. 11 (1912) states that no copyright subsists in laws, decrees or ordinances issued by public authorities, or in judicial or administrative decisions. Verified verbatim 2026-05-17 -- see [`docs/audits/2026-05-17-eu-copyright-statutory-works-batch-1b-DE-IE-IT-NL-ES.md`](https://github.com/Ansvar-Systems/Ansvar-Architecture-Documentation/blob/main/docs/audits/2026-05-17-eu-copyright-statutory-works-batch-1b-DE-IE-IT-NL-ES.md). Catalog entry: `Dutch-Auteurswet-Art-11` in `infrastructure/attribution-licenses.json`.\n- **Case Law:** Rechtspraak.nl -- same statutory basis (Auteurswet Art. 11 judicial-decision clause)\n- **EU Metadata:** EUR-Lex (EU public domain, Decision 2011/833/EU)\n\n---\n\n## About Ansvar Systems\n\nWe build AI-accelerated compliance and legal research tools for the European market. This MCP server started as our internal reference tool for Dutch law -- turns out everyone building for the Dutch and EU market has the same research frustrations.\n\nSo we're open-sourcing it. Navigating 3,251 statutes and 77,531 provisions shouldn't require a law degree.\n\n**[ansvar.eu](https://ansvar.eu)** -- Stockholm, Sweden\n\n---\n\n<p align=\"center\">\n  <sub>Built with care in Stockholm, Sweden</sub>\n</p>\n",
  "bytes": 24639,
  "sha": "0f73d40bfc73ff93d4d6927fed888ce14711c7141a8f87e47f1131258b406f8d",
  "repo_slug": "ansvar-systems/dutch-law-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_eu_ansvar_dutch_law_mcp_3744f939/readme"
}