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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Optional full-text keyword — matched across agency, supplier name, and tender description (e.g. “cloud”, “Accenture”, “Ministry of Health”). Omit to list all awards. |
limit | number,string | no | Max awards to return (1–100). Default 20. |
offset | number,string | no | Number 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.