aviationstack
Track global flight status, historical flights, airports, airlines, and airline routes with aviationstack.
Tools
| Name | Description |
|---|---|
list_flightsList live or historical aviationstack flights with explicit flight, airport, airline, and status filters. | List live or historical aviationstack flights with explicit flight, airport, airline, and status filters. |
list_airportsList aviationstack airports by IATA/ICAO/country/city filters. | List aviationstack airports by IATA/ICAO/country/city filters. |
list_airlinesList aviationstack airlines by name, country, IATA, or ICAO filters. | List aviationstack airlines by name, country, IATA, or ICAO filters. |
list_routesList aviationstack airline routes with optional departure, arrival, airline, and flight filters. | List aviationstack airline routes with optional departure, arrival, airline, and flight filters. |
Triggers
| Name | Description |
|---|---|
flight_status_updatedPoll aviationstack flights for a specific flight or route after an initial baseline. | Poll aviationstack flights for a specific flight or route after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aviationstack', 'list_flights', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aviationstack',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect aviationstack to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does aviationstack support?
aviationstack supports 4 tools including List Flights, List Airports, List Airlines, List Routes.
Can I use aviationstack with AI agents?
Yes. Add aviationstack to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can aviationstack be used in stateful agent workflows?
Yes. Agents can combine aviationstack tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does aviationstack use?
aviationstack uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the aviationstack integration cost?
The aviationstack integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does aviationstack support?
aviationstack supports 1 triggers including Flight Status Updated.
Connect aviationstack in minutes
Get 20,000 free action executions every month. No credit card required.