streamable-httpupdated 3mo ago
Connect your AI assistant to FlightDB — aircraft registry search, flight history, and analytics via the Model Context Protocol.
What can you do with FlightDB?
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"
}
}
}
Install
Add FlightDB to your client. Pick the one you use.
claude mcp add --transport http flightdb https://flightdb.org/mcpcodex mcp add flightdb --url https://flightdb.org/mcp{
"mcpServers": {
"flightdb": {
"url": "https://flightdb.org/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"flightdb": {
"type": "http",
"url": "https://flightdb.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"flightdb": {
"url": "https://flightdb.org/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"flightdb": {
"serverUrl": "https://flightdb.org/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
FlightDB exposes 10 tools to a connected agent.
- 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
Score
64 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 89 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 3, 2026 |