munge.sh

worldbank_search_indicators

Search World Bank indicators by keyword. Returns indicator codes, names and topics. Use this to discover what data is available.

Provider: World Bank · Required: query

Input schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "size": {
      "type": "number",
      "description": "Results to return (1–20, default 10)"
    },
    "query": {
      "type": "string",
      "description": "Search term, e.g. \"GDP\", \"poverty\", \"education\", \"health\""
    }
  }
}

Calling this tool

Send an MCP tools/call request to https://munge.sh/mcp with name worldbank_search_indicators.