MCP server for Dutch consolidated legislation (BWB via KOOP SRU) with verifiable citations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Published on PyPI + MCP Registry (io.github.matematicsolutions/nl-eli-mcp). Run without cloning:
Configure your MCP client (stdio):
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe
and the nl-eli-mcp.exe launcher that pip writes at install time. The python.exe and
py.exe from the python.org installer are signed by the Python Software
Foundation, so running the module through the interpreter works:
pip.exe is blocked for the same reason, so install with python -m pip, not
pip install. If python is not on PATH, use the Windows launcher: py -3 -m nl_eli_mcp.
Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
Building from source: see Install.
An MCP server for the Dutch consolidated legislation BWB (Basiswettenbestand), served by
KOOP over the official SRU API (zoekservice.overheid.nl, keyless). It gives an AI agent the
version of an act in force on a given date, with a verifiable citation: a persistent
identifier, a human-readable citation, and a link to the official source.
Part of the eu-legal-mcp line by MateMatic β one connector per EU member state, the same citation contract everywhere.
On ELI. The Netherlands does not publish native ELI (
/eli/) URIs on consolidated BWB. To keep the line's contract honest,eli_uricarries the official persistent identifier instead β thewetten.overheid.nl/idtoestand URI (e.g.http://wetten.overheid.nl/id/BWBR0005537/2026-06-04/0). The connector never fabricates an/eli/URI and says so in its tool instructions. SeeDISCOVERY.md.
| Tool | What it does |
|---|---|
nl_search(query, on_date=today) | Find acts by words in the title that are in force on a date. Returns distinct acts, each with the citation contract. |
nl_get_act(bwb_id, on_date=today) | Metadata for one act (e.g. BWBR0005537) β identifier, title, authority, version date. |
nl_get_text(bwb_id, on_date=today) | The full consolidated XML (BWB toestand) of one act. |
nl_case_search(date_from, date_to, ...) | List court decisions (Rechtspraak Open Data) by date range / court / subject. No free-text; each hit carries a native ecli. |
nl_get_decision(ecli) | A court decision by its ECLI (e.g. ECLI:NL:HR:2020:1) β court, dates, zaaknummer and full text. |
nl_coverage() | Declare what this connector covers, when each family was captured, and - explicitly - what it does NOT cover. Every gap carries a fallback. |
Legislation comes from the BWB (KOOP SRU); case law comes from Rechtspraak Open Data
(data.rechtspraak.nl), keyed by native ECLI. Every response carries the citation contract:
eli_uri β the official persistent identifier (toestand URI; see the ELI note above).human_readable_citation β the official short title (citeertitel), e.g. Algemene wet bestuursrecht.source_url β the browsable wetten.overheid.nl page for that version.Each act has many time-stamped versions. The tools default to the version in force today;
pass on_date (YYYY-MM-DD) to pin a historical or future version. An act with no version
valid on that date returns not_found β retry with another on_date.
Register it with your MCP client (see .mcp.json.example):
~/.matematic/audit/nl-eli-mcp.jsonl
(AI Act art. 12 record-keeping).See CONSTITUTION.md (the 4 principles) and DISCOVERY.md (how the source was mapped).
Apache-2.0. The Dutch legislation served is official public data of the Kingdom of the Netherlands; this connector adds no rights over it.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nl-eli-mcp)<a href="https://allmcps.com/mcp/nl-eli-mcp"><img src="https://allmcps.com/api/badge/nl-eli-mcp?style=directory" alt="Nl Eli MCP on AllMCPs" /></a>