mcp-rdf-explorer
If you are the rightful owner of mcp-rdf-explorer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
RDF Explorer v1.0.0 is a Model Context Protocol (MCP) server designed to facilitate the exploration and analysis of RDF-based Knowledge Graphs using a conversational interface.
RDF Explorer v1.0.0 is a powerful tool that provides a conversational interface for exploring and analyzing RDF (Turtle) based Knowledge Graphs. It operates in two modes: Local File mode and SPARQL Endpoint mode, allowing users to interact with RDF data stored locally or accessible via a SPARQL endpoint. The server acts as a bridge between AI applications and RDF data, enabling users to perform graph exploration and analysis through SPARQL queries. This makes it an ideal tool for researchers working with knowledge graphs and those preparing data for AI applications. With its ability to execute SPARQL queries, perform full-text searches, and generate graph statistics, RDF Explorer offers a comprehensive solution for understanding and utilizing RDF data.
Features
- Conversational interface for RDF exploration and analysis
- Supports Local File mode and SPARQL Endpoint mode
- Executes SPARQL queries and performs full-text searches
- Generates graph statistics and exploratory reports
- Facilitates AI data preparation and knowledge graph research
Tools
execute_on_endpoint
Execute a SPARQL query directly on an external endpoint.
sparql_query
Execute a SPARQL query on the current graph or active external endpoint.
graph_stats
Calculate and return statistics about the graph in JSON format.
count_triples
Count triples in the graph. Disabled in SPARQL Endpoint Mode.
full_text_search
Perform a full-text search on the graph or endpoint.
health_check
Check the health of the triplestore connection.
get_mode
Get the current mode of RDF Explorer.