flightradar24-mcp-serverServer

sunsetcoder
GitHub
Travel & TransportationReal-time TrackingAviation

Loading subscription status...

๐Ÿ’ก Description

A Claude Desktop MCP server that allows real-time tracking of flights using Flightradar24 data, perfect for aviation enthusiasts, travel planners, or anyone interested in aerial flights.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "flightradar24-server": {
        "env": {
          "FR24_API_KEY": "your_api_key_here",
          "FR24_API_URL": "https://fr24api.flightradar24.com"
        },
        "args": [
          "/Users/<username>/<FULL_PATH...>/flightradar24-mcp-server/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

get_flight_positionsget_flight_eta

โšก Features

  • Track all flights in real-time
  • Check arrival and departure times for specific flights
  • View flight status at airports
  • Monitor emergency flights

๐Ÿ’ฌ Example Queries

  • What's the status of flight UA123?
  • Show me all flights currently at SFO
  • Are there any emergency flights in the area?
  • Show all international flights arriving at SFO in the next two hours
  • How many commercial flights are crossing the Pacific right now?
  • Identify flights that have declared an emergency in California.