Weavz
OpenSky Network

OpenSky Network

Use OpenSky Network aircraft state vectors, tracks, airport movements, and flight interval lookups.

6 tools
1 trigger

Tools

Name
get_all_state_vectors

Retrieve OpenSky state vectors for aircraft, time, or bounding box filters. Use bounding boxes or ICAO filters to control credit usage.

get_own_state_vectors

Retrieve state vectors for receivers owned by the authenticated OpenSky account.

get_flights_by_aircraft

Retrieve OpenSky flights for an aircraft within a Unix-time interval.

get_airport_arrivals

Retrieve OpenSky airport arrivals for a Unix-time interval.

get_airport_departures

Retrieve OpenSky airport departures for a Unix-time interval.

get_track

Retrieve OpenSky aircraft track by ICAO24 address and optional Unix time.

Triggers

Name
state_vector_updated

Poll OpenSky state vectors for a bounded aircraft or area query after an initial baseline.

Quick Start

TypeScript
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.