get_wikidata_facts
ActiveTool of Wikidata
Structured facts about a Wikidata entity in HUMAN-READABLE form — property names and values resolved to labels, not raw P/Q codes. PREFER OVER get_entity for "what is X's <attribute>", "facts about X", "X's date of birth / capital / population". E.g. Q42 (Douglas Adams) -> {"date of birth":["1952-03-11..."],"occupation":["writer",...],"place of birth":["Cambridge"]}. Pass a Q-id from search_entities.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Wikidata entity Q-id (e.g. \"Q42\"). Find it with search_entities."
}
}
}Parent server
Wikidata
https://github.com/pipeworx-io/mcp-wikidata
2/7 registries