RDF4J MCP Server
Related Servers
Alternatives to RDF4J MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server exposing SPARQL query functionalities for LLMs, enabling query execution, validation, and graph exploration across SPARQL endpoints.7MIT
- AlicenseNot gradedqualityCmaintenanceA generic MCP server that connects AI agents to any SPARQL 1.1 endpoint, enabling querying and updating RDF data across various triple stores.MIT
- AlicenseNot gradedqualityFmaintenanceThe Model Context Protocol (MCP) server provides a conversational interface for the exploration and analysis of RDF Turtle Knowledge Graph in Local File mode or SPARQL Endpoint.54MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that connects AI assistants to the Data Graphs knowledge graph platform, enabling natural language search, exploration, and querying of graph data.4 npm-
- AlicenseNot gradedqualityAmaintenanceMCP server enabling AI assistants to explore schema.org types, generate JSON-LD examples, validate structured data, and navigate the complete ontology with fuzzy matching and caching.11 npm21MIT
- AlicenseAqualityAmaintenanceAn MCP server that gives AI assistants access to biological and biomedical RDF databases via SPARQL at the RDF Portal, as well as selected REST APIs (NCBI E-utilities, UniProt, ChEMBL, PDB, Reactome, Rhea, MeSH, and more).2914MIT
TDQS
Scored across 13 tools
Most tools have clearly distinct purposes (e.g., sparql_select vs. sparql_ask vs. sparql_construct). However, describe_resource overlaps significantly with sparql_construct as both return triples, which could cause misselection.
All tool names follow a consistent snake_case verb_noun pattern (e.g., list_repositories, get_statistics, select_repository). The sparql_* tools use a predictable sparql_<query_type> convention, maintaining overall consistency.
13 tools is well-scoped for an RDF4J server, covering querying, schema exploration, and repository management without feeling bloated or sparse.
The tool set provides strong coverage for querying, schema discovery, and repository selection. Minor gaps include no SPARQL UPDATE/insert/delete operations and no explicit repository creation, but these are not critical for a read-oriented RDF explorer.