# FlightRadar

Access real-time flight tracking and status information effortlessly. Get detailed flight data, search for flights by various criteria, and receive human-readable status summaries with ease.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Cyreslab-AI/flightradar-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list Cyreslab-AI/flightradar-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Cyreslab-AI/flightradar-mcp-server get_flight_data

# Call a tool
npx -y @smithery/cli@latest tool call Cyreslab-AI/flightradar-mcp-server get_flight_data '{}'
```

## Tools (3)

- `get_flight_data` — Get real-time data for a specific flight by flight number
- `search_flights` — Search for flights by various criteria
- `get_flight_status` — Get the current status of a flight by flight number

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Cyreslab-AI/flightradar-mcp-server <tool-name>
```

---

Source: https://github.com/Cyreslab-AI/flightradar-mcp-server | License: MIT
