israel_search_exemptions

Pack: israel-tenders · Endpoint: https://gateway.pipeworx.io/israel-tenders/mcp

Search Israeli government exemption contracts and non-competitive procurement (התקשרויות בפטור והליכים תחרותיים) from the official Government Procurement Administration dataset on data.gov.il. Returns each contract’s publication number, name, publishing ministry and unit, exemption regulation (תקנה), status, decision essence, approver, dates, supplier, monetary amount, currency, and subject. Pass a free-text query (Hebrew or matching text) to filter; omit to browse the most recent records.

Parameters

NameTypeRequiredDescription
querystringnoFree-text search across all fields (Hebrew works best), e.g. a ministry, supplier, or subject. Omit to browse.
limitnumber,stringnoMax records to return (default 20, max 100).
offsetnumber,stringnoNumber of records to skip for pagination (default 0).

Example call

curl -X POST https://gateway.pipeworx.io/israel-tenders/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"israel_search_exemptions","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "israel-tenders": {
      "url": "https://gateway.pipeworx.io/israel-tenders/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026