You're viewing a demo portfolio

Join the waitlist
PRSM

get_country

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-worldbank

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

2/7 registries
View full server →
get_country — mcp-worldbank — PRSM MCP