get_country
ActiveTool of mcp-worldbank
declared in 0.1.0
Get basic information about a country: full name, region, income level, capital city, and coordinates. Use ISO 3166-1 alpha-2 or alpha-3 country codes (e.g., "US", "GBR", "IN").
Parameters schema
{
"type": "object",
"examples": [
{
"country_code": "US"
},
{
"country_code": "GBR"
}
],
"required": [
"country_code"
],
"properties": {
"country_code": {
"type": "string",
"description": "ISO country code (2 or 3 letters, e.g., \"US\", \"GBR\", \"CN\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-worldbank
https://github.com/pipeworx-io/mcp-worldbank
2/7 registries