MCP Server SPARQL
@ekzhu
MCP Server SPARQL について
An MCP server for querying SPARQL endpoint.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-sparql": {
"command": "uvx",
"args": [
"mcp-server-sparql",
"--endpoint",
"https://query.wikidata.org/sparql"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server SPARQL?
MCP Server SPARQL is a Model Context Protocol (MCP) server that provides a tool for executing SPARQL queries against a configured SPARQL endpoint, such as Wikidata. It is intended for developers and data analysts who need to query RDF datasets through MCP-compatible clients.
How to use MCP Server SPARQL?
Install and configure the server using uvx by specifying the SPARQL endpoint URL as a command-line argument. Invoke the query tool within an MCP client, passing a valid SPARQL query string as the query_string parameter, and receive the results.
Key features of MCP Server SPARQL
- Single
querytool to execute SPARQL queries - Configurable SPARQL endpoint via
--endpoint - Returns query results to the MCP client
- Lightweight, runs via
uvxwith no additional installation
Use cases of MCP Server SPARQL
- Querying the Wikidata SPARQL endpoint from an MCP-enabled agent
- Integrating SPARQL data retrieval into AI assistant workflows
- Automating RDF dataset lookups without manual HTTP requests
FAQ from MCP Server SPARQL
—
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント