instances_of
Pack: wikidata-sparql · Endpoint: https://gateway.pipeworx.io/wikidata-sparql/mcp
Convenience: list all items that are an instance of a Wikidata class.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
entity_id | string | yes | Class id (e.g. “Q5” = humans, “Q5398426” = TV series) |
lang | string | no | Language for labels (default en) |
limit | number | no | Max items (default 100, max 10000) |
Example call
curl -X POST https://gateway.pipeworx.io/wikidata-sparql/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"instances_of","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"wikidata-sparql": {
"url": "https://gateway.pipeworx.io/wikidata-sparql/mcp"
}
}
}
See Getting Started for client-specific install steps.