# 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 mcp add Cyreslab-AI/flightradar-mcp-server

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

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

# Call a tool
npx -y smithery 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 tool get Cyreslab-AI/flightradar-mcp-server <tool-name>
```

---

License: MIT
