restcountries_get_country
Get detailed information about any country: official name, capital, population, area, languages, currencies, flag, calling codes, timezones, and neighbouring countries. Covers all 250 countries and territories.
Provider: OpenStreetMap & REST Countries · Required: name
Input schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Country name or partial name, e.g. \"Germany\", \"New Zealand\", \"South Korea\""
},
"fields": {
"type": "string",
"description": "Comma-separated fields to return, e.g. \"name,capital,population,currencies,languages\" (optional, returns all if omitted)"
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name restcountries_get_country.