{
  "markdown": "# FlightDB MCP\n\nConnect your AI assistant to [FlightDB](https://flightdb.org) — aircraft registry search, flight history, and analytics via the Model Context Protocol.\n\nFlightDB 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.\n\n## Connect\n\n```\nhttps://flightdb.org/mcp\n```\n\nAdd this URL as a custom MCP connector in Claude, Cursor, or any MCP-compatible client. Sign in with Google when prompted.\n\n- Transport: Streamable HTTP\n- Auth: Google OAuth (sign in once, stays authorized)\n- Docs: [flightdb.org/mcp/connect](https://flightdb.org/mcp/connect)\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `Flight_list_flights` | Paginated flights with filters: aircraft, airport, country, date range |\n| `Flight_list_aircraft` | Paginated aircraft directory with registration, country, ICAO filters |\n| `Flight_get_aircraft_from_list` | Single aircraft header by id |\n| `Flight_get_aircraft_detail` | Full aircraft profile with all flights and aggregates |\n| `Flight_flights_by_year` | Per-year flight counts for an aircraft |\n| `Flight_flights_by_distance` | Per-year flights binned by trip distance (Short / Medium / Long) |\n| `Flight_flights_by_country` | Per-year arrival-country breakdown for an aircraft |\n| `Flight_airport_visits` | Per-airport visit and stay aggregates by year |\n| `Flight_visit_history` | Visit timeline for an aircraft |\n| `Flight_get_airport` | Airport details by IATA or ICAO code |\n\n## Example prompts\n\n- *\"How many flights did N12345 make in 2023?\"*\n- *\"Which airports has G-ABCD visited most in the last 3 years?\"*\n- *\"List all Airbus A320s registered in Indonesia\"*\n- *\"What countries did this aircraft fly to last year?\"*\n\n## Setup — Claude\n\n1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors)\n2. Click **Add custom connector**\n3. Name it **FlightDB** and paste `https://flightdb.org/mcp`\n4. Save and sign in with Google when prompted\n\n## Setup — Cursor / other MCP clients\n\nAdd to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"flightdb\": {\n      \"url\": \"https://flightdb.org/mcp\"\n    }\n  }\n}\n```\n",
  "bytes": 2372,
  "sha": "2240f3b35b48c7ed1a3cc75650b3c48e17a9a62ba50210dc9ddf4b3506071644",
  "repo_slug": "flightdb/flightdb-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_flightdb_flightdb_36b02ef7/readme"
}