hk_search_awards

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

Search recently AWARDED Hong Kong government procurement contracts from the Government Logistics Department (GLD) “Contracts Awarded” open dataset (data.gov.hk, English). Returns each award with tender reference, subject/particulars, contractor, contract amount in HK$, and award date. Pass an optional query to filter by substring across subject, contractor, tender reference, and department (case-insensitive); omit query to list the most recent awards. Use for questions like “who won the HK water treatment contract”, “Hong Kong government security guard contract awards”, or “recent GLD contracts to ”.

Parameters

NameTypeRequiredDescription
querystringnoOptional case-insensitive substring to filter awards by subject/particulars, contractor name, tender reference, or department (e.g. “security guard”, “Water Supplies Department”, “Zung Fu”). Omit to list all current awards.
limitnumber,stringnoMaximum number of awards to return. Default 25, max 100.

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026