You're viewing a demo portfolio

Join the waitlist
PRSM

search_airports

Active

Tool of airports

declared in 0.1.0

Look up an airport by city name (e.g. "Tokyo", "New York", "London") OR by 3-letter IATA code (e.g. "JFK", "LHR"). City lookup uses a bundled map of the top ~150 international hubs; cities with multiple airports return all primary ones. For airports not in the bundle, pass an IATA code or use the aviationstack pack for full-text name/country search.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "New York"
    },
    {
      "page": 2,
      "query": "London"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "City name (e.g. \"Chicago\", \"London\") or 3-letter IATA code (e.g. \"ORD\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

airports

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

1/7 registries
View full server →