You're viewing a demo portfolio

Join the waitlist
PRSM

get_arrivals

Active

Tool of flights

declared in 0.1.0

Get flights that landed at an airport during a time window. Specify airport ICAO code (e.g., "KJFK") and start/end times. Returns arrival details and flight info.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end": 1609545600,
      "begin": 1609459200,
      "airport": "KJFK"
    },
    {
      "end": 1704153600,
      "begin": 1704067200,
      "airport": "EGLL"
    }
  ],
  "required": [
    "airport",
    "begin",
    "end"
  ],
  "properties": {
    "end": {
      "type": "number",
      "description": "End of time range as Unix timestamp (seconds, max 7 days after begin)"
    },
    "begin": {
      "type": "number",
      "description": "Start of time range as Unix timestamp (seconds)"
    },
    "airport": {
      "type": "string",
      "description": "ICAO airport code (e.g. \"KLAX\", \"EGLL\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

flights

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

1/7 registries
View full server →