MCP Hub
Back to servers

flights

Flights MCP — wraps OpenSky Network API (free, no auth required)

Registry
Updated
Apr 2, 2026

mcp-flights

MCP server for tracking flights via the OpenSky Network API. No authentication required.

Tools

ToolDescription
get_flights_in_areaGet all aircraft currently in a geographic bounding box
get_aircraftTrack a specific aircraft by its ICAO24 transponder address
get_arrivalsGet flights that arrived at an airport within a time range
get_departuresGet flights that departed from an airport within a time range

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "flights_get_flights_in_area",
      "arguments": { "lamin": 45.8, "lomin": 5.9, "lamax": 47.8, "lomax": 10.5 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review