RCE CHO SPARQL MCP Server
Click on "Deploy 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 CEO ontologie (automatisch geladen van GitHub) en de RCE datamodelregels.
Remote gebruik (geen installatie nodig)
De server draait publiek op Render en is direct te gebruiken:
https://mcp-server-rce-cho-http.onrender.com/mcpClaude Desktop (via mcp-remote proxy)
{
"mcpServers": {
"rce-cho-sparql": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp-server-rce-cho-http.onrender.com/mcp"]
}
}
}Cursor
Voeg toe aan .cursor/mcp.json:
{
"mcpServers": {
"rce-cho-sparql": {
"url": "https://mcp-server-rce-cho-http.onrender.com/mcp"
}
}
}Open WebUI / andere MCP clients
Gebruik de URL direct: https://mcp-server-rce-cho-http.onrender.com/mcp
Let op: de server draait op de gratis Render-tier en kan na 15 minuten inactiviteit sluimeren. De eerste aanroep na een pauze duurt dan 20-30 seconden.
Related MCP server: Wikidata MCP Server
Lokale installatie
git clone https://github.com/rschalkrce/MCP-server-RCE-CHO-http.git
cd MCP-server-RCE-CHO-http
pip install -r requirements.txt
python server.pyKoppelen aan Claude Desktop (lokaal)
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/server.py"]
}
}
}Beschikbare tools
Tool | Beschrijving |
| Geeft de volledige ontologie-context terug (klassen, properties, paden, spelregels). 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 |
Hoe het werkt
LLM roept
get_ontology_context()aan → krijgt alle klassen, properties en spelregelsLLM stelt SPARQL query op op basis van de ontologie
LLM roept
validate_query(query)aan → fouten worden geblokkeerdLLM roept
query_sparql(query)aan → resultaten uit de brondataLLM presenteert resultaten in mensentaal
Omgevingsvariabelen
Variabele | Standaard | Omschrijving |
| RCE CHO endpoint | SPARQL endpoint URL |
|
|
|
| GitHub URL | URL naar de CEO ontologie TTL |
Technische details
SPARQL endpoint:
https://api.linkeddata.cultureelerfgoed.nl/datasets/rce/cho/services/cho/sparqlGraph:
https://linkeddata.cultureelerfgoed.nl/graph/instanties-rceOntologie: CEO v1.5, automatisch geladen van GitHub
Licentie: CC0 1.0
Bronnen
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Natural-language queries over a verified emissions knowledge graph, plus standards validation
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables users to write and execute SPARQL queries against open-access SPARQL endpoints by providing relevant query examples, schema information, and endpoint metadata. Supports querying biological databases like UniProt and Bgee through natural language interactions.11MIT
- FlicenseNot gradedqualityDmaintenanceConnects LLMs to Wikidata's structured knowledge base using a hybrid architecture that optimizes for both fast entity searches and complex relational queries. It provides tools for entity and property retrieval, metadata lookups, and direct SPARQL execution to ground AI responses in verified data.2-
- AlicenseAqualityDmaintenanceEnables AI assistants to query the Ubergraph biomedical ontology SPARQL endpoint with tools for custom SPARQL queries, term lookup, search, and hierarchy traversal.4MIT
- AlicenseAqualityCmaintenanceMCP server exposing SPARQL query functionalities for LLMs, enabling query execution, validation, and graph exploration across SPARQL endpoints.7MIT