all_delays
Pack: faa-delays · Endpoint: https://gateway.pipeworx.io/faa-delays/mcp
Nationwide snapshot of ALL active FAA delay programs right now — every airport currently under a ground stop, ground delay, arrival/departure delay, or closure, each with its reason. Use for “which airports have delays today”, “are there nationwide ground stops”, “what airports are affected by weather”.
Example call
curl -X POST https://gateway.pipeworx.io/faa-delays/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"all_delays","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"faa-delays": {
"url": "https://gateway.pipeworx.io/faa-delays/mcp"
}
}
}
See Getting Started for client-specific install steps.