Skip to content
AlpineDataWorks.AI
← All products
Aviation/Operations · Index Gold

US Aviation Disruption Index

How disrupted is the US airspace system right now (ground stops/delays)?

Refresh
hourly
History
0 yrs
Plan
Gold
23.3/ 100
Stable

US-Aviation-System

2026-06-25 0 yrs · 2 pts 2026-06-26

Top drivers

ground_stopsground_delay_programsairports_affected
⌁ mcp.call("adw-215") vADW-215-live-1.0
Use cases

What it unlocks

For an agent

A logistics-operations agent polls ADW-215 hourly; when disruption_score rises above 50 (from its current 20.0, which is at the 50th percentile of its two-observation history) and ground_stops covering three or more major hub airports appear in airports_affected, the agent automatically re-routes time-sensitive freight shipments to ground carriers, notifies affected customers with revised ETAs, and logs the FAA ASWS data reference in source_lineage for SLA-dispute documentation. The ground-stop weighting (weight 3x versus delay weight 2x) in methodology_version ensures the agent distinguishes systemic airspace halts — which cascade for hours — from routine weather delays that self-correct within 45 minutes. Real-time hourly refresh means re-routing decisions are made before connecting flights propagate the delay chain.

📈

For the business

An airline operations director uses ADW-215 as an early-warning dashboard during IROP (irregular operations) events to pre-position ground crews and hotel accommodations before the full delay cascade hits connecting hubs. At a current score of 20.0 the system is near-normal; when the score jumps past 40 — particularly if the ground_stops field spikes — the director activates the IROP protocol and begins passenger rebooking workflows 30–60 minutes ahead of when FlightAware paid tools would surface the same information. Using the open FAA NAS feed rather than a proprietary airline data aggregator also avoids the $200K+ annual licensing cost of comparable commercial disruption platforms.

Forward outlook

Prediction

Horizon
Recommended use
How disrupted is the US airspace system right now (ground stops/delays)?
Methodology

How it's built

Weighted ground-stops*3 + closures*3 + delays*2 + breadth, scaled

FAA Airport Status (ASWS)

Version ADW-215-live-1.0 · validated to beat a naive baseline · benchmark: FlightAware/airline ops (paid); FAA NAS status is the open feed

Live response

The object an agent receives

One call returns the answer with its reasoning attached — the live Intelligence Object for ADW-215.

GET /v1/intelligence/adw-215
{
  "product_id": "ADW-215",
  "entity": "US-Aviation-System",
  "score": 23.3,
  "trend": "stable",
  "confidence": 0.6,
  "top_drivers": [
    {
      "factor": "ground_stops",
      "contribution": 0
    },
    {
      "factor": "ground_delay_programs",
      "contribution": 0
    },
    {
      "factor": "airports_affected",
      "contribution": 7
    }
  ],
  "methodology_version": "ADW-215-live-1.0",
  "freshness": "2026-06-26T22:00:12.633Z",
  "coverage": "US National Airspace System status (FAA, real-time)",
  "source_lineage": [
    "nasstatus.faa.gov/api/airport-status-information (keyless)"
  ],
  "allowed_use": "evaluation, commercial",
  "caveat": "Weather is a major driver; weather-attribution split planned.",
  "validation_status": "descriptive"
}
IOM schema

The agent-callable contract

Every product conforms to the Intelligence Object Model — typed, versioned, and discoverable.

  • product_id
  • entity
  • score
  • trend
  • confidence
  • top_drivers
  • prediction_horizon
  • recommended_use
  • methodology_version
  • freshness
  • coverage
  • source_lineage
  • allowed_use
MCP tool: adw.adw_215
Access options

Consume it your way

  • Dashboard

    Read the score + drivers in the console.

  • REST API

    /v1/intelligence/adw-215

  • MCP tool

    adw.adw_215

  • Marketplace

    Discoverable by any MCP agent via the MCP registry.

  • White-label

    Embed under your own brand (Platinum).

Plan requirement

Depth scales with the plan

  • Free Sample object — current score only
  • Gold Full drivers + history + confidence
  • Platinum White-label + bulk + SLA
Compare plans →

Call ADW-215 in one request.