Skip to main content
Glama

Flight MCP Server

by sragss

🛩️ Flight MCP Server

Real-time flight tracking for LLMs — Connect any AI assistant to live aircraft data from ADS-B Exchange

Transform your AI conversations with live flight intelligence. Search aircraft by location, track specific flights, monitor military activity, and discover aviation patterns — all through a clean MCP interface.

🚀 Quick Start

1. Setup

bun install && bun run build

2. Get API Key

3. Test with Inspector

bun run inspect

🛠 API Tools

# Search aircraft around coordinates search_aircraft(lat=40.7128, lon=-74.0060, radius_nm=25) # → Aircraft within 25nm of NYC # Get specific aircraft details get_aircraft(hex="a4b065") # → Full aircraft data by ICAO code # Browse military aircraft with filters list_military_aircraft( region="us", # us/europe/asia/all aircraft_type="H60", # helicopters/cargo/fighters min_altitude=1000, # exclude ground traffic limit=20, # per page page=2 # pagination ) # Discover available aircraft types get_military_aircraft_types(region="us") # → Available types: H60, C17, F35, etc.

📊 Example Response

{ "hex": "a4b065", "callsign": "NKS185", "position": {"lat": 51.470, "lon": -0.456}, "altitude": 38000, "speed": 460, "heading": 275 }

🎯 Use Cases

  • Flight tracking: Monitor specific aircraft or routes
  • Aviation research: Analyze traffic patterns and aircraft types
  • Military monitoring: Track defense aircraft activity by region
  • Location intelligence: Find aircraft near points of interest
  • Real-time alerts: Build notifications for aircraft events

Rate limits apply4-second minimum pollingPowered by ADS-B Exchange

-
security - not tested
F
license - not found
-
quality - not tested

A real-time flight tracking interface for LLMs that connects AI assistants to live aircraft data from ADS-B Exchange, enabling searches by location, specific flight tracking, military aircraft monitoring, and aviation pattern discovery.

  1. 🚀 Quick Start
    1. 🛠 API Tools
      1. 📊 Example Response
        1. 🎯 Use Cases

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Provides AI models with structured access to Trino's distributed SQL query engine, enabling LLMs to directly query and analyze data stored in Trino databases.
            Last updated -
            3
            1
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            Connects AI tools directly to Airtable, allowing users to query, create, update, and delete records using natural language.
            Last updated -
            122
            6
            Python
            MIT License
            • Apple
          • -
            security
            -
            license
            -
            quality
            Allows LLMs to integrate with Linear's issue tracking system, enabling them to create, update, search, and comment on issues through the Linear API.
            Last updated -
            324
            JavaScript
          • A
            security
            F
            license
            A
            quality
            A ticket tracking system that integrates with AI assistants through the Model Context Protocol (MCP), allowing LLMs to manage tickets, comments, and track project tasks.
            Last updated -
            8
            1,005
            3
            TypeScript
            • Linux
            • 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/sragss/flight-mcp'

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