Skip to main content
ClaudeWave

MCP-server to retrieve Dutch monumental status.

MCP ServersRegistry oficial2 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
92/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 9/17/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · mcp-monumenten
Claude Code CLI
claude mcp add mcp-monumenten -- uvx mcp-monumenten
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-monumenten": {
      "command": "uvx",
      "args": ["mcp-monumenten"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 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.

<!-- mcp-name: io.github.woonstadrotterdam/monumenten -->

Built on the [MCP Python SDK](https://py.sdk.modelcontextprotocol.io/) v2 (`MCPServer`). Tools return structured results; validation and lookup failures raise `ToolError` (`is_error=true`) so the model can retry.

Requires Python 3.11+.

> [!NOTE]
> This MCP server is based on the [monumenten](https://github.com/woonstadrotterdam/monumenten) package. For more information, see the [monumenten](https://github.com/woonstadrotterdam/monumenten) package.

## What This Does

This MCP server allows AI assistants to:

- 🏠 **Find verblijfsobject IDs** - Convert Dutch addresses to BAG identifiers (`verblijfsobject_id`)
- 🏛️ **Check monumental status** - Determine if a property is protected as cultural heritage
- 📍 **Support flexible address input** - Search by postal code + house number or full address
- 🔍 **Handle address variations** - Support house letters and suffixes (30A, 30-2, etc.)

### Available Tools

| Tool                         | Parameters                                                                                                   | Result                                                                                                                                                   |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`get_verblijfsobject_id`** | `house_number`, `postal_code` OR `street` + `house_number` + `city`, optional `house_letter`, `house_suffix` | Structured `matches` list of BAG verblijfsobject records                                                                                                 |
| **`get_monumental_status`**  | `bag_verblijfsobject_id` (16 digits)                                                                         | Structured monumental status (provincie, rijksmonument, rijksbeschermd stads-/dorpsgezicht, municipal monument; `provinciaal_monument` is always `null`) |

## Quick Setup

Add to your AI assistant's MCP configuration:

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

For local development:

```json
{
  "mcpServers": {
    "monumenten": {
      "command": "uv",
      "args": ["run", "--project", "/path/to/mcp-monumenten", "mcp-monumenten"]
    }
  }
}
```

Streamable HTTP (`mcp-monumenten --http`) listens on `http://127.0.0.1:8000/mcp` by default.

### Claude Code plugin

Requires [uv](https://docs.astral.sh/uv/). Then:

```text
/plugin marketplace add woonstadrotterdam/mcp-monumenten
/plugin install monumenten@woonstad-rotterdam
```

Or add the server directly: `claude mcp add monumenten -- uvx mcp-monumenten`.

## Usage Examples

### Finding Monumental Status

**"What is the monumental status of Coolsingel 30, Rotterdam?"**

The AI will:

1. Convert the address to a BAG verblijfsobject ID
2. Check monument registries
3. Report rijksmonument status, rijksbeschermd stads-/dorpsgezicht, or municipal monument designation

**"Is 1234AB 30-2 a rijksmonument?"**

The AI can handle:

- Postal code + house number format
- House number suffixes (30-2, 30A, etc.)
- Direct verblijfsobject ID lookups

### Address Flexibility

The server handles Dutch address formats:

- `1234AB 30` - Basic postal code + house number
- `1234AB 30-2` - With house number suffix
- `1234AB 30A` - With house letter
- `Coolsingel 30, Rotterdam` - Full street address

## Installation

### Via uvx (Recommended)

```bash
uvx mcp-monumenten
```

### Local Development

```bash
git clone https://github.com/woonstadrotterdam/mcp-monumenten.git
cd mcp-monumenten
uv sync
uv run --project . mcp-monumenten
```

## Data Sources

- **[Kadaster - BAG (Basisadministratie Adressen en Gebouwen)](https://www.kadaster.nl/)** - Official Dutch address registry
- **[RCE (Rijksdienst voor het Cultureel Erfgoed)](https://www.rijksoverheid.nl/ministeries/cultureel-erfgoed/rijksdienst-voor-het-cultureel-erfgoed)** - National monuments registry

## License

MIT License - see [LICENSE](LICENSE) file for details.

Lo que la gente pregunta sobre mcp-monumenten

¿Qué es woonstadrotterdam/mcp-monumenten?

+

woonstadrotterdam/mcp-monumenten es mcp servers para el ecosistema de Claude AI. MCP-server to retrieve Dutch monumental status. Tiene 2 estrellas en GitHub y su última actualización registrada es del 2026-09-16.

¿Cómo se instala mcp-monumenten?

+

Puedes instalar mcp-monumenten clonando el repositorio (https://github.com/woonstadrotterdam/mcp-monumenten) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar woonstadrotterdam/mcp-monumenten?

+

Nuestro agente de seguridad ha analizado woonstadrotterdam/mcp-monumenten y le ha asignado un Trust Score de 92/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene woonstadrotterdam/mcp-monumenten?

+

woonstadrotterdam/mcp-monumenten es mantenido por woonstadrotterdam. La última actividad registrada en GitHub es del 2026-09-16, con 1 issues abiertos.

¿Hay alternativas a mcp-monumenten?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-monumenten en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: woonstadrotterdam/mcp-monumenten
[![Featured on ClaudeWave](https://claudewave.com/api/badge/woonstadrotterdam-mcp-monumenten)](https://claudewave.com/repo/woonstadrotterdam-mcp-monumenten)
<a href="https://claudewave.com/repo/woonstadrotterdam-mcp-monumenten"><img src="https://claudewave.com/api/badge/woonstadrotterdam-mcp-monumenten" alt="Featured on ClaudeWave: woonstadrotterdam/mcp-monumenten" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-monumenten