nz_tender_search
Pack: gets-nz · Endpoint: https://gateway.pipeworx.io/gets-nz/mcp
Search open New Zealand government tenders on GETS by keyword — matches tender titles, buying agency names, UNSPSC categories, regions, and the tender overview text. Use for questions like “NZ government tenders for cybersecurity”, “Wellington council procurement”, “open RFPs from the Ministry of Health”. Returns matching tenders with reference, title, agency, close date, region, categories, a short overview snippet, and the public GETS URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Keywords to search for, e.g. “road maintenance”, “software”, “consultancy”, “Christchurch”. |
limit | number,string | no | Maximum matches to return (1-100). Default 25. |
Example call
curl -X POST https://gateway.pipeworx.io/gets-nz/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nz_tender_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"gets-nz": {
"url": "https://gateway.pipeworx.io/gets-nz/mcp"
}
}
}
See Getting Started for client-specific install steps.