mcp-opensky
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-openskyshow me flights over New York City"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenSky MCP
Live aircraft positions and airspace-activity summaries, keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Auth
None. No key, no signup.
Related MCP server: mcp-universities
What this pack actually calls
Not OpenSky. OpenSky Network blackholes datacenter egress — the connection hangs with no response and no reset, from Cloudflare Workers and from a non-CF relay alike, with valid OAuth2 credentials. It works from a residential IP, which is what makes it look fixable; it is not, and credentials do not change it. Do not spend time trying again.
The tools keep the OpenSky names because that is what agents reach for, and
serve the same live picture from the keyless community ADS-B mirrors:
adsb.lol → airplanes.live
→ adsb.fi, tried in that order. Every response
carries a source field naming the mirror that answered and a note saying
the data is not OpenSky's.
State vectors are returned in OpenSky's field names and units — metres and m/s, not readsb's feet and knots — so code written against the OpenSky shape keeps working rather than silently misreading altitudes.
Tools
Tool | Call it as | Returns |
|
| Live state vectors, filtered by |
|
| Where one aircraft is right now, by ICAO24 hex |
|
| Historical flight legs — not available, returns an explicit not-available result naming what does work |
|
| Aircraft count, country breakdown, altitude and airborne split over a named region |
Two of these names are also exported by other packs (country-state-city has
its own get_states; flights and adsb both have get_aircraft), so on the
full catalog the gateway exposes this pack's as opensky_*. The middle column
is what you actually call there. On a scoped connection — /opensky/mcp — the
bare names work, because there is nothing to collide with.
What is not available, and why
Historical endpoints. The community mirrors are live-only, and OpenSky is the
only source of "which airports did this aircraft fly between last Tuesday".
get_flights therefore returns found: false with a reason rather than
answering a past-window question with a live snapshot.
There is no global "every aircraft right now" query either — the mirrors serve
a circle around a point, so get_states needs either an icao24 filter or a
location. Called with neither, it says so and gives the arguments to retry with.
Coverage caveats
Receiver-based. Mid-ocean, and areas with few ground receivers, are thin.
Military and state aircraft routinely disable transponders, so
airspace_activityundercounts non-civilian traffic. Read it as a civilian-aviation normalcy signal, not an order of battle.Regions larger than the feeds can cover in one pass report
coverage: "partial", and their counts are a floor, not a total.origin_countryis derived from the ICAO 24-bit address block, which is allocated by country of registration — it is not transmitted by the aircraft. Only blocks confirmed against live registrations are mapped (validated at 1,125 aircraft agreeing, 0 conflicts); anything else reportsunknownrather than guessing.
Related
flights—get_flight_route(callsign → airline and route),get_arrivals/get_departures(live airport activity inferred from ADS-B)adsb— the same mirror chain with readsb-native field names and unitsaviation-weather— METAR/TAF/SIGMET for the airports involvedfaa-delays— FAA ground stops and delay programs for US airports
Data sources
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opensky": {
"url": "https://gateway.pipeworx.io/opensky/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/opensky/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Opensky data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only access to live ADSBiq aircraft and network state, with community contribution metadata.
Flights MCP — wraps OpenSky Network API (free, no auth required)
Anonymous public tools for FlightSweeper. See the published agent boundary before use.
Free GeoNames MCP: countries, cities, POIs, distance & nearby. Remote HTTP + agent token signup.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables querying FIFA competitions, fixtures, results, and live match data through the FIFA Public API without authentication.1216MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying university data from the Hipolabs Universities API without authentication.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying AniList's anime and manga database via GraphQL API with no authentication required.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Australian government tender data via the AusTender OCDS API without requiring an API key.12MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-opensky'
If you have feedback or need assistance with the MCP directory API, please join our Discord server