Skip to main content
Glama
nstevens

flight-finder

by nstevens

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AEROLOPA_API_IDNoOptional API ID for AeroLOPA seat maps
SEATS_AERO_API_KEYYesAPI key for seats.aero Pro API
AEROLOPA_API_SECRETNoOptional API secret for AeroLOPA seat maps

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_cash_one_wayC

Cash-fare one-way search via fli (Google Flights).

search_cash_round_tripC

Cash-fare round-trip search via fli (Google Flights).

search_awardsD

Award search via seats.aero Pro API.

find_positioning_flightsA

Find positioning flights from from_city to return_hub near return_date. Useful for the asymmetric-return trick: main award returns from a hub (e.g. LHR); family needs to get there from Italy. Candidates must be verified as refundable on the airline site before booking.

plan_tripC

Run the full trip planner on a trips/*.yaml file.

get_seat_mapA

AeroLOPA cabin product + seat map URL for a specific aircraft.

Provide either `slug` (e.g. "ba-351") to skip resolution, or both
`carrier` (IATA, e.g. "BA") and `aircraft` (IATA code or displayed name).

Returns the structured CabinProduct dict — aircraft type, per-cabin pitch /
width / recline / amenities, free-text seat notes, and the
direct-CDN-cached seat map SVG URL. All cabins are included; pick the one
matching your offer cabin via `cabins[].cabin_type_name`.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nstevens/flight-finder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server