Searches and books live flights and hotels through MCP, with asynchronous booking workflows and card-based payment setup.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window โ this can mean a slow first-time install rather than a real problem.
npx -y letsfg-mcpNo response to initialize.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 3d ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by BoostedTravel.
search_flightsSearch hundreds of airlines for live flight prices โ completely FREE, unlimited, read-only. Returns structured offers with prices, airlines, times, durations, and stopovers. Some offers carry `starlink` for in-flight Starlink Wi-Fi: "confirmed_all" / "confirmed_some" mean the carrier has FULLY fitted that aircraft type, "likely_all" / "likely_some" mean the rollout on that type is underway but incomplete. State only "confirmed_*" as fact; describe "likely_*" as "the airline is fitting this aircraft type, not guaranteed on your flight". Anything ending in "_some" has at least one leg WITHOUT it. An absent field means no information, NOT an absence of Wi-Fi. Covers airlines across all continents including low-cost carriers. Search is async: this tool polls for you, including waiting out the late split-ticket merge. Some offers are SPLIT TICKETS: two separately-issued tickets through a hub, each leg booked from whatever is cheapest for it (usually two different airlines), because no one seller offers the combination as a single ticket. They carry `split_ticket: "true"`, `combo_type: "virtual_interlining"` and `self_transfer: "unprotected"`. ALWAYS tell the user when an offer is a split ticket and what unprotected means: the tickets are not linked, so if the first flight is late and the connection is missed, the second airline owes nothing โ no rebooking, no refund. Never present a split ticket as though it were one through-fare. Requires LETSFG_BEARER_TOKEN or LETSFG_API_KEY. See letsfg://guide resource for the full authenticate->search->book workflow.
resolve_locationConvert a city/airport name to IATA codes. Always call before search_flights if you only have a city name. Read-only, safe to call multiple times.
unlock_flight_offer[Developer API only] Confirm live price with the airline and reserve the offer for 30 minutes. NOT part of the agent flow and NOT needed before book_flight. It requires LETSFG_API_KEY (the paid, prepaid Developer API) and refuses to run on a Bearer token, because the PFS unlock endpoint does not exist โ calling it that way used to 404. If you authenticated with `letsfg auth`, go straight from search_flights to book_flight. Requires a Developer API key. Legacy path โ not idempotent.
book_flightBook a flight from a search result. FLOW: authenticate (once) -> search_flights -> book_flight CHARGES: nothing from LetsFG. A completed booking pays the airline prices from airlines and the major booking sites. RESULT: either {"booked": true, "order_id": "..."} or {"booked": false, "booking_url": "..."} โ the second means the booking genuinely did not complete and nothing was charged. That is a normal outcome, NOT a transient error: do not retry, give the user the booking_url. SAFETY: use REAL passenger details โ names must match passport, email receives the e-ticket.
get_flight_bookingPoll a flight booking started by book_flight. REQUIRED to learn the outcome: on a PFS Bearer token book_flight returns a booking_ref and state "booking_in_progress", not a PNR - the booking itself takes 4-11 minutes. Call it every 20-30 s with that booking_ref until state is terminal: completed -> PNR issued, card charged failed -> the hold was released, nothing was charged needs_attention -> a human is looking at it; do NOT rebook Do not rebook while the state is still moving, and do not treat a slow poll as a failure - the money is HELD, not taken, until the airline confirms. Refs last one hour past the booking start.
resolve_hotel_cityConvert a place name to the supplier city id that search_hotels needs. Always call this first if you only have a city name. Read-only and safe to repeat. Use `Id` from the first result as city_id and `Name` as city_name.
The BoostedTravel MCP server connects an AI agent to live flight and hotel inventory. Flight searches return structured offers containing prices, airlines, schedules, durations, stopovers, and other itinerary details. Coverage includes airlines across all continents, including low-cost carriers. Hotel searches return real, bookable inventory, but only free-cancellation, pay-later rates are included.
The service supports both discovery and booking. Agents can search flights, reserve or book an offer, poll booking progress, search hotels, book a selected room, retrieve the final hotel result, and cancel a hotel reservation. It also provides location-resolution tools for converting city or airport names into the identifiers required by search calls.
The BoostedTravel MCP server uses asynchronous workflows for searches and bookings. Before a flight search, resolve a city name to an IATA code with resolve_location. Flight search itself waits for the provider response, including delayed split-ticket processing. If an offer has split_ticket: "true", the agent must clearly explain that the itinerary contains separately issued tickets and an unprotected connection. A missed connection caused by a late first flight does not obligate the second airline to rebook or refund the passenger.
The normal flight path is authenticate, search, and book. A bearer-token booking may return booking_in_progress with a booking_ref; poll get_flight_booking every 20โ30 seconds until the state is completed, failed, or needs_attention. Do not rebook while the status is changing. A booking_url from book_flight means no booking completed and no charge was made, so it should be given to the user rather than retried automatically.
Hotel operations have a similar sequence: resolve the supplier city, search, book, and poll get_hotel_booking. Hotel booking returns a job identifier rather than an immediate confirmation. The reservation fee is charged before the room is committed, while the remaining balance is paid to the supplier through the returned payment link.
Set either LETSFG_BEARER_TOKEN or LETSFG_API_KEY. A bearer token is intended for the standard agent flow; the Developer API key enables Developer API-only operations such as offer unlocking, profile access, and prepaid API billing. unlock_flight_offer is a legacy Developer API path and is not part of the normal bearer-token booking flow.
The authenticate tool explains how to connect a card and returns the current connection instructions plus an approval URL. A person must approve the card connection in a browser. Agents must not request or automate entry of card numbers. Connecting the card does not charge the user, but the same card is required for hotel searches and flight bookings.
The service can also be used as a hosted MCP endpoint, so local installation is not required for the documented agent setup. The README also lists letsfg for Python and letsfg-mcp for npm, but the supplied material does not specify a directly runnable local server command.
confirmed_* values indicate confirmed fitting, while likely_* values indicate an incomplete rollout that is not guaranteed on the selected flight.load_resources.Flight booking uses real passenger information, and passenger names must match passports. Hotel booking is not idempotent: repeating a successful call can create another reservation and charge another fee. Hotel cancellation is free until the supplier deadline, but the 5% reservation fee is not refunded; after the deadline, the supplier's cancellation ladder can apply.
The Stripe setup fields and tokens described as retired on September 2, 2026 must not be used. The current card connection flow is handled through authenticate and the browser approval process.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/boostedtravel)<a href="https://allmcps.com/mcp/boostedtravel"><img src="https://allmcps.com/api/badge/boostedtravel?style=directory" alt="BoostedTravel on AllMCPs" /></a>