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

NameTypeRequiredDescription
ocidstringyesThe OCDS contracting process id, e.g. “ocds-9t57fa-160595”.

Example call

Arguments

{
  "ocid": "ocds-9t57fa-160595"
}

curl

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":{"ocid":"ocds-9t57fa-160595"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('za_get_release', {
  "ocid": "ocds-9t57fa-160595"
});

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.

Regenerated from source · build August 15, 2026