Summary
Public development data, addressable by country and indicator code.
The listing calls matter as much as the lookup, because indicator codes are not guessable — the flow is to browse what exists and then pull the series. Nothing here needs an account, which makes it a cheap thing to leave connected.
What it is
A server over the World Bank's open data API: list the countries and indicators that exist, then pull an indicator's values for a country.
What you get
- get_indicator_for_country — the values of a named indicator for a named country
- The list of countries available in the World Bank open data API
- The list of available indicators, so an analysis starts from what exists rather than a guessed code
- Logging of what was requested, for tracing a run afterwards
Requirements
Nothing — the World Bank's open data API needs no key. Runs as a Python package.
Setup effort
One command — uvx world_bank_mcp_server
