get_airport_delay_status
Returns a concise Pro Flight Search status for one tracked airport. Pass an airport IATA code, city, or airport name in airport. Optional format accepts plain or markdown.
Connect AI assistants and agent tools to live Pro Flight Search airport-delay intelligence. The server is read-only, public, and built for airport status questions by IATA code, city, or airport name.
Use this for AI-assistant connectors, custom integrations, MCP Inspector, or any other client that can call a remote MCP server over HTTP JSON-RPC.
https://proflightsearch.com/mcpStreamable HTTP / POST JSON-RPCNo API key requiredtoolshttps://proflightsearch.com/privacyhttps://proflightsearch.com/termsThe server currently covers airport-level disruption: live delay status, cancellation pressure, weather flight rules, and a link back to the airport page.
Returns a concise Pro Flight Search status for one tracked airport. Pass an airport IATA code, city, or airport name in airport. Optional format accepts plain or markdown.
Searches the tracked airport list when the user's airport reference is ambiguous. Pass query and use the returned IATA code with get_airport_delay_status.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "get_airport_delay_status",
"arguments": {
"airport": "CPH",
"format": "markdown"
}
}
}
curl -s https://proflightsearch.com/mcp \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_airport_delay_status",
"arguments": { "airport": "JFK" }
}
}'
This first MCP version is airport-level only. It covers airport-level delay, cancellation, and weather flight rules. It does not provide flight-number tracking yet. The output is an independent Pro Flight Search travel-intelligence signal, not official airport or airline operational control.
Need help with a client or directory listing? Email hello@proflightsearch.com.