Flightradar24 MCP Server avatar
Flightradar24 MCP Server

Pricing

Pay per event

Go to Apify Store
Flightradar24 MCP Server

Flightradar24 MCP Server

Developed by

MCP servers

MCP servers

Maintained by Community

MCP server for real-time flight tracking using Flightradar24 data.

0.0 (0)

Pricing

Pay per event

0

1

1

Last modified

8 days ago

A Model Context Protocol (MCP) server for real-time flight tracking using Flightradar24 data, published as an Apify Actor. This server enables MCP clients to access live flight positions and estimated arrival times via a standardized API.

About this MCP Server: To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at mcp.apify.com.

Apify Badge

Connection URL

MCP clients can connect to this server at:

https://mcp-servers--flightradar24-mcp-server.apify.actor/mcp

Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers": {
"flightradar24": {
"url": "https://mcp-servers--flightradar24-mcp-server.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console.

🚩 Claim this MCP server

All credits to the original authors of https://github.com/sunsetcoder/flightradar24-mcp-server To claim this server, please write to ai@apify.com.


Available tools

  • get_flight_positions: Get real-time flight positions with various filtering options (airports, bounds, categories, limit)
  • get_flight_eta: Get estimated arrival time for a specific flight (by flight number)

References

To learn more about Apify and Actors, take a look at the following resources:


For the full MCP server source code and more details, see the mcp-servers GitHub repository.