mcp-sparql — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-sparql (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Exposes SPARQL query capabilities to LLMs via the Model Context Protocol. Supports SELECT, ASK, CONSTRUCT, and DESCRIBE queries against any SPARQL endpoint.
Add to your MCP configuration:
{
"mcpServers": {
"mcp-sparql": {
"command": "mcp-sparql"
}
}
}sparql_query — Execute SELECT queries, return table or JSONsparql_ask — Execute ASK queries, return booleansparql_construct — Execute CONSTRUCT queries, return RDF triplessparql_describe — Execute DESCRIBE queries, return RDF descriptionsparql_validate — Validate SPARQL syntax without executingsparql_list_graphs — List named graphs on an endpointsparql_get_prefixes — Get common prefixes for an endpointQuery Wikidata for the capital of France:
{
"endpoint": "https://query.wikidata.org/sparql",
"query": "SELECT ?capitalLabel WHERE { wd:Q142 wdt:P36 ?capital . ?capital rdfs:label ?capitalLabel . FILTER(LANG(?capitalLabel) = 'en') }"
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.