za_get_release
Pack: south-africa-tenders · Endpoint: https://gateway.pipeworx.io/south-africa-tenders/mcp
Get the full OCDS release for a single South African government tender by its ocid, from the National Treasury eTenders OCDS API. Returns the shaped tender plus supporting detail: description, tender period, documents (bid pack PDFs), procuring entity, contact person, awards, and contracts. Get an ocid from za_search_tenders (e.g. “ocds-9t57fa-160595”).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ocid | string | yes | The OCDS contracting process id, e.g. “ocds-9t57fa-160595”. |
Example call
curl -X POST https://gateway.pipeworx.io/south-africa-tenders/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"za_get_release","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"south-africa-tenders": {
"url": "https://gateway.pipeworx.io/south-africa-tenders/mcp"
}
}
}
See Getting Started for client-specific install steps.