You're viewing a demo portfolio

Join the waitlist
PRSM

get_airport

Active

Tool of airports

declared in 0.1.0

Get airport details by IATA code (e.g., "JFK", "LHR"). Returns name, city, country, coordinates, altitude, timezone.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "iata_code": "JFK"
    },
    {
      "iata_code": "LHR"
    }
  ],
  "required": [
    "iata_code"
  ],
  "properties": {
    "iata_code": {
      "type": "string",
      "description": "Three-letter IATA airport code (e.g. \"JFK\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

airports

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

1/7 registries
View full server →
get_airport — airports — PRSM MCP