search_datasets

Pack: datagov-il · Endpoint: https://gateway.pipeworx.io/datagov-il/mcp

Search the data.gov.il catalogue (CKAN package_search). Returns matching datasets with titles/descriptions (mostly Hebrew). Query may be Hebrew or English.

Parameters

NameTypeRequiredDescription
querystringyesSearch terms, Hebrew or English. e.g. “תחבורה”, “health”, “budget”.
fqstringnoSolr filter query, e.g. “organization:bank_israel” or “tags:gtfs”.
rowsnumbernoMax results, 1-1000 (default 25).
startnumberno0-based offset for paging.
sortstringnoSort spec, e.g. “metadata_modified desc”.

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":"search_datasets","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.

Regenerated from source · build May 29, 2026