get_arrivals
ActiveTool 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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
flights
https://github.com/pipeworx-io/mcp-flights
1/7 registries