mcp-wikidata
If you are the rightful owner of mcp-wikidata 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.
A server implementation for Wikidata API using the Model Context Protocol (MCP).
The Wikidata MCP Server is a robust implementation designed to facilitate interaction with the Wikidata API using the Model Context Protocol (MCP). This server provides essential tools for searching identifiers, extracting metadata, and executing SPARQL queries. It is particularly useful for developers and researchers who need to access and manipulate data from Wikidata efficiently. The server can be installed via Smithery or manually, and it supports running both server and client examples. The server is capable of extracting valid entity and property identifiers, executing SPARQL queries, and providing recommendations based on the data retrieved. This makes it a powerful tool for applications that require dynamic data retrieval and processing from Wikidata.
Features
- Search for Wikidata entity and property identifiers.
- Extract metadata such as labels and descriptions.
- Execute SPARQL queries on Wikidata.
- Retrieve properties associated with a given entity.
- Recommend items based on query results.
Tools
search_entity
Search for a Wikidata entity ID by its query.
search_property
Search for a Wikidata property ID by its query.
get_properties
Get the properties associated with a given Wikidata entity ID.
execute_sparql
Execute a SPARQL query on Wikidata.
get_metadata
Retrieve the English label and description for a given Wikidata entity ID.