datastore_query
Pack: datagov-il · Endpoint: https://gateway.pipeworx.io/datagov-il/mcp
Read actual table rows from a resource via CKAN datastore_search. Works only for resources with datastore_active=true (get the resource_id from dataset_details). Field names and values are often Hebrew (UTF-8).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
resource_id | string | yes | Resource UUID from dataset_details, e.g. “2d4cec2c-d153-4bf9-95c6-256860d7857e”. |
q | string | no | Full-text filter across the table (Hebrew or English). |
filters | object | no | Exact-match column filters, e.g. {“city”:“תל אביב”}. |
limit | number | no | Max rows, 1-32000 (default 100). |
offset | number | no | 0-based row offset for paging. |
Example call
curl -X POST https://gateway.pipeworx.io/datagov-il/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"datastore_query","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"datagov-il": {
"url": "https://gateway.pipeworx.io/datagov-il/mcp"
}
}
}
See Getting Started for client-specific install steps.