projects_by_country

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

List a country’s World Bank projects (newest board-approval first) filtered by status. Returns the compact project shape with financing, sectors, and dates. Keyless.

Parameters

NameTypeRequiredDescription
country_codestringyesISO-2 country code, e.g. “KE” (Kenya), “BR” (Brazil), “NG” (Nigeria).
statusstringnoStatus filter (default “Active”): “Active”, “Closed”, “Pipeline”, or “Dropped”.
limitnumbernoMax projects to return (default 15, max 30).

Example call

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

Connect

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

{
  "mcpServers": {
    "worldbank-projects": {
      "url": "https://gateway.pipeworx.io/worldbank-projects/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026