Monumenten MCP Server

A Model Context Protocol (MCP) server that enables AI assistants to check monumental status of Dutch addresses relevant for woningwaardering (rent-point system). Connects to the Dutch BAG (Basisadministratie Adressen en Gebouwen) data and Ministry of Cultural Heritage (Rijksdienst voor het Cultureel Erfgoed) to identify national monuments, nationally protected cityscapes, and municipal monuments.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 2 · #853 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Monumenten

Claude Code

claude mcp add woonstadrotterdam-mcp-monumenten -- uvx mcp-monumenten

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "woonstadrotterdam-mcp-monumenten": {
      "command": "uvx",
      "args": [
        "mcp-monumenten"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-monumenten - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.woonstadrotterdam is GitHub-verified and matches the repo owner

03 · What Monumenten can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.1 · 2026-09-16

Restrict CI GITHUB_TOKEN to contents: read · Add Claude Code plugin and WWS-relevant monument status

v3.0.0 · 2026-09-16

Bump the uv group across 1 directory with 7 updates · Add uv supply-chain guardrail with exclude-newer · migrate Monumenten MCP to Python SDK v2 · Bump the uv group across 1 directory with 8 updates · New Contributors…

v2.0.0 · 2026-03-05

Bump dependency versions

04 · Who maintains Monumenten

Monumenten is maintained by woonstadrotterdam. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
other - ranked #853 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-16)
registry
io.github.woonstadrotterdam/monumenten (active, first published 2026-09-16 · 2 versions)
packages
pypi:mcp-monumenten

06 · Monumenten FAQ

What is Monumenten?

A Model Context Protocol (MCP) server that enables AI assistants to check monumental status of Dutch addresses relevant for woningwaardering (rent-point system). Connects to the Dutch BAG (Basisadministratie Adressen en Gebouwen) data and Ministry of Cultural Heritage (Rijksdienst voor het Cultureel Erfgoed) to identify national monuments, nationally protected cityscapes, and municipal monuments.

Is Monumenten still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Monumenten?

Run `uvx mcp-monumenten`. You can also paste the ready-made client config above.

Does Monumenten run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Monumenten