← catalogue · rank #13
airport delays
Re-route a broken trip and name compensation
Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.
Usability
Skill: Use this server when a user asks about airport delays, airport disruption, airport status, cancellation pressure, or airport weather flight rules. Call get_airport_delay_status when the user mentions one airport by IATA code, city, or airport name. If the airport is ambiguous, ca… Docs: https://proflightsearch.com/resources/mcp Tools: get_airport_delay_status, airport.get_delay_status, search_supported_airports, airport.search_supported. Best live test 5/5 — Answered the domain question. Weakest 3/5 — Thin but ran. Usable now without an account for the tested job.
usefulness 4.3/5 airport delays https://proflightsearch.com/mcp
How to use it (server skill)
Use this server when a user asks about airport delays, airport disruption, airport status, cancellation pressure, or airport weather flight rules. Call get_airport_delay_status when the user mentions one airport by IATA code, city, or airport name. If the airport is ambiguous, call search_supported_airports first. This server currently answers airport-level questions only. It does not provide flight-number tracking yet; for flight-specific questions, offer the relevant departure or arrival airport status and say flight-level lookup is not available yet. When citing a source, use https://profli…
docs · https://proflightsearch.com/resources/mcp
What it is for
Read-only airport delay / weather status. Not a re-route or EC261 filer.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. Get live airport-level delay, cancellation, and weather flight-rules for one airport
score 5/5 · Answered the domain question. · live · get_airport_delay_status
call
{
"tool": "get_airport_delay_status",
"arguments": {
"airport": "CDG"
}
}reply
CDG now: arr 22 min early; no cancellations (24 tracked); VFR weather. Details: https://proflightsearch.com/airport-delays/paris-CDG Data is an independent Pro Flight Search travel-intelligence signal, not official airport or airline operational control.
2. Get live airport-level delay, cancellation, and weather flight-rules for one airport
score 5/5 · Answered the domain question. · live · airport.get_delay_status
call
{
"tool": "airport.get_delay_status",
"arguments": {
"airport": "CDG"
}
}reply
CDG now: arr 22 min early; no cancellations (24 tracked); VFR weather. Details: https://proflightsearch.com/airport-delays/paris-CDG Data is an independent Pro Flight Search travel-intelligence signal, not official airport or airline operational control.
3. Search Pro Flight Search tracked airports when a user's airport reference is ambiguous
score 3/5 · Thin but ran. · live · search_supported_airports
call
{
"tool": "search_supported_airports",
"arguments": {
"query": "Dubai Marina"
}
}reply
No tracked airport match found for "Dubai Marina".
Open source / endpoint Business model