You're viewing a demo portfolio

Join the waitlist
PRSM

get_country_by_code

Active

Tool of countries

declared in 0.1.0

Get country details by ISO code (e.g., "US" for United States or "FRA" for France). Returns capital, population, languages, currencies, area, and region.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "code": "US"
    },
    {
      "code": "FRA"
    }
  ],
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 or alpha-3 country code"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

countries

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

2/7 registries
View full server →
get_country_by_code — countries — PRSM MCP