Skip to main content
Glama

FlightRadar MCP Server

get_flight_status

Retrieve real-time flight status by entering either the IATA or ICAO flight code to track current flight details using the FlightRadar MCP Server.

Instructions

Get the current status of a flight by flight number

Input Schema

NameRequiredDescriptionDefault
flight_iataNoIATA flight code (e.g., 'BA123')
flight_icaoNoICAO flight code (e.g., 'BAW123')

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "flight_iata" ] }, { "required": [ "flight_icao" ] } ], "properties": { "flight_iata": { "description": "IATA flight code (e.g., 'BA123')", "type": "string" }, "flight_icao": { "description": "ICAO flight code (e.g., 'BAW123')", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from FlightRadar 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/Cyreslab-AI/flightradar-mcp-server'

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