Nl Eli MCP server
MCP server for Dutch consolidated legislation (BWB via KOOP SRU) with verifiable citations.
1 stars42 downloads/wk
Reviews
Write oneNobody has reviewed Nl Eli yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Nl Eli tools (6)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
nl_case_searchList Dutch court decisions (Rechtspraak Open Data) by metadata filters.
nl_coverageDeclare what this connector covers, how it is sourced, and what it does NOT cover.
nl_get_actFetch metadata for the version of a Dutch act in force on a date.
nl_get_decisionFetch a Dutch court decision by its ECLI (Rechtspraak Open Data).
nl_get_textFetch the full consolidated XML of a Dutch act in force on a date.
nl_searchSearch Dutch consolidated acts by words in the title, in force on a date.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan15 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 4 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the Nl Eli repository's README, as published. We do not edit it. Read it on GitHub
nl-eli-mcp
<!-- mcp-name: io.github.matematicsolutions/nl-eli-mcp -->
Install (one command)
Published on PyPI + MCP Registry (io.github.matematicsolutions/nl-eli-mcp). Run without cloning:
uvx nl-eli-mcpConfigure your MCP client (stdio):
{ "mcpServers": { "nl-eli-mcp": { "command": "uvx", "args": ["nl-eli-mcp"] } } }Windows 11 with Smart App Control
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:
python -m pip install nl-eli-mcp
python -m nl_eli_mcppip.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 nlelimcp.
{ "mcpServers": { "nl-eli-mcp": { "command": "python", "args": ["-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_uri carries the official persistent
identifier instead — the wetten.overheid.nl/id toestand 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. See DISCOVERY.md.
Tools
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).
- humanreadablecitation — the official short title (citeertitel), e.g. Algemene wet bestuursrecht.
- source_url — the browsable wetten.overheid.nl page for that version.
Versions and dates
Each act has many time-stamped versions. The tools default to the version in force today; pass ondate (YYYY-MM-DD) to pin a historical or future version. An act with no version valid on that date returns notfound — retry with another on_date.
Install
pip install -e ".[dev]"Register it with your MCP client (see .mcp.json.example):
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add nl-eli-mcp -- uvx nl-eli-mcp
Nl Eli: common questions
- Is Nl Eli MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the Nl Eli safety report
- How do I install Nl Eli?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Nl Eli need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Nl Eli maintained?
- The last commit was 4 days ago (2026-09-17). The latest release is v0.4.3.