munge.sh

worldbank_get_country

Get metadata for any country from the World Bank: region, income level, capital city, lending type. Covers all 200+ World Bank member countries.

Provider: World Bank · Required: country

Input schema

{
  "type": "object",
  "required": [
    "country"
  ],
  "properties": {
    "country": {
      "type": "string",
      "description": "ISO 2-letter country code, e.g. US, DE, CN, AU, IN, BR"
    }
  }
}

Calling this tool

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