Skip to main content
Glama

πŸ›©οΈ 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

Related MCP server: mcptix

πŸ›  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 apply β€’ 4-second minimum polling β€’ Powered by ADS-B Exchange

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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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