projects_by_country
ActiveTool of Worldbank Projects
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"country_code"
],
"properties": {
"limit": {
"type": "number",
"description": "Max projects to return (default 15, max 30)."
},
"status": {
"type": "string",
"description": "Status filter (default \"Active\"): \"Active\", \"Closed\", \"Pipeline\", or \"Dropped\"."
},
"country_code": {
"type": "string",
"description": "ISO-2 country code, e.g. \"KE\" (Kenya), \"BR\" (Brazil), \"NG\" (Nigeria)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Worldbank Projects
https://github.com/pipeworx-io/mcp-worldbank-projects
1/7 registries