← proflightsearch.com
INDIVIDUAL MCP TOOL
airport.search_supported
Search Pro Flight Search tracked airports when a user's airport reference is ambiguous.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pro-flight-search-airport-delays]
url = "https://proflightsearch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pro-flight-search-airport-delays": {
"type": "http",
"url": "https://proflightsearch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pro-flight-search-airport-delays
Remote MCP URL: https://proflightsearch.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pro-flight-search-airport-delays": {
"url": "https://proflightsearch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pro-flight-search-airport-delays": {
"type": "http",
"url": "https://proflightsearch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pro-flight-search-airport-delays",
"transport": "streamable-http",
"url": "https://proflightsearch.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_airport_delay_status— Get live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport.airport.get_delay_status— Get live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport.search_supported_airports— Search Pro Flight Search tracked airports when a user's airport reference is ambiguous.