Skip to main content
Glama

rce-cho-mcp

MCP server for querying the Dutch RCE Cultural Heritage Objects linked data endpoint.

This project helps LLM clients such as Claude Desktop query the public RCE CHO SPARQL endpoint with built-in ontology guidance, query validation and safe SPARQL patterns.

Status

Experimental. Not affiliated with the Rijksdienst voor het Cultureel Erfgoed.

Related MCP server: RDF4J MCP Server

Features

  • Query the public RCE CHO SPARQL endpoint

  • Get ontology context for classes, properties and common paths

  • Validate SPARQL before execution

  • Prevent common mistakes such as wrong FROM placement

  • Support questions about rijksmonumenten by municipality and province

MCP tools

  • get_ontology_context

  • validate_query

  • query_sparql

  • describe_resource

  • get_provincie_uri

Claude Desktop config

{
  "mcpServers": {
    "rce-cho": {
      "command": "C:\\Python314\\python.exe",
      "args": [
        "C:\\AI\\rce-cho-mcp\\src\\rce_cho_mcp\\server.py"
      ],
      "cwd": "C:\\AI\\rce-cho-mcp"
    }
  }
}

## Example questions
Hoeveel rijksmonumenten staan in Zeist?
Geef een lijst van rijksmonumenten in Zeist.
Welke rijksmonumenten in Utrecht hebben een adres?
Hoeveel rijksmonumenten staan in de provincie Utrecht?

## License

EUPL-1.2
Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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/jolietjakeblues/rce-cho-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server