# Pro Flight Search Airport Delays MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-proflightsearch-airport-delays
- Repository: https://github.com/aistripes/promptair
- Website: https://proflightsearch.com/resources/mcp

## Install
- Endpoint: https://proflightsearch.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://proflightsearch.com/mcp

## Tools
- get_airport_delay_status (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. Endpoint: https://proflightsearch.com/mcp
- airport.get_delay_status (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. Alias of get_airport_delay_status for clients that prefer dot-notation tool names. Endpoint: https://proflightsearch.com/mcp
- search_supported_airports (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. Endpoint: https://proflightsearch.com/mcp
- airport.search_supported (Search supported airports) - 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. Endpoint: https://proflightsearch.com/mcp

## Resources
- proflightsearch://docs/mcp-setup - MCP setup guide How to connect AI assistants to Pro Flight Search airport delay tools over streamable HTTP. MIME type: text/markdown

## Prompts
- airport.delay_check - Check airport delays Answer whether an airport has delays, cancellations, weather IFR risk, or forecast disruption using get_airport_delay_status or airport.get_delay_status. Arguments: airport
- airport.resolve_name - Resolve ambiguous airport Resolve a city or airport name to tracked IATA codes with search_supported_airports or airport.search_supported before fetching delay status. Arguments: query

## Metadata
- Owner: com.proflightsearch
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 6, 2026
- Source: https://registry.modelcontextprotocol.io
