search_projects
Pack: worldbank-projects · Endpoint: https://gateway.pipeworx.io/worldbank-projects/mcp
Search World Bank development projects by free text and/or country and status. Returns financing, sectors, lending instrument, approval/closing dates, and status for each match. Keyless. Provide query and/or country_code.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text search, e.g. “rural water supply”, “climate resilience”, “rural electrification”. |
country_code | string | no | ISO-2 country code to filter by, e.g. “BR” (Brazil), “KE” (Kenya), “IN” (India). |
status | string | no | Project status filter: “Active”, “Closed”, “Pipeline”, or “Dropped”. |
limit | number | no | Max projects to return (default 10, max 25). |
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":"search_projects","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.