Catalog
Live Flight Data
Official2 toolsby memoryapi
Live flight departures and airport information
Delivers live flight departures and airport information.
Captured live from the server via tools/list.
get_flight_departures
Get flight departures from an airport. Returns flight number, airline, destination, scheduled time, status, gate, and terminal.
Parameters (2)
- airportstring
IATA airport code (default: JFK)
- hoursnumber
Look-ahead window in hours (1-12, default: 6)
get_airport_info
Get airport information including name, city, country, timezone, and coordinates.
Parameters (1)
- iatastring
IATA airport code (default: JFK)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://flight.memoryapi.org/mcpclaude_desktop_config.json
{
"mcpServers": {
"flight": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://flight.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.