israel_search_tenders
Pack: israel-tenders · Endpoint: https://gateway.pipeworx.io/israel-tenders/mcp
Search Israeli government competitive tenders (מכרזים) from the official Government Procurement Administration dataset on data.gov.il. Returns each tender’s publication number, name, publishing ministry and unit, procedure type, status, publication/closing dates, winning supplier, and subject area. Pass a free-text query (Hebrew or matching text) to filter, e.g. “בריאות” (health) or a ministry name; 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, subject, or supplier name. 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_tenders","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.