com.proflightsearch/airport-delays
Official4 toolsPro Flight Search Airport Delays
Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.
Real-time airport delay, weather, and 24-hour forecast data for assistants.
Captured live from the server via tools/list.
get_airport_delay_status
Get live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport. Accepts IATA code, city, or airport name. Call this for questions like 'are there delays at JFK' or 'how is Copenhagen airport'. Airport-level only, not flight-number tracking.
Parameters (2)
- airportstringrequired
Airport IATA code, city, or airport name. Examples: JFK, LHR, Copenhagen, Chicago O'Hare.
- formatstring
Output format. Use plain for SMS-style replies; markdown includes formatted links. Defaults to plain.
airport.get_delay_status
Get live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport. Accepts IATA code, city, or airport name. Alias of get_airport_delay_status for clients that prefer dot-notation tool names.
Parameters (2)
- airportstringrequired
Airport IATA code, city, or airport name. Examples: JFK, LHR, Copenhagen, Chicago O'Hare.
- formatstring
Output format. Use plain for SMS-style replies; markdown includes formatted links. Defaults to plain.
search_supported_airports
Search Pro Flight Search tracked airports when a user's airport reference is ambiguous. Returns matching IATA codes to use with get_airport_delay_status. Call this before airport status when the user says a city name like London or Chicago.
Parameters (1)
- querystringrequired
Airport code, city, or airport name to search. Examples: London, Paris, Chicago, ORD.
airport.search_supported
Search Pro Flight Search tracked airports when a user's airport reference is ambiguous. Returns matching IATA codes to use with airport.get_delay_status. Alias of search_supported_airports for clients that prefer dot-notation tool names.
Parameters (1)
- querystringrequired
Airport code, city, or airport name to search. Examples: London, Paris, Chicago, ORD.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"airport-delays": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://proflightsearch.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.