MCP server providing access to the Flightradar24 API for real-time and historical flight data
| Tool name | Description | Destructive? |
|---|---|---|
| get_live_flights_positions_light | ✓ no | |
| get_live_flights_positions_full | ✓ no | |
| get_live_flights_count | ✓ no | |
| get_historic_flights_positions_full | ✓ no | |
| get_historic_flights_positions_light | ✓ no |
| get_historic_flights_count | ✓ no | |
| get_flight_summary_full | ✓ no | |
| get_flight_summary_light | ✓ no | |
| get_flight_summary_count | ✓ no | |
| get_flight_tracks | ✓ no | |
| get_airline_info | ✓ no | |
| get_airport_info_light | ✓ no | |
| get_airport_info_full | ✓ no | |
| get_historic_flight_events_full | ✓ no | |
| get_historic_flight_events_light | ✓ no |
{
"mcpServers": {
"iogithubflightradar24fr24api": {
"command": "npx",
"args": [
"-y",
"@flightradar24/fr24api-mcp"
]
}
}
}