General Tools
proflightsearch.com
Provides real-time airport delay status and airport search functionality.
ENDPOINT 1
https://proflightsearch.com/mcp
MCP server metadata
- Name
- pro-flight-search-airport-delays
- Version
- 1.0.2
Use this server when a user asks about airport delays, airport disruption, airport status, cancellation pressure, airport weather flight rules, or 24-hour airport delay risk. 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://proflightsearch.com/global-airport-delays or the airport-specific details URL returned by the tool.
Known tools 4
get_airport_delay_statusGet live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport.
Inferred read-onlyairport.get_delay_statusGet live airport-level delay, cancellation, weather flight-rules, and 24-hour forecast context for one airport.
Inferred read-onlysearch_supported_airportsSearch Pro Flight Search tracked airports when a user's airport reference is ambiguous.
Inferred read-onlyairport.search_supportedSearch Pro Flight Search tracked airports when a user's airport reference is ambiguous.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.