BoostedTravel
行业场景by boosted-chat
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
什么是 BoostedTravel?
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
README
⭐ 1,000 Stargazers = Free Forever ⭐
<a href="https://github.com/LetsFG/LetsFG/stargazers"> <img src="https://img.shields.io/github/stars/LetsFG/LetsFG?style=for-the-badge&logo=github&label=STARS&color=gold" alt="GitHub stars"> </a>First 1,000 stargazers get lifetime free access.<br> Search 400+ airlines, book at raw prices, zero fees — forever.
<a href="https://github.com/LetsFG/LetsFG"><img src="https://img.shields.io/badge/⭐_STAR_NOW-lock_in_free_access-FFD700?style=for-the-badge" alt="Star Now"></a>
<sub>After 1,000 stars: 1% unlock fee (min $1) • Founding members: always free</sub>
</td> </tr> </table><img src="assets/logo.png" alt="LetsFG" width="140">
Your AI agent just learned to book flights.
400+ airlines. Real prices. One function call.
LetsFG gives your AI agent flight search and booking superpowers — 200+ connectors fire in parallel on your machine, scanning the entire world for the cheapest price. Zero markup. Real airline tickets.
The same flight costs $20–$50 less because you skip OTA inflation, cookie tracking, and surge pricing.
<br><img src="https://img.shields.io/badge/⭐_Star_to_unlock_free_access-FFD700?style=for-the-badge&logoColor=black" alt="Star to unlock"> <img src="https://img.shields.io/badge/💬_Try_on_Messenger-0099FF?style=for-the-badge&logo=messenger&logoColor=white" alt="Try on Messenger"> <img src="https://img.shields.io/badge/📸_Try_on_Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Try on Instagram"> <img src="https://img.shields.io/badge/📦_pip_install_letsfg-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="pip install">
<br> </div>Real prices: LetsFG vs Google Flights
We searched 5 routes on Google Flights and LetsFG on the same day (June 15, 2026). Same airline, same itinerary — LetsFG was cheaper every time:
| Route | Airline | Google Flights | LetsFG | You Save |
|---|---|---|---|---|
| LAX → Paris (CDG) | WestJet, 1 stop | $723 | $687 | $36 |
| Warsaw → Bali (DPS) | Etihad, 1 stop | $876 | $842 | $34 |
| SFO → London (LHR) | WestJet, 1 stop | $669 | $636 | $33 |
| Chicago → Miami | Spirit, nonstop | $120 | $114 | $6 |
| London → Barcelona | Vueling, nonstop | $62 | $56 | $6 |
| LA → New York (JFK) | Frontier, 1 stop | $125 | $124 | $1 |
$116 saved across 6 flights. Google Flights inflates further on repeat searches. LetsFG returns the raw airline price every time.
Why the difference? Google Flights only searches its own limited set of airline partners. LetsFG searches everywhere — 200+ connectors including Skyscanner, Kiwi, Kayak, Momondo, plus direct airline websites (Ryanair, United, Southwest, EasyJet, Spirit, Norwegian, AirAsia, and 190+ more). More sources = better prices. And unlike travel websites, LetsFG returns the raw price with zero markup, no tracking, no inflation.
Try it right now — no install needed
Don't want to install anything? Message our AI assistant and search flights instantly:
<div align="center">💬 Try it on Messenger · 📸 Try it on Instagram
</div>Ask it anything: "Find me the cheapest flight from London to Barcelona next month" — it searches 200 airlines in real time and gives you the best deals.
When you're ready to integrate it into your own agent, keep reading.
Pricing
| How you use it | Search | Unlock | Book | Runs where? |
|---|---|---|---|---|
| CLI / Python SDK / npm | ✅ Free | ✅ Free | Ticket price only | Your machine |
| MCP Server (local) | ✅ Free | ✅ Free | Ticket price only | Your machine |
| Messenger / Instagram | ✅ Free | 1% (min $1) | Ticket price only | Our servers |
Local = 100% free. The CLI, Python SDK, npm packages, and local MCP server run 200+ connectors covering 400+ airlines on your machine. No API key needed, no fees, no limits.
Messenger/Instagram = free search + small unlock fee. When you chat with us on Messenger/Instagram, search is completely free. We charge 1% of the ticket price (min $1) to unlock offer details. Booking is at the raw airline price — zero markup.
⭐ First 1,000 stargazers get lifetime free access everywhere — including server unlock. Star → verify → free forever.
Why developers star this repo
| Google Flights / Expedia | LetsFG | |
|---|---|---|
| Price | Inflated (tracking, cookies, surge) | Raw airline price. $116 cheaper across 6 verified routes. |
| Coverage | Misses budget airlines | 200+ connectors, 400+ airlines |
| Speed | 30s+ (loading, ads, redirects) | ~10 seconds |
| Repeat search raises price? | Yes | Never |
| Works in AI agents? | No | Native (CLI, MCP, SDK) |
| Booking | Redirects to OTA checkout | Real airline PNR, e-ticket to inbox |
| Cost to you | Hidden markup | CLI/local: 100% free. Server: free search, 1% unlock. |
Get started in 30 seconds
pip install letsfg
Search flights immediately — no API key, no registration, no account needed:
letsfg search LHR BCN 2026-06-15
That single command fires 200+ connectors on your machine and returns real-time prices from 400+ airlines. Free. Unlimited. Zero setup.
Want to unlock and book? Star the repo for free access:
# Star the repo on GitHub, then verify
letsfg star --github your-username
The CLI auto-registers behind the scenes and saves your API key to ~/.letsfg/config.json. No manual steps.
# Search (free, unlimited)
letsfg search LON BCN 2026-04-01 --return 2026-04-08 --sort price
# Unlock (confirms live price, holds for 30 min — free)
letsfg unlock off_xxx
# Book (ticket price only, zero markup)
letsfg book off_xxx \
--passenger '{"id":"pas_0","given_name":"John","family_name":"Doe","born_on":"1990-01-15","gender":"m","title":"mr"}' \
--email john.doe@example.com
⭐ Star this repo → verify → get unlimited access forever. No trial, no catch. First 1,000 stars only.
Works everywhere your agent runs
MCP Server (Claude Desktop / Cursor / Windsurf / OpenClaw)
{
"mcpServers": {
"letsfg": {
"command": "npx",
"args": ["-y", "letsfg-mcp"]
}
}
}
That's it — search works immediately, no API key needed. 200+ connectors covering 400+ airlines run locally.
<details> <summary>Add API key for unlock/book</summary>{
"mcpServers": {
"letsfg": {
"command": "npx",
"args": ["-y", "letsfg-mcp"],
"env": {
"LETSFG_API_KEY": "trav_your_api_key"
}
}
}
}
Get a key: letsfg register --name my-agent --email you@example.com
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: 'trav_...' });
const flights = await bt.search('LHR', 'JFK', '2026-04-15');
console.log(`${flights.totalResults} offers`);
Local-only (no API key, no backend)
from letsfg.local import search_local
result = await search_local("GDN", "BCN", "2026-06-15")
for offer in result.offers[:5]:
print(f"{offer.airlines[0]}: {offer.currency} {offer.price}")
Install
| Package | Command | What you get |
|---|---|---|
| Python SDK + CLI | pip install letsfg | SDK + CLI + 200+ local connectors (400+ airlines) |
| MCP Server | npx letsfg-mcp | Claude, Cursor, Windsurf — no API key needed |
| JS/TS SDK | npm install -g letsfg | SDK + CLI |
| Remote MCP | https://api.letsfg.co/mcp | No install (API key required) |
| Smithery | smithery.ai/servers/letsfg | One-click MCP install |
CLI Commands
| Command | Description |
|---|---|
letsfg star --github <username> | ⭐ Verify GitHub star (required for free access) |
letsfg search <origin> <dest> <date> | Search flights (free) |
letsfg register | Get your API key |
letsfg recover --email <email> | Recover lost API key via email |
letsfg locations <query> | Resolve city/airport to IATA codes |
letsfg unlock <offer_id> | Confirm live price & reserve 30 min |
letsfg book <offer_id> | Book the flight |
letsfg me | View profile & usage stats |
All commands accept --json for structured output and --api-key to override the env variable.
How it works
Search (free) → Unlock (free) → Book (ticket price only)
- Search — 200+ local connectors fire in parallel on your machine, covering 400+ airlines. Returns full details: price, airlines, duration, stopovers, conditions.
- Unlock — confirms the live price with the airline and reserves the fare for 30 minutes.
- Book — creates a real airline PNR. E-ticket sent to the passenger's inbox.
All search runs locally via Playwright + httpx. Results are deduplicated, currency-normalized, and sorted. Best price wins.
<details> <summary><strong>Virtual interlining</strong></summary>The combo 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.
</details> <details> <summary><strong>City-wide airport expansion</strong></summary>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
┌─────────────────────────────────────────────────────┐
│ AI Agents / CLI / SDK / MCP Server │
├─────────────────────────────────────────────────────┤
│ Local connectors (200+ connectors, 400+ airlines) │
│ Ryanair, EasyJet, Spirit, Southwest, AirAsia, etc │
├─────────────────────────────────────────────────────┤
│ Dedup + Combo Engine + Currency Normalization │
│ (virtual interlining for cross-airline round-trips)│
├─────────────────────────────────────────────────────┤
│ Backend API (unlock, book, telemetry) │
└─────────────────────────────────────────────────────┘
| 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, IndiGo, SpiceJet, Akasa Air, Air India, Air India Express, VietJet, Cebu Pacific, Scoot, Jetstar, Peach, Spring Airlines, Lucky Air, 9 Air, Nok Air, Batik Air, Jeju Air, T'way Air, ZIPAIR, 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
<a href="https://www.star-history.com/?repos=LetsFG%2FLetsFG&type=date&legend=top-left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=LetsFG/LetsFG&type=date&theme=dark&legend=top-left" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=LetsFG/LetsFG&type=date&legend=top-left" /> <img alt="Star History Chart" src="https://api.star-history.com/image?repos=LetsFG/LetsFG&type=date&legend=top-left" /> </picture> </a><div align="center">
Documentation · Connector Health · PyPI · npm · Smithery · Messenger · Instagram
MIT License · Made with ❤️ for AI agents
Want updates? Click Watch above, or follow @amjaworsky on X.
</div>常见问题
BoostedTravel 是什么?
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
相关 Skills
面试体系设计
by alirezarezvani
按岗位、级别和团队设计面试流程,生成能力矩阵、题库与评分标准,分析面试官偏差并校准招聘门槛,适合搭建或优化企业招聘体系。
✎ 团队招人没章法时,用它快速搭建岗位化面试流程、题库与评分标准,还能兼顾校准面试偏差,招聘更稳更准。
抽认卡
by BytesAgain
Spaced repetition study tool with deck management. Use when you need flashcard.
教程文档
by anderskev
Tutorial patterns for documentation - learning-oriented guides that teach through guided doing
相关 MCP Server
by jjlabsio
Search company disclosures and financial statements from the Korean market. Retrieve stock profiles, market classifications, and historical trading data across major exchanges. Accelerate equity research with accurate, date-specific insights for Korean securities.
✎ 做韩国股研时,用它能一站查公司披露、财报和历史行情,按日期精确追溯关键信息,比手动翻交易所高效太多。
by jjlabsio
检索韩国市场公司的披露文件与财务报表,并获取股票概况等关键信息。
✎ 想研究韩股公司时,它能一站式拉取披露、财报和股票概况,省去跨站查资料的麻烦,对跨境投研尤其省时。
by trade-it-inc
支持在 Robinhood、ETrade、Webull、Charles Schwab、Coinbase 与 Kraken 交易股票、crypto 和 options。