flightradar24-mcp-server

get_flight_eta

Retrieve the estimated arrival time for a specific flight using Flightradar24 data. Input the flight number to track real-time status and plan accordingly.

Instructions

Get estimated arrival time for a specific flight

Input Schema

NameRequiredDescriptionDefault
flightNumberYesFlight number (e.g., UA123)

Input Schema (JSON Schema)

{ "properties": { "flightNumber": { "description": "Flight number (e.g., UA123)", "pattern": "^[A-Z0-9]{2,8}$", "type": "string" } }, "required": [ "flightNumber" ], "type": "object" }

You must be authenticated.

Other Tools from flightradar24-mcp-server

Related Tools

ID: 5w29onbypp