LetsFG
Agent-native flight & hotel search and booking โ MCP server, CLI, and Python/JS SDKs. Hundreds of airlines plus the major booking sites, with per-flight reliability history. Free-cancellation hotel rates: hold the room with a small upfront charge, then pay the balance later by link, up to the hotel's own deadline.
Links
README
From the repo.
We're LetsFG โ a community of travelers.
Finding a flight or hotel shouldn't mean checking 47 tabs. Or 3 hours of searching.
Or having that feeling you could've got a better deal if you'd just waited a little longer.
So we built something about it.
One total price. No tracking. No price that goes up because you looked twice.
Join the community. Help others find cheaper flights. Spread the word.
โญ Star the repo. Share with a friend โ๏ธ
Flights and hotels. Both live.
Every airline in the world. Real prices. One function call.
LetsFG gives your AI agent flight and hotel search and booking superpowers. Our server-side engine scans the entire world for the cheapest price. Search is free. Booking is real: the fare is held on your card, a LetsFG booking agent buys the ticket, and you get the airline's PNR.
The same flight costs $20โ$50 less because you skip OTA inflation, cookie tracking, and surge pricing.
Agents: add https://letsfg.co/developers/api/mcp as an MCP server. Approving the connection opens letsfg.co/connect: one tap, no card. The card is asked for at your first booking, in a 0.00 Revolut setup (nothing is charged, no Revolut account needed). That token searches for free and books. Scripts: send the same token as Authorization: Bearer to the PFS endpoints. Developer API: a separate paid product for high-volume commercial use; most agents do not need it. โ Get started
Supporters
Real prices: LetsFG vs Google Flights
We searched 5 routes on Google Flights and LetsFG on the same day (2026-08-05), for flights departing 2026-09-16. Same airline, same number of stops โ LetsFG was cheaper every time:
| Route | Airline | Google Flights | LetsFG | You Save |
|---|---|---|---|---|
| LAX โ Paris (CDG) | JetBlue, 1 stop | $363 | $334 | $29 |
| SFO โ London (LHR) | JetBlue, 1 stop | $349 | $333 | $16 |
| LA โ New York (JFK) | JetBlue, nonstop | $174 | $157 | $17 |
| London โ Singapore (SIN) | Shenzhen Airlines, 1 stop | $395 | $380 | $15 |
| Chicago โ Dubai (DXB) | Air Canada + Emirates, 2 stops | $517 | $461 | $56 |
$133 cheaper across 5 routes in a verified comparison (2026-08-05). LetsFG returns the same prices however often you run the search, because it doesn't track you.
Why the difference? LetsFG compares the same flight across many sellers โ Skyscanner, Kayak, Momondo, plus airline websites (Ryanair, United, Southwest, EasyJet, Spirit, Norwegian, AirAsia, and more) โ and shows the cheapest. No cookie tracking: the same search returns the same prices however often you run it.
Real hotel prices: LetsFG vs Booking.com
Same hotel, same room type, same 2-night stay, same free-cancellation policy โ checked on the same day (2026-08-05) for a 2026-09-16 check-in:
| Hotel | Booking.com | LetsFG | You Save |
|---|---|---|---|
| Hotel Boss, Warsaw | $206 | $169 | $37 |
| ibis Styles Paris Gare de l'Est | $663 | $525 | $138 |
| Copthorne Tara Hotel, London Kensington | $379 | $347 | $32 |
$207 cheaper across 3 hotels in a verified comparison (2026-08-05), matching each property's own free-cancellation rate against Booking.com's free-cancellation rate for the identical dates and room type. Prices quoted in PLN at booking, converted to USD at that day's rate.
Why the difference? LetsFG's price does not rise with demand or with who is searching, and there is no loyalty-program cross-subsidy. At booking the price is held on your card, not taken, and it is charged only once the hotel confirms. The comparison above uses free-cancellation rates on both sides; LetsFG also sells non-refundable rates, and every offer says which it is.
Try it right now โ no install needed
Human users: Use letsfg.co and search flights instantly in your browser:
๐ Search on letsfg.co
Search any route, compare live results, and book the flights you want โ no installation needed.
Agents / scripts (free server-side): Get a Bearer token by putting a payment method on file (nothing is charged) โ use POST /api/search and POST /api/agent-book. This is PFS โ Programmatic Flight Search powered by the letsfg.co engine. Search is free; the token is short-lived and refreshes itself. See letsfg.co/for-agents for the full guide.
When you're ready to integrate it into your own agent, keep reading.
Three ways to use LetsFG
| Path 1 โ MCP / CLI / SDK | Path 2 โ PFS (Programmatic Flight Search via letsfg.co) | Path 3 โ Developer API | |
|---|---|---|---|
| Best for | AI agents (Claude, ChatGPT, Cursor, Windsurf), personal use โ easiest way in | Scripts/agents calling the API directly with a Bearer token | High-volume commercial integrations that want prepaid billing. Most agents should not use this |
| Speed | 8โ10 s to first results | 8โ10 s to first results | 2โ5 s (discover) ยท 8โ10 s to first results (full search) |
| Search cost | Free (card connected once, nothing charged) | Free (card connected once, nothing charged) | Look-to-book: 200 free after every booking, then $0.01 |
| Booking | book_flight โ fare held on your card, agent buys the ticket, real PNR | POST /api/agent-book โ same flow | POST /flights/book โ same flow, no booking fee |
| Setup | Add https://letsfg.co/developers/api/mcp as an MCP server and approve (one tap, no card) | Same token, sent as Authorization: Bearer โ see below | letsfg.co/developers |
| Runs where | Our servers (ranking local in the SDK) | Our servers | Our servers |
-
MCP / CLI / SDK (Path 1): add
https://letsfg.co/developers/api/mcpas an MCP server in Claude, ChatGPT, Cursor or Windsurf and approve the connection. The consent step opens letsfg.co/connect, where the person adds a card (any card, or Revolut Pay / Google Pay) in a 0.00 Revolut setup: nothing is charged, no Revolut account is needed, and card details go to Revolut, never to LetsFG. The token you get back is card-backed: it searches for free and it can book. The Python and JS SDKs read that token fromLETSFG_BEARER_TOKENor~/.letsfg/config.jsonand apply the open-source ranking algorithm locally. (letsfg authruns this same connect flow from the terminal: it registers itself as an OAuth client, opens the card screen in a browser for a person to approve, and stores the token.) -
PFS โ Programmatic Flight Search (Path 2): For scripts and agents that call the API directly. letsfg.co is human-only by default (Cloudflare Turnstile + bot protection), so the card-backed token from the connect flow is the only programmatic way in. Send it on every request:
- Search:
POST https://letsfg.co/api/searchwithAuthorization: Bearer <token>โ{ search_id } - Poll:
GET https://letsfg.co/api/results/<search_id>(never counts against the rate limit) - Book:
POST https://letsfg.co/api/agent-bookโ{ booking_ref }within seconds - Wait:
POST https://letsfg.co/api/agent-book/statuswith{ booking_ref }every 20โ30 s untilcompleted(PNR),failed(hold released, nothing charged) orneeds_attention
POST /api/agent-access/requeststill answers402withadd_card_urland these steps as JSON, so an agent that starts from the endpoint lands in the same place. The MPP lane (a wallet, no card) is unchanged: answer theWWW-Authenticate: Paymentchallenge ($0.01 once) and verify withAuthorization: Payment. The Stripesetup_url/ SetupIntent lanes were retired on 2026-09-02 and every token they issued was revoked; reconnect at letsfg.co/connect. Full guide and response schema: letsfg.co/for-agents. - Search:
-
Developer API (Path 3): Server-side search and booking at letsfg.co/developers. Look-to-book search (200 free after every booking, then $0.01), real booking through
POST /flights/bookon a connected Revolut method, full NL query parsing, a/discoverendpoint that checks 20 destinations in one call (2โ5 s), hotels, and a free sandbox at/sandbox/flights/*. Full docs: letsfg.co/developers/api/docs.
Free server-side search: Use Path 1 or PFS โ connect a card once at letsfg.co/connect (nothing charged) and searches run free on our servers. No Playwright, no local install beyond the SDK.
Booking from your own product: Use the Developer API (Path 3) โ look-to-book search,POST /flights/book, and no booking or transaction fee. Hotels work on both the card-backed token and a Developer API key.
Pricing
| How you use it | Search | Flight booking | Hotel booking | Runs where? |
|---|---|---|---|---|
| MCP Server | โ Free (card connected once at letsfg.co/connect) | Price held, captured on a real PNR. No separate fee | Price held, captured once the hotel confirms. No reservation fee | Our servers |
| CLI / Python SDK / npm | โ Free (same token) | Same | Same | Our servers |
| PFS (raw API via letsfg.co) | โ Free (same token, or $0.01 once via MPP) | Same | Price held, captured once the hotel confirms. No reservation fee | Our servers |
| Developer API | 200 free per booking, then $0.01 | Price held, captured on a real PNR. No booking fee, no transaction fee | Price held, captured once the hotel confirms. No reservation fee | Our servers |
MCP / CLI / SDK / PFS = free search, real booking, no separate fee. Connect a card once (a 0.00 Revolut setup, nothing is charged) and searching is free. No credits, no unlock step. Booking works exactly like the website checkout: book_flight / POST /api/agent-book holds the price shown on your card, a LetsFG booking agent buys the ticket from the seller, and the hold is captured only once a real airline PNR exists. If the booking fails the hold is released and nothing is charged. The price you see is the price you pay; nothing is added at booking.
Hotels = the price on the offer, held then captured, on every path. Booking holds the full price on your card, LetsFG books and pays the hotel, and the hold is captured only once the hotel confirms; a failed booking releases it. There is no reservation fee, no deposit and no pay link. Every rate type is sold, and each offer says whether it is refundable and until when. See Hotels below.
Developer API = business use, look-to-book. letsfg.co/developers books flights itself โ POST /flights/book holds the fare on your connected Revolut method and a LetsFG booking agent buys the ticket, exactly like the other paths. Search is not priced per call: you get 200 free searches after every booking you make, and booking resets the counter. Past that, blocks of 500 for $5.00 ($0.01 each). No booking fee, no transaction fee on top: the amount the search returned is the amount charged. Minimum top-up: $5.
The monthly per-search tiers ($0.50 / $0.20 / $0.10) were retired on 2026-09-08 along with Stripe. Payments are Revolut:
POST /agents/connect-paymentreturns a one-time link that saves a card, and nothing is charged to connect.
๐ก Know someone who travels? The more people discover LetsFG, the more airlines we cover โ and the better it gets for everyone. โญ Star ยท Share with a friend
Why developers star this repo
| Google Flights / Expedia | LetsFG | |
|---|---|---|
| Price | Varies by site and search | Stable across repeat searches. $133 cheaper across 5 routes, verified 2026-08-05. |
| Coverage | One site's sources | Every airline in the world โ OTAs, budget carriers, full-service |
| Speed | 30 s+ (page loads, ads, redirects) | CLI/PFS: 8โ10 s to first results ยท API discover: 2โ5 s |
| Repeat search raises price? | Yes | Never |
| Works in AI agents? | No API | MCP ยท CLI ยท PFS (card connected once, free) ยท Developer API (prepaid) |
| Booking | Redirects to OTA checkout | Real airline PNR, e-ticket to inbox |
| Cabin class filter | No | Economy, premium, business, first |
| Cost to you | Varies by site | CLI/PFS: free search; no booking fee and no transaction fee. Developer API: 200 free searches after every booking, then $0.01/search; no booking fee, no transaction fee. |
Get started
Everything runs on our servers. One card connection covers the MCP, the SDKs and the raw API.
๐ MCP โ connect once, search and book
Add the remote server and approve the connection. The consent step opens letsfg.co/connect: one tap, no card, and you are in. The card is asked for at the first booking (0.00 setup, nothing charged).
# Claude Code
claude mcp add --transport http letsfg https://letsfg.co/developers/api/mcp
// Cursor (~/.cursor/mcp.json) โ Windsurf uses "serverUrl" instead of "url"
{ "mcpServers": { "letsfg": { "url": "https://letsfg.co/developers/api/mcp" } } }
claude.ai and ChatGPT: add a custom connector with the same URL.
Then, in the chat: "find me the cheapest flight from London to Barcelona on June 15 and book it". search_flights returns offers; book_flight holds the fare on your card and starts a LetsFG booking agent; get_flight_booking reports the PNR when it lands (4โ11 minutes).
๐ฅ๏ธ CLI / SDK โ same token, ranking runs locally
pip install letsfg
export LETSFG_BEARER_TOKEN=<token from the connect flow>
letsfg search LHR BCN 2026-06-15
letsfg search LHR JFK 2026-06-15 --cabin C # cabin class: M economy, W premium, C business, F first
The SDKs read the token from LETSFG_BEARER_TOKEN or ~/.letsfg/config.json. letsfg auth performs that connect flow itself: it registers as an OAuth client, opens https://letsfg.co/connect for a person to approve, and writes the token to ~/.letsfg/config.json. Add --no-browser to print the URL instead of opening one.
๐ PFS โ Programmatic Flight Search (free, server-side)
Run LetsFG's full search on our servers from any script. Access requires a card connected to a LetsFG account: letsfg.co is human-only (Cloudflare Turnstile), so the card-backed token from the connect flow is the only programmatic way in. Nothing is charged to connect it.
# 1. Search with the token
curl -X POST https://letsfg.co/api/search \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"origin":"LHR","destination":"BCN","date_from":"2026-06-15"}'
# โ {"search_id":"ws_abc123","status":"searching"}
# 2. Poll until done (keep going while split_ticket_pending is true)
curl https://letsfg.co/api/results/ws_abc123 -H "Authorization: Bearer <token>"
# 3. Book โ the fare is HELD on the card, a LetsFG agent buys the ticket
curl -X POST https://letsfg.co/api/agent-book \
-H "Authorization: Bearer <token>" -H "Content-Type: application/json" \
-d '{"search_id":"ws_abc123","offer_id":"wo_abc123","contact_email":"ada@example.com",
"passenger":{"given_name":"Ada","family_name":"Lovelace","born_on":"1990-04-01","gender":"f",
"nationality":"GB","phone_number":"+447700900000","phone_country":"GB",
"address_line1":"1 Analytical Way","address_city":"London","address_postal":"N1 9GU","address_country":"GB"}}'
# โ {"booking_ref":"eyJ..."} within seconds
# 4. Wait for the PNR (every 20โ30 s; a booking takes 4โ11 minutes)
curl -X POST https://letsfg.co/api/agent-book/status \
-H "Authorization: Bearer <token>" -H "Content-Type: application/json" \
-d '{"booking_ref":"eyJ..."}'
# โ {"state":"completed","pnr":"ABC123","charged_amount":93,"currency":"EUR"}
failed means the hold was released and nothing was charged; needs_attention means a human at LetsFG is checking it, do not book again. A missing passenger detail returns missing_fields and charges nothing. Without a card the endpoint answers payment_method_required with add_card_url. Full guide and response schema: letsfg.co/for-agents.
โก Developer API โ server-side search, booking and hotels
A separate product for high-volume commercial integrations; most agents should not use it. Look-to-book search, results in seconds, and real booking through POST /flights/book โ plus /discover (20 destinations in one call), async polling, NL query parsing, hotels, and a free sandbox.
# Register, then search with your API key
curl -X POST https://letsfg.co/developers/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{"agent_name":"my-agent","email":"you@example.com"}'
curl -X POST https://letsfg.co/developers/api/v1/flights/search \
-H "X-API-Key: letsfg_..." \
-H "Content-Type: application/json" \
-d '{"origin":"LHR","destination":"BCN","date_from":"2026-06-15"}'
Pricing: 200 searches free after every booking, then blocks of 500 for $5.00 ($0.01 each). No booking fee, no transaction fee. Minimum top-up $5. Test for free in the sandbox first. Full docs: letsfg.co/developers/api/docs.
Full search โ book flow (MCP / PFS agent path, no unlock step)
search_flights LON โ BCN, 2026-04-01, return 2026-04-08
get_flight_results (while more offers are still landing)
book_flight search_id + offer_id + one traveller's real details + contact_email
โ booking_ref in seconds; price HELD on the connected card
get_flight_booking every 20โ30 s โ completed (PNR, charged_amount) | failed (hold released) | needs_attention
Over raw HTTP the same four steps are POST /api/search, GET /api/results/<id>, POST /api/agent-book, POST /api/agent-book/status.
letsfg unlock was retired on 2026-09-08 and its route answers 410 Gone.
There is no unlock step on either lane: booking holds the fare and captures only
against a real PNR, which is what unlock existed to protect against. See
CLI Commands.
๐ก Like what you see? Support us โ โญ Star ยท Share with a friend
Works everywhere your agent runs
MCP Server (Claude / ChatGPT / Cursor / Windsurf / OpenClaw)
Use the hosted server. It carries your card-backed token for you, and book_flight books for real.
{
"mcpServers": {
"letsfg": {
"url": "https://letsfg.co/developers/api/mcp"
}
}
}
Approve the connection when your client asks; the consent step opens letsfg.co/connect: one tap, no card. The card is asked for at the first booking (0.00 setup, nothing charged). Tools: search_flights, get_flight_results, book_flight, get_flight_booking, plus the hotel tools.
The stdio package (npx -y letsfg-mcp) works too if you give it a token in LETSFG_BEARER_TOKEN; its authenticate tool returns the current connect instructions.
Optional: use the Developer API instead (look-to-book search, POST /flights/book, hotels)
{
"mcpServers": {
"letsfg": {
"command": "npx",
"args": ["-y", "letsfg-mcp"],
"env": {
"LETSFG_API_KEY": "letsfg_your_api_key"
}
}
}
}
This is a separate paid product for high-volume commercial use โ most agents should stick with the free connect flow above and skip this. A human setting this up deliberately gets a key at letsfg.co/developers.
5-minute quickstarts: Claude Desktop ยท Cursor ยท Windsurf
Python SDK
from letsfg import LetsFG
bt = LetsFG() # reads LETSFG_API_KEY from env
flights = bt.search("LHR", "JFK", "2026-04-15")
print(f"{flights.total_results} offers, cheapest: {flights.cheapest.summary()}")
JavaScript SDK
import { LetsFG } from 'letsfg';
const bt = new LetsFG({ apiKey: 'letsfg_...' });
const flights = await bt.search('LHR', 'JFK', '2026-04-15');
console.log(`${flights.totalResults} offers`);
Python SDK (cloud search)
from letsfg.local import search_local
# Reads LETSFG_BEARER_TOKEN env var or ~/.letsfg/config.json (the token from the connect flow)
result = await search_local("GDN", "BCN", "2026-06-15")
for offer in result.offers[:5]:
print(f"{offer.airlines[0]}: {offer.currency} {offer.price}")
โ Split tickets โ two tickets, one trip
A long-haul searched as one journey comes back as one through-fare, because everyone is reselling the same ticket. Searched as two independent legs through a hub, each leg is booked from whatever is cheapest for that hop โ whichever airline, whichever seller. Usually that lands on two different airlines (often a low-cost carrier for the short leg and a separate airline for the long one), but the only rule is "cheapest for each leg". Nobody sells the combination as one ticket, so nobody quotes it โ which is exactly why it is cheaper.
LetsFG builds that itinerary for you and returns it alongside the through-fares. Split offers are flagged, never disguised:
| Field | Value on a split offer |
|---|---|
split_ticket | "true" |
combo_type | "virtual_interlining" |
self_transfer | "unprotected" |
for o in offers:
if o.get("split_ticket") == "true":
print(o["price"], "โ two separate tickets, self-transfer not protected")
Read self_transfer before you present the price. unprotected means the
two tickets are not linked: if the first flight is late and the connection is
missed, the second airline owes nothing โ no rebooking, no refund, no
duty of care. That is the trade you are being offered in exchange for the
saving, and it has to reach the traveller. We only build a split when the
connection has a real buffer, and we say so on the offer โ but an
agent that relays the price without the condition is misrepresenting it.
The probe is gated. Two extra connector fan-outs cost real money, so a split is only attempted when the through-fare is expensive enough, the journey long enough, and the market has somewhere to break the trip. Most searches never fire it, and a search that fires it does not always find a saving.
It lands after completed. See
Polling: completed is not the end.
Where it runs. letsfg.co, and the agent lane behind it โ the CLI,
the Python and JS SDKs, and the MCP server. The paid Developer API is served by
a different backend; self_transfer is returned there, but split-ticket offers
are not part of that contract.
What it actually saves
| Route | Cheapest single ticket | Split โ two tickets | You save | Connect via | Two airlines | Layover |
|---|---|---|---|---|---|---|
| Stuttgart โ Shanghai | $552 | $461 | $91 (16%) | Budapest | Wizz Air + Qatar Airways | 6 h |
| Katowice โ Dubai | $283 | $216 | $67 (24%) | Istanbul | Wizz Air + Pegasus | 15 h |
| Chongqing โ Gdansk | $429 | $387 | $42 (10%) | Stockholm | China Eastern + Ryanair | 10 h |
| Vilnius โ Bangkok | $370 | $337 | $33 (9%) | Athens | Ryanair + Air Arabia | 5 h |
| Shanghai โ Vilnius | $406 | $377 | $29 (7%) | London | Shenzhen Airlines + Wizz Air | 12 h |
Measured August 2026 on live searches (one adult, one way, ~2 months out). Each split is two separate tickets (here, two different airlines) with an unprotected self-transfer โ if the first flight is late, the second airline owes you nothing. Prices move constantly; these won't reproduce exactly. 5 of 26 long-haul routes searched produced a split cheaper than the best single ticket โ the win shows up at secondary cities with no cheap direct long-haul. Regenerate with tools/split-comparison.py.
The numbers above come from real searches and are reproducible: the script runs
the same public search anyone can run, compares the cheapest split against the
cheapest single ticket in the same result set, and writes the raw offers to
split-comparison.json so any row can be checked. Routes that produced no split
are reported too rather than dropped quietly โ most searches never fire
a split probe, and a table that hid that would misrepresent how often this
happens.
โฆ Starlink Wi-Fi on results
Offers tell you whether the flight has Starlink, in two honest tiers. A solid
verdict (confirmed_all) means the airline has fitted every aircraft of that
type. A hedged one (likely_all) means the rollout on that type is real but
incomplete โ as of August 2026 United was ~29% of its fleet โ so it is reported
as a signal, never a promise. An absent field means no information, not an
absence of Wi-Fi.
for o in offers:
if o.get("starlink") == "confirmed_all":
print(f"{o['owner_airline']} {o['price']} โ Starlink on every leg")
Full semantics: docs/api-search.md.
๐จ Hotels โ new, and live
Your agent can now book hotels, not just flights. Same credential, same card on file.
Update your SDK before booking hotels. Hotel booking needs letsfg 2026.5.101 or later (Python), letsfg 2026.5.74 or later (JavaScript/TypeScript) or letsfg-mcp 2026.5.77 or later. Earlier releases send the reservation-fee fields retired on 2026-09-11 (
expected_balance, noexpected_cost), and the API refuses every hotel booking they make. Update withpip install -U letsfg,npm install letsfg@latestornpx -y letsfg-mcp@latest. The hosted MCP athttps://letsfg.co/developers/api/mcpneeds no update.
from letsfg import LetsFG
lfg = LetsFG() # reads LETSFG_API_KEY โ the SDK's hotel methods take a Developer API key
city = lfg.hotel_destinations("Warsaw")[0]
stays = lfg.search_hotels(
city_id=city["Id"], city_name=city["Name"],
check_in="2026-11-10", check_out="2026-11-12", adults=2,
)
hotel = stays["hotels"][0]
offer = hotel["offers"][0]
print(hotel["name"], offer["price"], offer["currency"],
"refundable" if offer["refundable"] else "non-refundable")
booking = lfg.book_hotel_and_wait(
session_id=offer["session_id"],
hotel_code=hotel["hotel_code"],
combination_id_v2=offer["combination_id_v2"],
expected_price=offer["price"],
expected_cost=offer["expected_cost"],
currency=offer["currency"],
fx_rate=offer["fx_rate"],
city_id=city["Id"], city_name=city["Name"],
check_in="2026-11-10", check_out="2026-11-12",
guests=[{"title": "Mr", "first_name": "Jan", "last_name": "Kowalski"}, # one entry per guest:
{"title": "Ms", "first_name": "Anna", "last_name": "Kowalska"}], # adults=2 -> two names
email="guest@example.com", phone="512345678",
)
print(booking["status"], booking.get("confirmation"), booking.get("total_price"), booking.get("currency"))
How you pay
Held at booking, charged when the hotel confirms. Booking holds the full
price on your card โ it is not taken. LetsFG books the room and pays the
supplier itself, and the hold is captured only once the hotel has confirmed. If
the booking fails for any reason (the rate is gone, the price moved, the supplier
declined) the hold is released and nothing is charged. There is no reservation
fee, no deposit and no pay link.
price is the all-in total, in the currency you searched in (USD by default).
A refundable booking cancelled before its free_cancellation_until is refunded
in full. The endpoint refuses a cancellation that would cost money; the hotel's
own ladder ships in the booking's terms, so you can always see the cost first.
Things worth knowing before you build
- A card on file is required for every hotel call, including search. That is unusual and it is deliberate: a hotel search opens a real session at the supplier, and booking blocks a real rate. We would rather refuse up front than let you reach the point of commitment and discover you cannot pay. The same card that authorises flight booking authorises hotels โ there is no separate hotel signup.
- Every rate type is sold, refundable and non-refundable. Each offer carries
refundableandfree_cancellation_until; show them to the guest before booking a non-refundable rate. - Booking is asynchronous.
book_hotelreturns abooking_job_id, not a booking โ the real thing takes minutes. Pollhotel_booking(job_id)untilstatusissucceeded,failedorattention, or callbook_hotel_and_wait.attentionmeans a person at LetsFG is confirming the outcome with the supplier: the hold is kept, nothing is charged, and you must not book again. - Copy the offer back verbatim. Send
expected_price,expected_cost,currencyandfx_rateexactly as the offer returned them; anything else is refused asprice_mismatchbefore anything is held. - Name every guest.
guestsneeds one entry per person in the room, children included: adults first, then children inchild_agesorder. Fewer names than the searched party fails the booking before anything reaches the hotel, and the hold is released. - Do not re-book while a job is running. Poll it. A retry with the same
idempotency_keyreturns the existing job instead of booking twice. - The guest hears from us either way. The guest's e-mail gets the confirmation, or a message if the booking fails or needs checking.
priceis what the guest pays.expected_costis the supplier's own figure, there only to be sent back โ never quote it.
JavaScript
import { LetsFG } from 'letsfg';
const lfg = new LetsFG({ apiKey: process.env.LETSFG_API_KEY });
const [city] = await lfg.hotelDestinations('Warsaw');
const stays = await lfg.searchHotels({
cityId: city.Id, cityName: city.Name,
checkIn: '2026-11-10', checkOut: '2026-11-12', adults: 2,
});
const booking = await lfg.bookHotelAndWait({ /* ...offer + guest details... */ });
console.log(booking.status, booking.confirmation, booking.total_price, booking.currency);
MCP
Five new tools, in the order you call them: resolve_hotel_city โ
search_hotels โ book_hotel โ get_hotel_booking โ cancel_hotel_booking.
๐ฅ๏ธ Omarchy desktop plugin
Search every airline in the world from the Omarchy bar. Type
two airport codes and a date, press Search, click an offer to open it. The
panel lives in this repo โ manifest.json, BarWidget.qml, Panel.qml and
Model.js at the root โ and runs on the same engine as the CLI and the MCP
server, ordered by the same open-source ranking algorithm in sdk/js/src/ranking.ts.

