RCE CHO SPARQL MCP Server
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., "@RCE CHO SPARQL MCP ServerHow many cultural heritage objects are registered?"
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.
RCE CHO SPARQL MCP Server
MCP server waarmee een LLM het RCE Cultureel Erfgoed SPARQL endpoint kan bevragen. Gebouwd op de Cultureel Erfgoed Intologie en de RCE datamodelregels. Niet officieel geaffilieerd met de RCE.
Installatie
# Kloon of kopieer deze map, dan:
pip install mcp[cli]
# Of installeer als pakket:
pip install -e .Related MCP server: SPARQL MCP Server
Koppelen aan Claude Desktop
Voeg het volgende toe aan claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"rce-cho-sparql": {
"command": "python",
"args": ["/pad/naar/rce-sparql-mcp/server.py"],
"env": {
"SPARQL_ENDPOINT": "https://api.linkeddata.cultureelerfgoed.nl/datasets/rce/cho/services/cho/sparql"
}
}
}
}Herstart Claude Desktop daarna.
Beschikbare tools
Tool | Beschrijving |
| Geeft prefixen, classes, paden, regels en voorbeeldqueries terug. Altijd eerst aanroepen. |
| Voert een SPARQL SELECT/ASK query uit op het endpoint |
| Checkt een query op veelgemaakte fouten vóór uitvoering |
| DESCRIBE op een specifieke URI |
| Geeft de correcte URI voor een Nederlandse provincie |
Aanbevolen LLM workflow
Gebruiker stelt een vraag over erfgoed
LLM roept
get_ontology_context()aan → krijgt alle regels + voorbeeldenLLM stelt SPARQL query op
LLM roept
validate_query(query)aan → checkt op foutenLLM roept
query_sparql(query)aan → haalt resultaten opLLM presenteert resultaten in mensentaal
Omgevingsvariabelen
Variabele | Standaard | Omschrijving |
| RCE CHO endpoint | SPARQL endpoint URL |
Endpoint
https://linkeddata.cultureelerfgoed.nl/rce/cho/sparqlPubliek beschikbaar, geen authenticatie vereist.
Graph: https://linkeddata.cultureelerfgoed.nl/graph/instanties-rce
This server cannot be installed
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
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/rschalkrce/MCP-server-RCE-CHO-http'
If you have feedback or need assistance with the MCP directory API, please join our Discord server