VOOZH about

URL: https://apify.com/agentify/flightradar24-mcp-server

โ‡ฑ Flightradar24 MCP Server ยท Apify


Pricing

Pay per event + usage

Go to Apify Store

Flightradar24 MCP Server

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

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ agentify

agentify

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

1

Monthly active users

8 months ago

Last modified

Share

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.

You might also like

Flightradar24 API โ€” Real-Time Aircraft, Bbox & Search

tugelbay/flightradar-live-tracker

Real-time aircraft positions worldwide via Flightradar24's mobile-app feed. Bbox queries, airport search, VIP-jet registration tracking, and PPE billing. Guide: https://konabayev.com/tools/flightradar-live-tracker/

๐Ÿ‘ User avatar

Tugelbay Konabayev

8

PlanesLive Scraper - FlightRadar24 Alternative

igolaizola/planeslive-scraper

Scrape live and historical flight data from PlanesLive by airport route, flight code, or coordinates. Export JSON/CSV for analytics, dashboards, and monitoring. Reliable, proxy-ready, and a strong FlightRadar24 API alternative for building flight data products.

๐Ÿ‘ User avatar

Iรฑigo Garcia Olaizola

22

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Flightradar24 Live Flights Scraper

parseforge/flightradar24-live-flights-scraper

Capture live flights from Flightradar24 with flight ID, callsign, airline, aircraft type, registration, origin IATA, destination IATA, altitude, speed, heading, latitude, longitude, and status. Filter by bounds, airline, or route. Useful for aviation dashboards and travel apps.

Mcp Server Generator

fiery_dream/mcp-server-generator

๐Ÿ‘ User avatar

Cody Churchwell

1

Time MCP Server

agentify/time-mcp-server

An MCP server implementing the Model Context Protocol (MCP) for time-related operations.

Related articles

Build and deploy MCP servers in minutes with a TypeScript template
Read more
Best MCP servers for developers
Read more