singapore_search_awards

Pack: singapore-procurement · Endpoint: https://gateway.pipeworx.io/singapore-procurement/mcp

Search Singapore government procurement tender awards from the official GeBIZ dataset on data.gov.sg (keyless). Full-text search over awarding agency, supplier name, and tender description. Returns each award with tender number, agency, supplier, description, awarded amount (SGD), award date, and status. Use for questions like “which company won contract X”, “how much did agency Y award for Z”, or listing recent government contract awards. Omit “query” to page through all awards. Amounts are in Singapore Dollars (SGD).

Parameters

NameTypeRequiredDescription
querystringnoOptional full-text keyword — matched across agency, supplier name, and tender description (e.g. “cloud”, “Accenture”, “Ministry of Health”). Omit to list all awards.
limitnumber,stringnoMax awards to return (1–100). Default 20.
offsetnumber,stringnoNumber of matching awards to skip, for paging. Default 0.

Example call

curl -X POST https://gateway.pipeworx.io/singapore-procurement/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"singapore_search_awards","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "singapore-procurement": {
      "url": "https://gateway.pipeworx.io/singapore-procurement/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026