|
| 1 | + |
| 2 | + |
| 3 | +# Flightradar24 MCP Server |
| 4 | + |
| 5 | +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. |
| 6 | + |
| 7 | +**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](https://mcp.apify.com). |
| 8 | + |
| 9 | +[](https://apify.com/mcp-server/flightradar24-mcp-server) |
| 10 | + |
| 11 | +## Connection URL |
| 12 | +MCP clients can connect to this server at: |
| 13 | + |
| 14 | +```text |
| 15 | +https://mcp-servers--flightradar24-mcp-server.apify.actor/mcp |
| 16 | +``` |
| 17 | + |
| 18 | +## Client Configuration |
| 19 | +To connect to this MCP server, use the following configuration in your MCP client: |
| 20 | + |
| 21 | +```json |
| 22 | +{ |
| 23 | + "mcpServers": { |
| 24 | + "flightradar24": { |
| 25 | + "url": "https://mcp-servers--flightradar24-mcp-server.apify.actor/mcp", |
| 26 | + "headers": { |
| 27 | + "Authorization": "Bearer YOUR_APIFY_TOKEN" |
| 28 | + } |
| 29 | + } |
| 30 | + } |
| 31 | +} |
| 32 | +``` |
| 33 | + |
| 34 | +**Note:** Replace `YOUR_APIFY_TOKEN` with your actual Apify API token. You can find your token in the [Apify Console](https://console.apify.com/account/integrations). |
| 35 | + |
| 36 | +## 🚩 Claim this MCP server |
| 37 | +All credits to the original authors of <https://github.com/sunsetcoder/flightradar24-mcp-server> |
| 38 | +To claim this server, please write to [[email protected]](mailto:[email protected]). |
| 39 | + |
| 40 | +--- |
| 41 | + |
| 42 | +## Available tools |
| 43 | + |
| 44 | +- **get_flight_positions**: Get real-time flight positions with various filtering options (airports, bounds, categories, limit) |
| 45 | +- **get_flight_eta**: Get estimated arrival time for a specific flight (by flight number) |
| 46 | + |
| 47 | +## References |
| 48 | +To learn more about Apify and Actors, take a look at the following resources: |
| 49 | +- [Apify SDK for JavaScript documentation](https://docs.apify.com/sdk/js) |
| 50 | +- [Apify SDK for Python documentation](https://docs.apify.com/sdk/python) |
| 51 | +- [Apify Platform documentation](https://docs.apify.com/platform) |
| 52 | +- [Apify MCP Server](https://docs.apify.com/platform/integrations/mcp) |
| 53 | +- [Webinar: Building and Monetizing MCP Servers on Apify](https://www.youtube.com/watch?v=w3AH3jIrXXo) |
| 54 | +- [Join our developer community on Discord](https://discord.com/invite/jyEM2PRvMU) |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +For the full MCP server source code and more details, see the [mcp-servers GitHub repository](https://github.com/apify/mcp-servers). |
0 commit comments