get_country
ActiveTool of geo
declared in 0.1.0
Get country information by name or ISO code (e.g., 'US', 'FR'). Returns capital, population, currency, languages, and neighboring countries. Use for regional context or facts.
Parameters schema
{
"type": "object",
"examples": [
{
"code_or_name": "US"
},
{
"code_or_name": "France"
}
],
"required": [
"code_or_name"
],
"properties": {
"code_or_name": {
"type": "string",
"description": "Country name or ISO 3166-1 alpha-2/alpha-3 code"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
geo
https://github.com/pipeworx-io/mcp-geo
1/7 registries