wb_procurement_awards
Pack: worldbank-procurement · Endpoint: https://gateway.pipeworx.io/worldbank-procurement/mcp
Search World Bank contract awards — which contracts were awarded under World Bank-financed development projects (300k+ award notices across developing countries). Filter by full-text keyword and/or country to see recently awarded goods, civil works, and consulting contracts, each with project, bid reference, procurement method, award publication date, and a public notice URL (the notice detail page names the awarded supplier). Newest first. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Full-text keyword, e.g. “bridge construction”, “audit services”, “medical equipment”. Optional. |
country | string | no | Country name (plain English), e.g. “Kenya”, “Ethiopia”, “Vietnam”. Optional. |
limit | number,string | no | Number of awards to return (1-50). Default 10. |
offset | number,string | no | Result offset for pagination. Default 0. |
Example call
curl -X POST https://gateway.pipeworx.io/worldbank-procurement/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"wb_procurement_awards","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"worldbank-procurement": {
"url": "https://gateway.pipeworx.io/worldbank-procurement/mcp"
}
}
}
See Getting Started for client-specific install steps.