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
—
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论