wb_procurement_by_country

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

List the latest World Bank procurement notices for one developing country — open tenders, invitations for bids, expressions of interest, and contract awards funded by World Bank international development projects there. Newest first with bid reference, project name, submission deadline, procurement method, and public notice URL. Useful for finding active bidding opportunities or recent government contract activity in countries across Africa, Asia, and Latin America. Keyless.

Parameters

NameTypeRequiredDescription
countrystringyesCountry name (plain English), e.g. “Kenya”, “Nigeria”, “India”, “Ukraine”. Required.
notice_typestringnoOptional notice type: “Invitation for Bids”, “Request for Expression of Interest”, “Contract Award”, “General Procurement Notice”, or “Invitation for Prequalification” (shorthands like “bids”, “eoi”, “award” also accepted).
limitnumber,stringnoNumber of notices to return (1-50). Default 15.

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_by_country","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.

Regenerated from source · build July 21, 2026