search_airports
ActiveTool of airports
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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
airports
https://github.com/pipeworx-io/mcp-airports
1/7 registries