get_wikidata_facts
Pack: wikidata · Endpoint: https://gateway.pipeworx.io/wikidata/mcp
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\x27s
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Wikidata entity Q-id (e.g. “Q42”). Find it with search_entities. |
Example call
curl -X POST https://gateway.pipeworx.io/wikidata/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_wikidata_facts","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"wikidata": {
"url": "https://gateway.pipeworx.io/wikidata/mcp"
}
}
}
See Getting Started for client-specific install steps.