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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text search across all fields (Hebrew works best), e.g. a ministry, supplier, or subject. Omit to browse. |
limit | number,string | no | Max records to return (default 20, max 100). |
offset | number,string | no | Number 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.