Skip to main content
Glama

flightradar24-mcp-server

by sunsetcoder

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sunsetcoder/flightradar24-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server