Skip to main content
Glama

Server Details

Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
LetsFG/LetsFG
GitHub Stars
64
Server Listing
LetsFG

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

8 tools
book_flightInspect

Book an unlocked flight. Creates a real airline PNR with e-ticket.

REQUIREMENTS:

  1. Offer must be unlocked first (call unlock_flight_offer)

  2. Use passenger_id from search results

  3. Use REAL passenger details — airline sends e-ticket to the email provided

Requires GitHub star verification.

ParametersJSON Schema
NameRequiredDescriptionDefault
offer_idYesUnlocked offer ID (off_xxx)
passengersYesPassenger details with id from search results
contact_emailYesContact email for booking confirmation
get_agent_profileInspect

View your agent profile — payment status, GitHub star verification, and usage stats. Use this to check if you're verified.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

resolve_locationInspect

Convert a city or airport name to IATA codes for use in flight search. Use when the user says 'London' instead of 'LON'.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesCity or airport name (e.g. 'London', 'New York', 'Heathrow')
search_flightsInspect

Search for flights between any two cities/airports worldwide. 400+ airlines via GDS/NDC + 102 local connectors fire in parallel. Returns offers with prices, airlines, times, conditions. FREE.

IMPORTANT: Response includes passenger_ids — save them for booking.

Requires GitHub star verification. If not verified, call link_github first.

ParametersJSON Schema
NameRequiredDescriptionDefault
adultsNoNumber of adult passengers (default: 1)
originYesIATA departure code (e.g. LON, JFK). Use resolve_location if you only have a city name.
childrenNoNumber of children (ages 2-11)
currencyNoCurrency code (EUR, USD, GBP)EUR
date_fromYesDeparture date YYYY-MM-DD
cabin_classNoM=economy, W=premium, C=business, F=first
destinationYesIATA arrival code (e.g. BCN, LAX)
max_resultsNoMax offers to return (default: 10)
return_fromNoReturn date YYYY-MM-DD (omit for one-way)
response_modeNo'summary' (default) — compact price/airline/route per offer, saves tokens. 'full' — includes segments, conditions, bags, durations.summary
search_hotelsInspect

Search for hotels in a city or near coordinates. 300,000+ properties via wholesale suppliers — cheaper than Booking.com. Returns hotels with rooms, prices, photos, cancellation policies. FREE.

Requires GitHub star verification. If not verified, call link_github first.

ParametersJSON Schema
NameRequiredDescriptionDefault
roomsNoNumber of rooms (default: 1)
adultsNoNumber of adult guests (default: 2)
checkinYesCheck-in date YYYY-MM-DD
checkoutYesCheck-out date YYYY-MM-DD
currencyNoCurrency code (EUR, USD, GBP)EUR
locationYesCity name, airport code, or 'lat,lon' coordinates
max_resultsNoMax hotels to return (default: 10)
response_modeNo'summary' (default) — compact name/price/rating per hotel, saves tokens. 'full' — includes rooms, photos, policies, amenities.summary
setup_paymentInspect

Attach a payment card. Required before booking.

For testing: {"token": "tok_visa"} For production: {"payment_method_id": "pm_xxx"} from Stripe.js

One-time setup — all future charges are automatic.

Requires GitHub star verification.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNoStripe token (e.g. tok_visa for testing)
payment_method_idNoStripe PaymentMethod ID (pm_xxx)
unlock_flight_offerInspect

Confirm live price and reserve a flight offer for 30 minutes. After unlocking, call book_flight to complete the booking.

Requires GitHub star verification.

ParametersJSON Schema
NameRequiredDescriptionDefault
offer_idYesOffer ID from search results (off_xxx)

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.