You're viewing a demo portfolio

Join the waitlist
PRSM

ourairports_list_countries

Active

Tool of io.github.cyanheads/ourairports-mcp-server

declared in 0.1.4

List the countries present in the bundled OurAirports dataset with their ISO 3166-1 alpha-2 codes and airport counts. This is the lookup table for valid `country` (and, with include_regions, `region`) filter values used by ourairports_search_airports. Optionally restrict to a continent or nest each country's regions. Counts exclude closed airports.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "continent": {
      "enum": [
        "AF",
        "AN",
        "AS",
        "EU",
        "NA",
        "OC",
        "SA"
      ],
      "type": "string",
      "description": "Restrict to one continent: AF (Africa), AN (Antarctica), AS (Asia), EU (Europe), NA (North America), OC (Oceania), SA (South America)."
    },
    "include_regions": {
      "type": "boolean",
      "default": false,
      "description": "When true, nest each country's ISO 3166-2 regions (with airport counts) under it. Off by default to keep the response compact."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.cyanheads/ourairports-mcp-server

https://github.com/cyanheads/ourairports-mcp-server

2/7 registries
View full server →
ourairports_list_countries — io.github.cyanheads/ourairports-mcp-server — PRSM MCP