Back to Browse

Opensky MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

OpenSky MCP — OpenSky Network API (free, no auth for anonymous access)

About

OpenSky MCP — OpenSky Network API (free, no auth for anonymous access)

Remote endpoints: streamable-http: https://gateway.pipeworx.io/opensky/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (1042/1045 approved). 1 finding(s) downgraded by scanner intelligence.

34 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-pipeworx-io-opensky": {
      "url": "https://gateway.pipeworx.io/opensky/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-opensky

OpenSky MCP — OpenSky Network API (free, no auth for anonymous access)

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

ToolDescription
get_flightsGet all flights within a time interval (max 2 hours). Returns ICAO24 address, callsign, departure/arrival airports. Provide begin and end as Unix timestamps. Example: get_flights(1696118400, 1696125600).
get_aircraftGet flights for a specific aircraft by its ICAO24 transponder address (hex string, e.g., "3c675a"). Returns departure/arrival airports and times. Optionally specify a time range.
get_statesGet live ADS-B state vectors for all currently tracked aircraft (up to 100 returned), or filter to specific aircraft by passing comma-separated ICAO24 hex addresses. Returns position (lat/lon), barometric and geometric altitude (metres), velocity (m/s), heading (degrees), vertical rate, and on-ground flag.
airspace_activitySummary of live flight activity over a named region — total aircraft count, by-country breakdown of operators, average altitude, ground vs in-air split. Built for "is airspace open / closed" style geopolitical bets (Polymarket "Iran closes its airspace by X", "Strait of Hormuz traffic returns to normal", "Russia closes airspace"). Supported regions: Iran, Israel, Syria, Ukraine, Russia, Taiwan, North Korea, South China Sea, Yemen, Strait of Hormuz, Taiwan Strait, Red Sea, Saudi Arabia, Gulf of Aden, Lebanon.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "opensky": {
      "url": "https://gateway.pipeworx.io/opensky/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Opensky data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Opensky MCP Server - OpenSky MCP — OpenSky Network API (free, no auth for | MCP Marketplace