wb_procurement_search
Pack: worldbank-procurement · Endpoint: https://gateway.pipeworx.io/worldbank-procurement/mcp
Search World Bank procurement notices — tenders, invitations for bids, requests for expression of interest, contract awards, and general procurement notices for World Bank-financed international development projects in ~140 developing countries (Africa, Asia, Latin America, Middle East, Eastern Europe). ~412k notices, newest first. Full-text search plus filters: country, notice type, and procurement method (Request for Bids, Request for Proposals, consultant selection). Each result includes bid reference, project, deadline, and a public notice URL. Keyless, global multilateral source.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Full-text search over notices, e.g. “solar panels”, “road construction”, “water supply consultant”. Omit to list the latest notices. |
country | string | no | Country filter — plain English name, e.g. “Kenya”, “Somalia”, “Bangladesh”, “Brazil”. Regional multi-country programs (e.g. “Eastern and Southern Africa”) also match. Omit for worldwide. |
notice_type | string | no | Notice type filter. Accepts the label or a shorthand: “Invitation for Bids” (bids/ifb/tender), “Request for Expression of Interest” (eoi/reoi), “Contract Award” (award), “General Procurement Notice” (gpn), “Invitation for Prequalification” (prequalification). |
method | string | no | Procurement method filter — code or name: RFB (Request for Bids), RFP (Request for Proposals), RFQ (Request for Quotations), INDV (Individual Consultant Selection), QCBS (Quality and Cost-Based Selection), LCS (Least Cost Selection), CQS (Consultant Qualification Selection), DIR (Direct Selection). |
limit | number,string | no | Number of notices 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_search","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.