FlightDB
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, FlightDB gives you unfiltered access to full flight histories with deep per-aircraft analytics you won't find elsewhere.
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.
- Transport: Streamable HTTP
- Auth: Google OAuth (sign in once, stays authorized)
- Docs: flightdb.org/mcp/connect
Tools
| Tool | Description |
|---|---|
Flight_list_flights |
Paginated flights with filters: aircraft, airport, country, date range |
Flight_list_aircraft |
Paginated aircraft directory with registration, country, ICAO filters |
Flight_get_aircraft_from_list |
Single aircraft header by id |
Flight_get_aircraft_detail |
Full aircraft profile with all flights and aggregates |
Flight_flights_by_year |
Per-year flight counts for an aircraft |
Flight_flights_by_distance |
Per-year flights binned by trip distance (Short / Medium / Long) |
Flight_flights_by_country |
Per-year arrival-country breakdown for an aircraft |
Flight_airport_visits |
Per-airport visit and stay aggregates by year |
Flight_visit_history |
Visit timeline for an aircraft |
Flight_get_airport |
Airport 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
- Go to claude.ai/customize/connectors
- Click Add custom connector
- Name it FlightDB and paste
https://flightdb.org/mcp - 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"
}
}
}
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.