Skip to main content
Glama

FlightRadar MCP Server

search_flights

Find flights by criteria such as airline codes, departure & arrival airports, and flight status with real-time data from FlightRadar MCP Server.

Instructions

Search for flights by various criteria

Input Schema

NameRequiredDescriptionDefault
airline_iataNoIATA airline code (e.g., 'BA' for British Airways)
airline_icaoNoICAO airline code (e.g., 'BAW' for British Airways)
arr_iataNoIATA code of arrival airport (e.g., 'JFK')
dep_iataNoIATA code of departure airport (e.g., 'LHR')
flight_statusNoFlight status (e.g., 'scheduled', 'active', 'landed', 'cancelled')
limitNoMaximum number of results to return (default: 10, max: 100)

Input Schema (JSON Schema)

{ "properties": { "airline_iata": { "description": "IATA airline code (e.g., 'BA' for British Airways)", "type": "string" }, "airline_icao": { "description": "ICAO airline code (e.g., 'BAW' for British Airways)", "type": "string" }, "arr_iata": { "description": "IATA code of arrival airport (e.g., 'JFK')", "type": "string" }, "dep_iata": { "description": "IATA code of departure airport (e.g., 'LHR')", "type": "string" }, "flight_status": { "description": "Flight status (e.g., 'scheduled', 'active', 'landed', 'cancelled')", "enum": [ "scheduled", "active", "landed", "cancelled", "incident", "diverted" ], "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 10, max: 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }
Install Server

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