Back to Browse

FlightDB MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Aircraft registry search, flight history, and analytics powered by ADS-B Exchange data.

About

Aircraft registry search, flight history, and analytics powered by ADS-B Exchange data.

Remote endpoints: streamable-http: https://flightdb.org/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-flightdb-flightdb": {
      "url": "https://flightdb.org/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

FlightDB MCP

Connect your AI assistant to FlightDB — aircraft registry search, flight history, and analytics via the Model Context Protocol.

FlightDB aggregates flight data from ADS-B Exchange, one of the largest unfiltered ADS-B data sources, combined with official aircraft registry records. Unlike FlightRadar24, FlightAware, or Planefinder — which filter or suppress certain flights — FlightDB gives you unfiltered access to full flight histories with deep per-aircraft analytics you won't find elsewhere.

Connect

https://flightdb.org/mcp

Add this URL as a custom MCP connector in Claude, Cursor, or any MCP-compatible client. Sign in with Google when prompted.

Tools

ToolDescription
Flight_list_flightsPaginated flights with filters: aircraft, airport, country, date range
Flight_list_aircraftPaginated aircraft directory with registration, country, ICAO filters
Flight_get_aircraft_from_listSingle aircraft header by id
Flight_get_aircraft_detailFull aircraft profile with all flights and aggregates
Flight_flights_by_yearPer-year flight counts for an aircraft
Flight_flights_by_distancePer-year flights binned by trip distance (Short / Medium / Long)
Flight_flights_by_countryPer-year arrival-country breakdown for an aircraft
Flight_airport_visitsPer-airport visit and stay aggregates by year
Flight_visit_historyVisit timeline for an aircraft
Flight_get_airportAirport details by IATA or ICAO code

Example prompts

  • "How many flights did N12345 make in 2023?"
  • "Which airports has G-ABCD visited most in the last 3 years?"
  • "List all Airbus A320s registered in Indonesia"
  • "What countries did this aircraft fly to last year?"

Setup — Claude

  1. Go to claude.ai/customize/connectors
  2. Click Add custom connector
  3. Name it FlightDB and paste https://flightdb.org/mcp
  4. Save and sign in with Google when prompted

Setup — Cursor / other MCP clients

Add to your MCP config:

{
  "mcpServers": {
    "flightdb": {
      "url": "https://flightdb.org/mcp"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!