Skip to main content
Glama

FlightRadar MCP Server

Servidor MCP de FlightRadar

Un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona información de estado y seguimiento de vuelos en tiempo real mediante la API de AviationStack.

Características

Este servidor MCP proporciona tres herramientas principales:

  1. get_flight_data : Obtenga información detallada sobre un vuelo específico por su código IATA o ICAO
  2. search_flights : busca vuelos por diversos criterios como aerolínea, aeropuertos de salida/llegada y estado
  3. get_flight_status : Obtenga un resumen de estado legible para humanos para un vuelo específico

Instalación

Instalación mediante herrería

Para instalar flightradar-mcp-server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @Cyreslab-AI/flightradar-mcp-server --client claude

Prerrequisitos

  • Node.js (v14 o superior)
  • npm (v6 o superior)
  • Una clave API de AviationStack (obtenga una en aviationstack.com )

Configuración

  1. Clonar este repositorio:
    git clone https://github.com/Cyreslab-AI/flightradar-mcp-server.git cd flightradar-mcp-server
  2. Instalar dependencias:
    npm install
  3. Construir el servidor:
    npm run build
  4. Configure el servidor en su archivo de configuración MCP:Para la extensión VSCode de Claude, agregue a ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json :
    { "mcpServers": { "flightradar": { "command": "node", "args": ["/path/to/flightradar-mcp-server/build/index.js"], "env": { "AVIATIONSTACK_API_KEY": "YOUR_API_KEY_HERE" }, "disabled": false, "autoApprove": [] } } }
    Para la aplicación de escritorio Claude, agréguela a ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) o una ruta similar en otras plataformas.

Ejemplos de uso

Una vez configurado el servidor, puedes usarlo con Claude para obtener información del vuelo:

Obtener el estado del vuelo

User: What's the status of flight BA855? Claude: Flight BA855 (British Airways) is currently landed. Departure: Prague Vaclav Havel Airport (PRG), Terminal 1, Gate B5 Scheduled: 3/25/2025, 11:50:00 AM Estimated: 3/25/2025, 11:50:00 AM Arrival: Heathrow (LHR), Terminal 3 Scheduled: 3/25/2025, 1:10:00 PM

Buscar vuelos

User: Find British Airways flights Claude: I found 3212 British Airways flights. Here are the first 3: 1. BA5719: Tucson (TUS) to Dallas/Fort Worth (DFW) Status: scheduled Departure: 3/25/2025, 5:00:00 AM 2. BA6096: Prague (PRG) to Helsinki (HEL) Status: scheduled Departure: 3/25/2025, 11:40:00 AM 3. BA855: Prague (PRG) to London Heathrow (LHR) Status: landed Departure: 3/25/2025, 10:50:00 AM

Obtener detalles del vuelo

User: Get detailed information about flight BA855 Claude: Here are the details for flight BA855: Flight: BA855 (BAW855) Airline: British Airways Aircraft: Airbus A320 (Registration: G-EUUH) Departure: - Airport: Prague Vaclav Havel Airport (PRG/LKPR) - Terminal: 1, Gate: B5 - Scheduled: 3/25/2025, 10:50:00 AM Arrival: - Airport: London Heathrow (LHR/EGLL) - Terminal: 3 - Scheduled: 3/25/2025, 12:10:00 PM Status: landed

Configuración de la clave API

Este servidor requiere una clave API de AviationStack para funcionar. Puedes obtener una clave API gratuita (100 solicitudes al mes) en aviationstack.com .

La clave API debe proporcionarse como una variable de entorno denominada AVIATIONSTACK_API_KEY en la configuración de MCP.

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona seguimiento de vuelos en tiempo real e información sobre el estado mediante la API de AviationStack.

  1. Características
    1. Instalación
      1. Instalación mediante herrería
      2. Prerrequisitos
      3. Configuración
    2. Ejemplos de uso
      1. Obtener el estado del vuelo
      2. Buscar vuelos
      3. Obtener detalles del vuelo
    3. Configuración de la clave API
      1. Licencia

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
          Last updated -
          5
          30
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          This server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.
          Last updated -
          2
          1
          JavaScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
          Last updated -
          21
          37
          JavaScript
        • -
          security
          A
          license
          -
          quality
          Provides aviation weather information through a Model Context Protocol server, enabling access to METARs, TAFs, PIREPs, and route weather data for informational purposes only.
          Last updated -
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/flightradar-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server