RCE CHO SPARQL MCP Server

RCE CHO SPARQL MCP Server

Enables LLMs to query the RCE Cultural Heritage SPARQL endpoint using ontology context, query validation, and predefined tools.

Category
Visit Server

README

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/mcp

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


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

Koppelen 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
get_ontology_context Geeft de volledige ontologie-context terug (klassen, properties, paden, spelregels). Altijd eerst aanroepen.
query_sparql Voert een SPARQL SELECT/ASK query uit op het endpoint
validate_query Checkt een query op veelgemaakte fouten vóór uitvoering
describe_resource DESCRIBE op een specifieke URI
get_provincie_uri Geeft de correcte URI voor een Nederlandse provincie

Hoe het werkt

  1. LLM roept get_ontology_context() aan → krijgt alle klassen, properties en spelregels
  2. LLM stelt SPARQL query op op basis van de ontologie
  3. LLM roept validate_query(query) aan → fouten worden geblokkeerd
  4. LLM roept query_sparql(query) aan → resultaten uit de brondata
  5. LLM presenteert resultaten in mensentaal

Omgevingsvariabelen

Variabele Standaard Omschrijving
SPARQL_ENDPOINT RCE CHO endpoint SPARQL endpoint URL
MCP_TRANSPORT stdio stdio, http of sse
CEO_TTL_URL GitHub URL URL naar de CEO ontologie TTL

Technische details

  • SPARQL endpoint: https://api.linkeddata.cultureelerfgoed.nl/datasets/rce/cho/services/cho/sparql
  • Graph: https://linkeddata.cultureelerfgoed.nl/graph/instanties-rce
  • Ontologie: CEO v1.5, automatisch geladen van GitHub
  • Licentie: CC0 1.0

Bronnen

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured