Pro Flight Search Airport Delays
com.proflightsearch/airport-delaysRead-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.
Tools · 4
Get live airport-level delay, cancellation, and weather flight-rules for one airport. Accepts IATA code, city, or airport name. Airport-level only, not flight-number tracking.
Get live airport-level delay, cancellation, and weather flight-rules for one airport. Accepts IATA code, city, or airport name. Alias of get_airport_delay_status for clients that prefer dot-notation t…
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 …
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…
Resources · 1
How to connect AI assistants to Pro Flight Search airport delay tools over streamable HTTP.
proflightsearch://docs/mcp-setup
Prompts · 2
Answer whether an airport has delays, cancellations, or weather IFR risk using get_airport_delay_status.
Resolve a city or airport name to tracked IATA codes with search_supported_airports or airport.search_supported before fetching delay status.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pro_flight_search_airport_delays": {
"url": "https://proflightsearch.com/mcp",
"transport": "streamable-http"
}
}
}