ProFlightSearch
Remote MCP server

Pro Flight Search MCP server

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.

Connection details

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.

Server URLhttps://proflightsearch.com/mcp
TransportStreamable HTTP / POST JSON-RPC
AuthenticationNo API key required
Capabilitytools
Privacy policyhttps://proflightsearch.com/privacy
Terms of servicehttps://proflightsearch.com/terms

What it answers

The server currently covers airport-level disruption: live delay status, cancellation pressure, weather flight rules, and a link back to the airport page.

Read only Airport data No signup Cached data

Available tools

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.

search_supported_airports

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.

tools/list
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list"
}
tools/call example
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "get_airport_delay_status",
    "arguments": {
      "airport": "CPH",
      "format": "markdown"
    }
  }
}
curl smoke test
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" }
    }
  }'

Example prompts

Current scope

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.