OpenSky Network
Use OpenSky Network aircraft state vectors, tracks, airport movements, and flight interval lookups.
Tools
| Name | Description |
|---|---|
get_all_state_vectorsRetrieve OpenSky state vectors for aircraft, time, or bounding box filters. Use bounding boxes or ICAO filters to control credit usage. | Retrieve OpenSky state vectors for aircraft, time, or bounding box filters. Use bounding boxes or ICAO filters to control credit usage. |
get_own_state_vectorsRetrieve state vectors for receivers owned by the authenticated OpenSky account. | Retrieve state vectors for receivers owned by the authenticated OpenSky account. |
get_flights_by_aircraftRetrieve OpenSky flights for an aircraft within a Unix-time interval. | Retrieve OpenSky flights for an aircraft within a Unix-time interval. |
get_airport_arrivalsRetrieve OpenSky airport arrivals for a Unix-time interval. | Retrieve OpenSky airport arrivals for a Unix-time interval. |
get_airport_departuresRetrieve OpenSky airport departures for a Unix-time interval. | Retrieve OpenSky airport departures for a Unix-time interval. |
get_trackRetrieve OpenSky aircraft track by ICAO24 address and optional Unix time. | Retrieve OpenSky aircraft track by ICAO24 address and optional Unix time. |
Triggers
| Name | Description |
|---|---|
state_vector_updatedPoll OpenSky state vectors for a bounded aircraft or area query after an initial baseline. | Poll OpenSky state vectors for a bounded aircraft or area query after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('opensky-network', 'get_all_state_vectors', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'opensky-network',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect OpenSky Network to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does OpenSky Network support?
OpenSky Network supports 6 tools including Get All State Vectors, Get Own State Vectors, Get Flights By Aircraft, Get Airport Arrivals, Get Airport Departures, and more.
Can I use OpenSky Network with AI agents?
Yes. Add OpenSky Network 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 OpenSky Network be used in stateful agent workflows?
Yes. Agents can combine OpenSky Network 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 OpenSky Network use?
OpenSky Network uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the OpenSky Network integration cost?
The OpenSky Network integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does OpenSky Network support?
OpenSky Network supports 1 triggers including State Vector Updated.
Connect OpenSky Network in minutes
Get 20,000 free action executions every month. No credit card required.