Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Pro Flight Search Airport Delays

com.proflightsearch/airport-delays

Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.

Uptime
50.0%
2 direct probes · 30d
Response
384ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
2
available

Tools · 4

get_airport_delay_status

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.

airport.get_delay_status

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_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 …

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…

Resources · 1

mcp-setup-guide

How to connect AI assistants to Pro Flight Search airport delay tools over streamable HTTP.

proflightsearch://docs/mcp-setup

Prompts · 2

airport.delay_check

Answer whether an airport has delays, cancellations, or weather IFR risk using get_airport_delay_status.

airport.resolve_name

Resolve a city or airport name to tracked IATA codes with search_supported_airports or airport.search_supported before fetching delay status.

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"
    }
  }
}