You're viewing a demo portfolio

Join the waitlist
PRSM

get_flights

Active

Tool of Opensky

declared in 0.1.0

Get 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).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end": 1696125600,
      "begin": 1696118400
    },
    {
      "end": 1704074400,
      "begin": 1704067200
    }
  ],
  "required": [
    "begin",
    "end"
  ],
  "properties": {
    "end": {
      "type": "number",
      "description": "End of time interval as Unix timestamp (seconds, max 2h after begin)"
    },
    "begin": {
      "type": "number",
      "description": "Start of time interval as Unix timestamp (seconds)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Opensky

https://github.com/pipeworx-io/mcp-opensky

2/7 registries
View full server →
get_flights — Opensky — PRSM MCP