You're viewing a demo portfolio

Join the waitlist
PRSM

get_country

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

geo

https://github.com/pipeworx-io/mcp-geo

1/7 registries
View full server →