Wikidata Knowledge Graph Access
Unified capability for reading and writing to the Wikidata knowledge graph. Combines Wikibase REST API operations for entity retrieval, statement management, and structured data writing. Intended for data engineers, knowledge graph analysts, and AI/ML pipelines that need programmatic access to Wikidata's 100M+ entities.
What You Can Do
MCP Tools
get-entity
Retrieve a Wikidata entity (item or property) with all labels, descriptions, aliases, sitelinks, and statements by Q-ID or P-ID.
get-entity-statements
Retrieve structured factual claims (statements) for a Wikidata entity, optionally filtered by property ID (e.g. P31 for 'instance of').
get-entity-label
Retrieve the label for a Wikidata entity in a specific language by BCP 47 language code.
get-property-definition
Retrieve a Wikidata property definition including its datatype, labels, and descriptions. Useful for understanding what a P-ID represents.
create-entity
Create a new Wikidata item with labels, descriptions, aliases, and initial statements. Requires OAuth2 authentication.
add-fact
Add a new factual statement (claim) to a Wikidata item. Specify the property P-ID and value. Requires OAuth2 authentication.
remove-fact
Delete an incorrect or outdated statement from a Wikidata item by statement ID. Requires OAuth2 authentication.