get_project

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

Get the fuller record for a single World Bank project by its project id (e.g. “P006553”, “P501648”): financing breakdown, implementing agency, borrower, sectors, themes, and the project development objective / abstract. Keyless.

Parameters

NameTypeRequiredDescription
idstringyesWorld Bank project id, e.g. “P006553” or “P501648”. Find ids via search_projects.

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":"get_project","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