NL-GOV-MCP
Provides access to Statistics Netherlands (CBS) data including demographics, economy, housing, and labour statistics via table search and observation retrieval.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NL-GOV-MCPWat is de luchtkwaliteit in Utrecht?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NL-GOV-MCP
Dutch public-sector data is scattered across many sources that do not natively work together. CBS does not know what Tweede Kamer publishes. BAG does not know what DUO knows. Rechtspraak is disconnected from Rijksbegroting.
NL-GOV-MCP connects what the Dutch government has not connected itself: one interface, many sources, one question, one answer — with provenance.
It is an open-source Model Context Protocol server that lets AI assistants search, combine, and return data from Dutch public-sector sources. Built by WAINUT, a one-stop AI shop in the Netherlands (AI Recruitment, AI Consulting & Implementation, AI & Data Training).
What can you do with this?
Ask in plain Dutch or English. The server routes to the right sources, retrieves data, and returns structured results with source traceability.
Examples:
"Hoeveel sociale huurwoningen zijn er gebouwd in Rotterdam sinds 2020?" → combines relevant housing/statistics sources
"Wat heeft de Tweede Kamer besloten over stikstof afgelopen maand?" → parliamentary search with temporal parsing
"Welke basisschool in Tilburg scoort het best?" → DUO-related dataset/search helpers
"Toon alle rechtspraak over huurrecht dit jaar" → Rechtspraak search with date-aware mapping
"Wat is de luchtkwaliteit in Utrecht?" → live Luchtmeetnet retrieval
"Geef me de rijksbegroting voor onderwijs" → Rijksbegroting search + chapter navigation
Related MCP server: CzechMedMCP
How is this different from data.overheid.nl?
data.overheid.nl is primarily a catalog that tells you where data lives.
NL-GOV-MCP actively retrieves and normalizes data across many sources, can combine cross-source results, and returns a consistent MCP response contract ready for assistants and automations.
Sources (39 connectors, 64 tools)
Source | What it covers |
CBS | Statistics Netherlands (demographics, economy, housing, labour; v4/v3 + fallback) |
Tweede Kamer | Parliamentary documents, search, voting records, member info; single-document retrieval can optionally resolve resource URLs and include capped text previews for text-like formats |
Officiële Bekendmakingen | Official publications (SRU/XML search + lookup) |
Rijksoverheid | National government news/document search via the Rijksoverheid.nl RSS platform (server-side keyword) + school holidays |
Rijksbegroting | National budget data + chapter helper |
DUO | Education datasets + school/exam helpers + RIO adapter |
data.overheid.nl | National open data catalog (CKAN) |
Overheid API register | API directory (requires |
KNMI | Weather datasets/files, warnings, earthquakes (requires |
PDOK / BAG | Geospatial search, BAG address registry, and authoritative per-address detail (oppervlakte, bouwjaar, gebruiksdoelen) via Kadaster Individuele Bevragingen REST API |
Rechtspraak | Court rulings via official |
RDW | Vehicle open data |
Luchtmeetnet | Live air quality measurements |
Rijkswaterstaat | Water data catalog + real-time measurements |
NDW | Traffic discovery/metadata |
ORI | Open Raadsinformatie discovery |
NGR | National Geo Register (CSW metadata) |
Ruimtelijkeplannen.nl (Wro/Bro) | Vigerende, ontwerp en vervallen ruimtelijke plannen via PDOK WMS, met status- en gemeentefilter |
RIVM | Public-health discovery |
Kadaster BAG (Linked Data) | SPARQL access to building/address linked data |
RCE (Linked Data) | SPARQL access to cultural heritage linked data |
Eurostat | EU statistics search + preview |
data.europa.eu | EU open data catalog |
DSO Omgevingsdocumenten | Discovery van omgevingsplannen, omgevingsvisies, programma's en omgevingsverordeningen onder de Omgevingswet (read-only metadata, vereist |
data.politie.nl | Registered crime & nuisance figures per municipality/district/neighbourhood (CBS dataderden OData) |
CBS Iv3 | Municipal & provincial finances — budgets, annual accounts, task fields (dataderden OData) |
PDOK Bestuurlijke Gebieden | Official municipality/province boundaries and codes (OGC API Features) |
PDOK Kadastrale Kaart (BRK) | Cadastral parcels, boundaries and designations (OGC API Features) |
wetten.overheid.nl (BWB) | Consolidated texts of all national laws, decrees and regulations (KOOP SRU) |
CVDR | Local & regional regulations of municipalities, provinces and water authorities (KOOP SRU) |
NED | National Energy Dashboard — generation/consumption per source + forecasts (requires |
EP-Online | Building energy labels per address / BAG id (RVO, requires |
BRO | Basisregistratie Ondergrond — groundwater, CPT soundings, borings (keyless REST) |
NS Reisinformatie | Train travel advice, departures/arrivals and disruptions (requires |
OVapi / NDOV | Realtime public-transport departures per stop + GTFS |
BRON verkeersongevallen | Registered road-traffic accidents with location & severity (Rijkswaterstaat WFS) |
DNB Statistics | Interest rates, mortgages, pensions, insurers, balance of payments (requires |
NZa Zorgbeeld | Current waiting times for medical-specialist care per institution |
Register Overheidsorganisaties | All Dutch government organisations + TOOI identifiers (KOOP) |
Key features
Consistent response contract
Every tool returns the same shape:
summaryrecords[]provenanceoptional
access_noteoptional
failures[]optional
pagination(offset, limit, total, has_more)optional
verbose(request timings, connector health snapshots)
Built-in resilience (zero-config)
No setup required — the following run automatically in-process:
Per-connector circuit breaker (auto-disables after repeated failures, probes for recovery)
Per-connector concurrency limiter (default 3 in-flight, overflow queued with timeout)
In-process HTTP response cache with hardcoded TTL per source category
Per-connector health counters (exposed via
/health/sourceson SSE transport)
Graceful error handling
Typed errors:
timeouthttp_errorrate_limitedmalformed_responsenot_configuredcircuit_openunexpected
This lets assistants respond meaningfully instead of failing hard.
Structured output & debug modes
outputFormat:json(default),csv,geojson,markdown_tableoffset/limit: pagination with metadatadryRun: shows planned API calls without executing themverbose: adds request timings, fallback steps, and connector health snapshots
Available on nl_gov_ask and major individual tools: cbs_tables_search, cbs_observations, data_overheid_datasets_search, duo_datasets_search, tweede_kamer_documents, tweede_kamer_search, officiele_bekendmakingen_search, rijksoverheid_search, rijksbegroting_search, overheid_api_register_search.
CBS trend enrichment
cbs_observationsinjects lightweight trend fields when the result shape clearly supports it:previous_periodprevious_valuedeltadelta_pct
This only activates when there is a single clear period dimension and one numeric measure, so it stays inert on ambiguous wide tables.
Smart routing + temporal parsing
nl_gov_askroutes by intent, and can run multi-source queries in parallel.Natural date expressions in NL/EN are currently parsed in
nl_gov_askand mapped to source filters (vorige week,sinds 2020,between 2018 and 2022, etc.).Temporal parsing is resolved server-side with a real reference timestamp, cross-platform via Node runtime APIs (Windows/macOS/Linux).
Default timezone:
Europe/Amsterdam.Override options for
nl_gov_ask:tool input:
timezonetool input:
reference_nowenvironment:
NL_GOV_TIMEZONEconfig:
config/default.json→temporal.defaultTimeZone
Cross-reference linking
Post-processing adds related_links[] when records share key identifiers (e.g. ECLI, BWBR, municipality codes), and can enrich legal references with direct links to wetten.overheid.nl.
Quick start
Requires Node.js >= 22.
npm ci
npm run build
npm run dev # start stdio server (for Claude Desktop / Claude Code)
npm run dev:sse # SSE/HTTP server on port 3333
npm run dev:streamable-http # Streamable HTTP server on port 3333 (MCP spec 2025-03-26)To verify your setup:
npm run check # type-check without emitting
npm test # unit tests
npm run test:questions # integration test suite (offline fixtures)
npm run test:live # integration test suite (live API calls)Configuration
Transport modes
Three transport modes are supported. All expose the same 64 tools.
stdio (Claude Desktop, Claude Code)
npm run dev # development
npm run start # productionSSE/HTTP (Open WebUI, legacy MCP clients)
npm run dev:sse # development
npm run start:sse # productionEndpoint | Description |
| SSE stream |
| Message endpoint |
| Server health check |
| Per-connector runtime health snapshot |
Streamable HTTP (MCP spec 2025-03-26)
npm run dev:streamable-http # development
npm run start:streamable-http # productionEndpoint | Description |
| Initialize session + send messages |
| Open SSE stream for server-initiated messages |
| Terminate session |
| Server health check |
| Per-connector runtime health snapshot |
Session management uses the mcp-session-id header.
Selecting transport via environment
Instead of CLI flags, you can set MCP_TRANSPORT:
MCP_TRANSPORT=sse node dist/src/index.js
MCP_TRANSPORT=streamable-http node dist/src/index.jsDocker
docker build -f docker/Dockerfile -t nl-gov-mcp .
docker run --rm -p 3333:3333 \
-e KNMI_API_KEY=your-key \
-e OVERHEID_API_KEY=your-key \
-e BAG_API_KEY=your-key \
-e DSO_API_KEY=your-key \
nl-gov-mcpClaude Desktop integration
Build the project, then add an entry to your Claude Desktop config.
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nl-gov-mcp": {
"command": "node",
"args": ["/absolute/path/to/NL-GOV-MCP/dist/src/index.js"],
"env": {
"OVERHEID_API_KEY": "...",
"KNMI_API_KEY": "...",
"BAG_API_KEY": "...",
"DSO_API_KEY": "...",
"NL_GOV_TIMEZONE": "Europe/Amsterdam"
}
}
}
}Restart Claude Desktop after saving.
Environment variables
Variable | Default | Description |
|
| HTTP port for SSE transport |
|
| Default timezone used by |
| — | Required for KNMI weather tools (get a free token) |
| — | Required for API register tool (request a key) |
| — | Required for authoritative per-address detail via |
| — | Required for |
| — | Required for |
| — | Required for |
| — | Required for |
| — | Required for |
|
| Transport mode: |
|
| Pino log level ( |
Source-specific details
Tweede Kamer document retrieval
tweede_kamer_documentsstays lean and returns search/discovery metadata.tweede_kamer_document_getcan optionally:resolve the underlying resource URL / file metadata
include a capped text preview for text-like resources
PDFs remain resource-only in lean mode (no built-in PDF text extraction).
nl_gov_askmay automatically deepen the top Tweede Kamer match when the user explicitly asks for content/summary rather than only discovery.
Rechtspraak details
rechtspraak_search_ecli mirrors the official frontend search backend (/api/zoek) instead of the legacy open-data feed.
Uses structured parameters instead of natural-language parsing:
sort:relevance(default),date_newest(publication date desc),ruling_newest(ruling date desc)date_filter:week,month,year,last_year(maps to Rechtspraak facet filters)
The LLM interprets user intent and maps it to these parameters. A lightweight server-side query rewriter strips residual question framing as a safety net.
Responses include facet-driven context in access_note when filters are applied.
Documentation
See:
docs/ARCHITECTURE.md— technical internals, layer diagram, request lifecycle, resilience stackdocs/SOURCES.md— endpoint details per connectordocs/TOOLS.md— full tool catalog with behavior notesdocs/BACKLOG-SOURCES.md— planned integrations
Contributing
PRs are welcome — bug fixes, new source connectors, or improvements to existing ones.
See CONTRIBUTING.md for setup, workflow, and a step-by-step guide for adding a new source connector.
License
This project is licensed under the Apache License 2.0. See NOTICE for required attribution.
WAINUT and NL-GOV-MCP are trademarks of WAINUT B.V. The Apache License 2.0 does not grant permission to use these names, trademarks, or branding to imply endorsement of derivative works. Forks and derivative works must retain the NOTICE file as required by the license.
About WAINUT — WAINUT is your one-stop AI shop in the Netherlands. We help organizations adopt AI and build an AI-enabled workforce — from recruiting the right talent, to implementing the right tools, to training teams that actually use them.
Exploring AI for your organization? → wainut.ai — Unleash Your Potential.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WAINUTAI/NL-GOV-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server