Install
omarchy plugin add https://github.com/LetsFG/LetsFG.git --enable
Then add LetsFG Flights to a bar section in the Omarchy bar settings. The
panel reads your LetsFG token from ~/.letsfg/config.json (what letsfg auth
writes) and renews it itself, or connects a card from the panel via
letsfg.co/connect โ nothing is charged. See
OMARCHY-PLUGIN.md.
Remove
omarchy plugin remove io.github.letsfg.flights
That removes the plugin only. Your token is yours โ delete
~/.letsfg/config.json yourself if you want it gone.
The plugin bundles no API keys. It authenticates with a token you create and can revoke, it never asks for card details, and it never starts a search on its own โ no background poll, no price watch, no refresh timer. Every host it can contact, every file it reads or writes, and the anonymous installation id it sends so we can tell whether anyone is using it, are documented in full in OMARCHY-PLUGIN.md.
Requires the Omarchy Quattro shell. MIT, like the rest of this repo. Not affiliated with, sponsored by, or endorsed by Omarchy or 37signals.
Install
| Package | Command | What you get |
|---|---|---|
| Remote MCP | https://letsfg.co/developers/api/mcp | No install. Approve the connection at letsfg.co/connect (one tap, no card), search and book |
| Python SDK + CLI | pip install letsfg | SDK + CLI (token from the connect flow in LETSFG_BEARER_TOKEN) |
| MCP Server (stdio) | npx letsfg-mcp | Local server for clients without remote MCP support; needs LETSFG_BEARER_TOKEN |
| JS/TS SDK | npm install -g letsfg | SDK + CLI + open-source ranking engine |
| Agent Skill | npx skills add LetsFG/LetsFG | Install flight search skill for any AI agent (skills.sh) |
| Smithery | smithery.ai/servers/letsfg | One-click MCP install |
| Omarchy plugin | omarchy plugin add https://github.com/LetsFG/LetsFG.git --enable | Flight search in the Omarchy bar (details) |
CLI Commands
| Command | Description |
|---|---|
letsfg auth | Connect a card at letsfg.co/connect and store the token (self-registers, PKCE + loopback redirect, opens a browser). --no-browser prints the URL |
letsfg search <origin> <dest> <date> | Search flights (free with a card-backed token) |
letsfg register | [Developer API only] Register an account for the paid, prepaid-credit product โ not part of the agent flow |
letsfg connect-payment | [Developer API only] Print a one-time link to connect a card to the paid account; nothing is charged. letsfg setup-payment is kept as an alias โ the Stripe route it once called was retired on 2026-09-08 and answers 410 Gone |
letsfg recover --email <email> | Recover lost API key via email |
letsfg locations <query> | Resolve city/airport to IATA codes |
letsfg unlock <offer_id> | RETIRED 2026-09-08 โ the route answers 410 Gone. There is no unlock step on either lane; use letsfg book |
letsfg book <offer_id> | Book the flight: holds the fare on the connected card, a LetsFG agent buys the ticket, returns a booking_ref to poll |
letsfg me | View profile & usage stats |
All commands accept --json for structured output and --api-key to override the env variable.
How it works
CLI / SDK / MCP (free, cloud-backed)
Connect the MCP (once, card added at letsfg.co/connect) โ card-backed token โ Search (free) โ Book (hold โ agent โ PNR)
- Auth โ add
https://letsfg.co/developers/api/mcpas an MCP server and approve it. The OAuth consent step opens letsfg.co/connect: one tap, no card. The card is asked for at the first booking, in a 0.00 Revolut setup. Nothing is charged to connect. The SDKs read that token fromLETSFG_BEARER_TOKENor~/.letsfg/config.json. - Search โ
letsfg search LHR BCN 2026-06-15callsPOST https://letsfg.co/api/search, polls until done (8โ10 s to first results), and applies the open-source ranking algorithm locally. - Book โ
POST /api/agent-bookholds the price shown on the card and starts a LetsFG booking agent;POST /api/agent-book/statusreportscompletedwith the PNR (4โ11 minutes), orfailedwith the hold released. Nothing extra is added at booking.
Polling: completed is not the end
A search returns in 8โ10 s to first results. Poll GET /api/results/<search_id>
immediately and then every 2 s โ a loop that sleeps first puts a
floor under a search that is already faster than the sleep.
When status leaves searching, the connector fan-out is done โ but
the offer set may still be growing. The split-ticket probe is dispatched after
the fan-out and merges its result in late, so the cheapest itinerary on the
search is routinely one that does not exist yet at the moment the status turns
terminal. The response says so:
| Flag | Meaning while true |
|---|---|
split_ticket_pending | a split-ticket probe is still running |
gf_enrich_pending | the Google Flights enrich has not merged yet |
Keep polling while either is true, and bound the wait โ a flag that never clears must not hang your agent. Take whatever has landed when the bound expires.
The Python and JS SDKs and the MCP server already do this, with a 90 s ceiling
โ the same window the server uses to decide a result has settled.
So a search that fires a split probe can take meaningfully longer than the
8โ10 s to first results fast path, and it is the split offer you are waiting for.
Set LETSFG_WAIT_FOR_SPLIT=0 if you would rather have the fast answer.
Most searches never fire the probe, so both flags are usually already false on the first poll and this costs nothing.
PFS โ raw API (same as CLI, without the wrapper)
Card connected at letsfg.co/connect -> Bearer token -> POST /api/search -> poll GET /api/results/<id> -> POST /api/agent-book -> poll POST /api/agent-book/status
- Get a Bearer token โ connect through the MCP OAuth flow; the consent step is letsfg.co/connect (card or Revolut Pay, 0.00, nothing charged).
POST /api/agent-access/requestanswers402withadd_card_urland the steps. The MPP wallet lane ($0.01 once) verifies atPOST /api/agent-access/verifywithAuthorization: Payment. - Search โ
POST https://letsfg.co/api/searchwithAuthorization: Bearer <token>. Returns{ search_id }. PollGET /api/results/<search_id>immediately, then every 2 s, untilstatusleavessearching. Then keep polling whilesplit_ticket_pendingorgf_enrich_pendingis true โ the split-ticket offer merges in after the status turns terminal. - Book โ
POST /api/agent-bookโbooking_ref; pollPOST /api/agent-book/statusuntilcompleted(PNR) orfailed(hold released, nothing charged).
Developer API โ server-side search and booking
Register โ Connect a Revolut method โ Search (200 free per booking) โ POST /flights/book โ poll to a PNR
- Discover โ
POST /flights/discoverwith up to 20 destinations, get indicative prices sorted cheapest-first. 1 credit, 2โ5 s. Use to rank options before committing to a full search. - Full search โ
POST /flights/search(blocking) or/flights/search/async(non-blocking + poll). 1 credit, 8โ10 s to first results. - Book โ each offer includes a direct airline
booking_url. No LetsFG fee, no checkout step.
Virtual interlining
The server-side engine builds cross-airline round-trips by combining one-way fares from different carriers. A Ryanair outbound + Wizz Air return can save 30-50% vs booking a round-trip on either airline alone.
City-wide airport expansion
Search a city code and LetsFG automatically searches all airports in that city. LON expands to LHR, LGW, STN, LTN, SEN, LCY. NYC expands to JFK, EWR, LGA. Works for 25+ major cities worldwide.
Architecture
CLI / SDK / MCP / PFS
CLI / SDK / MCP / AI Agent
โ Card connected at letsfg.co/connect -> card-backed Bearer token
โผ
POST letsfg.co/api/search (bot-protected, token required)
โ
โผ
letsfg.co server-side search engine
โ
โผ
GET /api/results/<search_id> (poll every 2 s; keep going while split_ticket_pending)
โ
โผ
Ranking applied locally (sdk/js/src/ranking.ts, open-source)
โ
โผ
Results + booking via POST /api/agent-book (hold on card -> LetsFG agent -> PNR)
Developer API
Product / Team / Agent
โ API key + a connected Revolut method
โผ
letsfg.co/developers/api/v1
โโ /flights/discover (indicative prices, 20 dest, 2โ5 s)
โโ /flights/search (full search, 8โ10 s to first results)
โโ /flights/search/async (non-blocking + poll)
โโ /flights/parse-query (Gemini NL parsing, free)
โโ /flights/book (holds the fare on the connected method)
โโ /flights/bookings/{id} (poll to a real PNR, 4โ11 min)
โโ /sandbox/flights/* (fake data, same schema, free)
โ
โผ
Real airline PNR - the hold is captured only once it exists
Airlines covered
| Region | Airlines |
|---|---|
| Europe | Ryanair, Wizz Air, EasyJet, Norwegian, Vueling, Eurowings, Transavia, Pegasus, Turkish Airlines, Condor, SunExpress, Volotea, Smartwings, Jet2, LOT Polish Airlines, Finnair, SAS, Aegean, Aer Lingus, ITA Airways, TAP Portugal, Icelandair, PLAY |
| Middle East & Africa | Emirates, Etihad, Qatar Airways, flydubai, Air Arabia, flynas, Salam Air, Air Peace, FlySafair, EgyptAir, Ethiopian Airlines, Kenya Airways, Royal Air Maroc, South African Airways |
| Asia-Pacific | AirAsia, AirAsia X, IndiGo, SpiceJet, Akasa Air, Air India, Air India Express, Alliance Air, Star Air, EaseMyTrip OTA, VietJet, Cebu Pacific, Scoot, Jetstar, Peach, Spring Airlines, Lucky Air, 9 Air, Nok Air, Batik Air, Jeju Air, T'way Air, ZIPAIR, Skymark, H.I.S. Travel OTA, Singapore Airlines, Cathay Pacific, Malaysian Airlines, Thai Airways, Korean Air, ANA, JAL, Qantas, Virgin Australia, Bangkok Airways, Air New Zealand, Garuda Indonesia, Philippine Airlines, US-Bangla, Biman Bangladesh |
| Americas | Southwest, JetBlue, Frontier, Spirit, Allegiant, Avelo, Breeze, Sun Country, Flair, Porter, WestJet, Volaris, VivaAerobus, GOL, Azul, LATAM, JetSmart, Flybondi, Arajet, Wingo, Sky Airline, Copa, Avianca |
| Oceania | Rex, Bonza, Link Airways, Air Vanuatu, Fiji Airways |
Star History
letsfg.co ยท API Docs ยท Connector Health ยท PyPI ยท npm ยท Smithery ยท Instagram ยท TikTok ยท X
Open source ยท MIT License ยท Made with โค๏ธ by travelers, for travelers
Want updates? Click Watch above, or follow LetsFG on Instagram, @letsfg_ on TikTok, or @LetsFG_ on X.
Collected info
- โ 2,037 stars
- โ 135 forks
- Language: Python
- Source updated: 9/19/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCPโs endpoint URL (from its repo or docs above). No API key โ you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.