PluginBench
MCP Server
Active

BoostedTravel MCP Server

com.boostedchat/travel

AI-agent flight search & booking across 400+ airlines, $20-50 cheaper than OTAs.

What is the BoostedTravel MCP server?

BoostedTravel is an MCP server (also distributed as the LetsFG project) that gives AI agents flight search and booking capabilities across 400+ airlines. It exposes flight search, unlock, and booking functions that call a server-side search engine, returning real airline prices without OTA markup. It's available via npm, PyPI, or a remote streamable-HTTP MCP endpoint.

BoostedTravel (built on the LetsFG engine) lets AI agents search and book flights across hundreds of airlines with a single function call, returning raw airline prices $20-$50 cheaper than typical OTAs like Google Flights or Expedia. Search runs server-side; free CLI/SDK/MCP access requires a one-time Twitter/X auth challenge to get a 90-day Bearer token, while a paid Developer API tier offers direct airline booking URLs with no concierge fee. It supports cabin class filtering, a search → unlock → book flow, and a /discover endpoint to check multiple destinations at once.

How to install BoostedTravel

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BOOSTEDTRAVEL_API_KEY
    required
    secret

    Your BoostedTravel API key

  • X-API-Key
    required
    secret

    BoostedTravel API key (get one free: npx boostedtravel-mcp or pip install boostedtravel && boostedtravel register)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<YOUR_BOOSTEDTRAVEL_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<YOUR_BOOSTEDTRAVEL_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<YOUR_BOOSTEDTRAVEL_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "travel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<YOUR_BOOSTEDTRAVEL_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add travel --env BOOSTEDTRAVEL_API_KEY=<YOUR_BOOSTEDTRAVEL_API_KEY> --env X-API-Key=<YOUR_X_API_KEY> -- npx -y boostedtravel-mcp

Tools & capabilities

Tools this server exposes to the agent.

  • searchSearch flights between an origin and destination for given dates, with optional cabin class and sort options; returns live flight offers with pricing.
  • unlockConfirm the live price of a selected flight offer and hold it for 30 minutes; incurs a 1% concierge fee (min $3) via letsfg.co.
  • bookBook a held flight offer for a passenger (name, birthdate, gender, title) and email, returning a real airline PNR/e-ticket at the raw ticket price.
  • discoverCheck up to 20 destinations in a single call (Developer API only) for 1 credit, returning results in 2-5 seconds.

Use cases

  • Let an AI agent search for the cheapest flight across hundreds of airlines for a given route and date
  • Filter flight searches by cabin class (economy, premium, business, first)
  • Discover cheap destinations from an origin by checking 20 destinations in one API call
  • Complete a full booking flow (search, unlock, book) to get a real airline PNR and e-ticket
  • Integrate direct airline booking URLs into a product without per-booking fees via the Developer API

BoostedTravel MCP server FAQ

What does the BoostedTravel MCP server do?

It gives AI agents the ability to search and book flights across 400+ airlines, returning raw airline prices without OTA markup, typically $20-50 cheaper than sites like Google Flights or Expedia.

Is BoostedTravel free to use?

Search is free via the CLI, SDK, or MCP server once you complete a one-time Twitter/X auth challenge for a 90-day Bearer token. Booking links incur a 1% concierge fee (min $3) via letsfg.co. A paid Developer API tier offers prepaid credits and direct airline booking URLs with no per-booking fee.

What authentication is required?

Free search access requires registering a 90-day Bearer token via a one-time Twitter/X challenge (posting a verification tweet). The Developer API instead uses a prepaid API key obtained by registering an agent account.

How do I install BoostedTravel in Cursor or Claude?

Install via npm (boostedtravel-mcp) or pip (boostedtravel), or connect directly to the remote streamable-HTTP endpoint at https://api.boostedchat.com/mcp as an MCP server in your client's configuration.

Can I get direct airline booking URLs instead of going through a concierge fee?

Yes, the paid Developer API returns direct airline booking URLs with no per-booking fee, using prepaid credits instead of the 1% concierge fee charged on the free CLI/MCP path.

What airlines and sources does it search?

It searches across sources like Skyscanner, Kiwi, Kayak, Momondo, and direct airline sites including Ryanair, United, Southwest, EasyJet, Spirit, Norwegian, AirAsia, and hundreds more.

README (reference)

Source of truth, from the repository.

<div align="center"> <a href="https://github.com/LetsFG/LetsFG"> <img src="assets/banner.png" alt="LetsFG" width="600"> </a> <br>

We're LetsFG — a community of travelers.

Finding a flight shouldn't mean checking 47 websites. Or 3 hours of searching.<br> 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.<br> No markup. No tracking. No price that goes up because you looked twice.

<br>

<img src="https://img.shields.io/badge/⭐_Star_to_show_love-FFD700?style=for-the-badge&logoColor=black" alt="Star to show love">    <img src="https://img.shields.io/badge/🌐_Try_on_letsfg.co-4CAF50?style=for-the-badge&logoColor=white" alt="Try on letsfg.co">    <img src="https://img.shields.io/badge/📦_pip_install_letsfg-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="pip install">

<br>

<img src="https://img.shields.io/badge/Follow_on_Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Follow on Instagram">    <img src="https://img.shields.io/badge/Follow_on_TikTok-000000?style=for-the-badge&logo=tiktok&logoColor=white" alt="Follow on TikTok">    <img src="https://img.shields.io/badge/Follow_on_X-111111?style=for-the-badge&logo=x&logoColor=white" alt="Follow on X">

<br>

Join the community. Help others find cheaper flights. Spread the word.<br>⭐ Star the repo. Share with a friend ✈️

<a href="https://twitter.com/intent/tweet?text=Found%20this.%20Real%20flight%20prices%2C%20zero%20markup.%20Your%20AI%20agent%20can%20search%20%26%20book%20flights%20now.&url=https%3A%2F%2Fgithub.com%2FLetsFG%2FLetsFG"><img src="https://img.shields.io/badge/Share_on_𝕏-000000?style=flat-square&logo=x&logoColor=white" alt="Share on X"></a>   <a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgithub.com%2FLetsFG%2FLetsFG"><img src="https://img.shields.io/badge/Share_on_LinkedIn-0A66C2?style=flat-square&logo=linkedin&logoColor=white" alt="Share on LinkedIn"></a>   <a href="https://reddit.com/submit?url=https%3A%2F%2Fgithub.com%2FLetsFG%2FLetsFG&title=LetsFG%20-%20AI%20flight%20search%20for%20agents.%20Real%20prices%2C%20zero%20markup."><img src="https://img.shields.io/badge/Share_on_Reddit-FF4500?style=flat-square&logo=reddit&logoColor=white" alt="Share on Reddit"></a>   <a href="https://wa.me/?text=Check%20this%20out!%20LetsFG%20searches%20hundreds%20of%20airlines%20and%20gives%20you%20the%20real%20price.%20No%20markup.%20https%3A%2F%2Fgithub.com%2FLetsFG%2FLetsFG"><img src="https://img.shields.io/badge/Share_on_WhatsApp-25D366?style=flat-square&logo=whatsapp&logoColor=white" alt="Share on WhatsApp"></a>   <a href="https://t.me/share/url?url=https%3A%2F%2Fgithub.com%2FLetsFG%2FLetsFG&text=LetsFG%20-%20AI%20flight%20search%20for%20agents.%20Real%20prices%2C%20zero%20markup."><img src="https://img.shields.io/badge/Share_on_Telegram-26A5E4?style=flat-square&logo=telegram&logoColor=white" alt="Share on Telegram"></a>   <a href="mailto:?subject=Check%20out%20LetsFG&body=Found%20this.%20Real%20flight%20prices%2C%20zero%20markup.%20Your%20AI%20agent%20can%20search%20%26%20book%20flights%20now.%0A%0Ahttps%3A%2F%2Fgithub.com%2FLetsFG%2FLetsFG"><img src="https://img.shields.io/badge/Send_via_Email-EA4335?style=flat-square&logo=gmail&logoColor=white" alt="Send via Email"></a>


Your AI agent just learned to book flights.

Hundreds of airlines. Real prices. One function call.

LetsFG gives your AI agent flight search and booking superpowers. Our server-side engine scans the entire world for the cheapest price — free with a 90-day Bearer token, or paid with the Developer API for direct booking URLs. Zero markup. Real airline tickets.

The same flight costs $20–$50 less because you skip OTA inflation, cookie tracking, and surge pricing.

CLI or scripts: Run letsfg auth (one-time Twitter/X challenge) to get a 90-day token, then letsfg search hits our cloud engine instantly. Developer API: Paid, but returns direct airline booking URLs with no per-booking fee. → Get started

<br>

GitHub stars PyPI npm Connector Health smithery badge MIT License

<br>

Supporters

<a href="https://evomi.com/?utm_source=letsfg&utm_medium=banner"> <img src="assets/sponsor-evomi.png" alt="Evomi - Residential Proxies $0.49/GB" width="220"> </a> </div>

Three ways to use LetsFG

Path 1 — CLI / SDKPath 2 — PFS (Programmatic Flight Search via letsfg.co)Path 3 — Developer API
Best forDevelopers, personal use, AI agents — easiest way inScripts/agents calling the API directly with a Bearer tokenProducts, teams, and builders who want raw offers, direct booking URLs, and no concierge fee
Speed60–90 s60–90 s2–5 s (discover) · 60–90 s (full search)
Search costFree (Twitter/X auth, one-time)Free (Twitter/X auth, one-time)Prepaid credits ($0.50/$0.20/$0.10 per search, monthly tiers)
Booking URL1% concierge fee (min $3) via letsfg.co1% concierge fee (min $3) via letsfg.coDirect airline URLs, no per-booking fee
Setuppip install letsfg && letsfg authTwitter/X challenge — see belowletsfg.co/developers
Runs whereOur servers (auth + ranking local)Our serversOur servers
  • CLI / SDK (Path 1): pip install letsfg and run letsfg auth once — a 30-second Twitter/X challenge gives you a 90-day Bearer token. After that, letsfg search calls our server-side engine and applies the open-source ranking algorithm locally. Search is free and unlimited. Booking links go through letsfg.co (1% concierge fee, min $3).

  • 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). Register a 90-day Bearer token via a one-time Twitter/X challenge:

    1. POST https://letsfg.co/api/agent-access/request → get { challenge_code, tweet_text }
    2. Post the tweet from your Twitter/X account
    3. POST https://letsfg.co/api/agent-access/verify { "challenge_code": "..." } → receive your Bearer token
    4. Search: POST https://letsfg.co/api/search with Authorization: Bearer <token>

    Full guide and response schema: letsfg.co/for-agents. Search results include live flight offers with booking links via letsfg.co (1% concierge fee, min $3).

  • Developer API (Path 3): Paid server-side search at letsfg.co/developers. Prepaid credits, direct airline booking URLs (no checkout step), full NL query parsing, and a /discover endpoint that checks 20 destinations in one call for 1 credit (2–5 s). Includes a free sandbox at /sandbox/flights/*. Full docs: letsfg.co/developers/api/docs.

Free server-side search: Use Path 1 or PFS — one Twitter/X challenge gives you a 90-day token and free searches on our servers. No Playwright, no local install beyond the SDK.<br> Direct booking URLs with no per-booking fee: Use the Developer API (Path 3) — prepaid credits, instant results, no checkout layer.


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:

RouteAirlineGoogle FlightsLetsFGYou 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 → MiamiSpirit, nonstop$120$114$6
London → BarcelonaVueling, 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 — Skyscanner, Kiwi, Kayak, Momondo, plus direct airline websites (Ryanair, United, Southwest, EasyJet, Spirit, Norwegian, AirAsia, and hundreds 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

Human users: Use letsfg.co and search flights instantly in your browser:

<div align="center">

🌐 Search on letsfg.co

</div>

Search any route, compare live results, and unlock the booking links for the flights you want — no installation needed.

Agents / scripts (free server-side): Register a free Bearer token via a one-time Twitter/X challenge → use POST /api/search. This is PFS — Programmatic Flight Search powered by the letsfg.co engine, free for 90 days per token. See letsfg.co/for-agents for the full guide.

When you're ready to integrate it into your own agent, keep reading.


Pricing

How you use itSearchBooking URL unlockRuns where?
CLI / Python SDK / npm✅ Free (Twitter/X token)1% fee (min $3) via letsfg.coOur servers
MCP Server✅ Free (Twitter/X token)1% fee (min $3) via letsfg.coOur servers
letsfg.co (website / agent API)✅ Free1% fee (min $3) via letsfg.coOur servers
Developer APIPrepaid creditsIncluded (direct airline URLs)Our servers

CLI / SDK / MCP = free search. Run letsfg auth once (30-second Twitter/X challenge) and searches are free for 90 days. No credits, no Playwright. Booking links go through letsfg.co — the same 1% concierge fee (min $3) applies as on the website.

Developer API = prepaid, business use. letsfg.co/developers returns direct airline booking URLs with no per-booking fee. Monthly billing: $0.50/search for the first 10, $0.20 for 11–1,000, then $0.10/search. Resets monthly. Minimum top-up: $5.

PFS (raw API) = same as CLI but you call the API directly. Get a 90-day Bearer token via one Twitter/X challenge and call POST /api/search yourself. Purpose-built for agents (OpenClaw, Claude, GPT, etc.) that call the API directly.

💡 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 / ExpediaLetsFG
PriceInflated (tracking, cookies, surge)Raw airline price. $116 cheaper across 6 verified routes.
CoverageMisses budget airlinesHundreds of airlines — OTAs, budget carriers, full-service
Speed30 s+ (page loads, ads, redirects)CLI/PFS: 60–90 s · API discover: 2–5 s
Repeat search raises price?YesNever
Works in AI agents?No APICLI · MCP · PFS (Twitter/X token, free) · Developer API (prepaid)
BookingRedirects to OTA checkoutReal airline PNR, e-ticket to inbox
Cabin class filterNoEconomy, premium, business, first
Cost to youHidden markupCLI/PFS: free search. Developer API: prepaid credits.

Get started

Pick where you want search to run. Local runs on your machine for free; PFS and the Developer API run on our servers.

🖥️ CLI / SDK — free, one-time auth

pip install letsfg
letsfg auth          # one-time Twitter/X challenge → 90-day Bearer token
letsfg search LHR BCN 2026-06-15

One auth step, then searches are free for 90 days — no install of browsers, no scrapers. The search runs on our servers.

letsfg search LHR JFK 2026-06-15 --cabin C   # cabin class: M economy, W premium, C business, F first

Booking from CLI search: you get a letsfg.co booking link, not a direct airline URL. Unlock it through the letsfg.co concierge checkout (1% fee, min $3) to reveal the airline link. Want direct airline URLs with no fee? Use the Developer API below.

🐦 PFS — Programmatic Flight Search (free, server-side)

Run LetsFG's full search on our servers — no local browser, no install. Access requires a one-time Twitter/X challenge: letsfg.co is human-only (Cloudflare Turnstile), so a Bearer token is the only programmatic way in. The token is free and lasts 90 days.

# 1. Request a challenge code
curl -X POST https://letsfg.co/api/agent-access/request

# 2. Tweet the returned challenge code to @LetsFG_

# 3. Verify the tweet → receive a 90-day Bearer token
curl -X POST https://letsfg.co/api/agent-access/verify \
  -H "Content-Type: application/json" \
  -d '{"challenge_code":"<the code from step 1>"}'

# 4. 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 is free; booking links go through letsfg.co (1% fee, min $3). Full guide and response schema: letsfg.co/for-agents.

⚡ Developer API — paid, server-side, direct booking URLs

For products and teams. Prepaid credits, results in seconds, direct airline booking URLs with no concierge fee — plus /discover (20 destinations in one call, 1 credit), async polling, NL query parsing, 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: trav_..." \
  -H "Content-Type: application/json" \
  -d '{"origin":"LHR","destination":"BCN","date_from":"2026-06-15"}'

Pricing: $0.50/search for the first 10 each month, $0.20 for 11–1,000, $0.10 beyond. Minimum top-up $5. Test for free in the sandbox first. Full docs: letsfg.co/developers/api/docs.

<details> <summary><strong>Full search → unlock → book flow</strong></summary>
# Search (free with letsfg auth token)
letsfg search LON BCN 2026-04-01 --return 2026-04-08 --sort price

# Unlock (confirms live price, holds for 30 min — 1% fee, min $3)
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
</details>

💡 Like what you see? Support us — ⭐ Star · Share with a friend


Works everywhere your agent runs

MCP Server (Claude Desktop / Cursor / Windsurf / OpenClaw)

{
  "mcpServers": {
    "letsfg": {
      "command": "npx",
      "args": ["-y", "letsfg-mcp"]
    }
  }
}

Run letsfg auth inside the MCP session once (prints the tweet to post, then saves the token). After that, searches work immediately.

<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

</details>

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`);

Python SDK (cloud search)

from letsfg.local import search_local

# Reads LETSFG_BEARER_TOKEN env var or ~/.letsfg/config.json (set by `letsfg auth`)
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

PackageCommandWhat you get
Python SDK + CLIpip install letsfgSDK + CLI (run letsfg auth once for free search)
MCP Servernpx letsfg-mcpClaude, Cursor, Windsurf (run letsfg auth once)
JS/TS SDKnpm install -g letsfgSDK + CLI + open-source ranking engine
Remote MCPhttps://letsfg.co/developers/api/mcpNo install (API key required)
Agent Skillnpx skills add LetsFG/LetsFGInstall flight search skill for any AI agent (skills.sh)
Smitherysmithery.ai/servers/letsfgOne-click MCP install

CLI Commands

CommandDescription
letsfg authOne-time Twitter/X challenge → saves 90-day Bearer token
letsfg search <origin> <dest> <date>Search flights (free after letsfg auth)
letsfg registerRegister an account for the Developer API
letsfg setup-paymentAttach a payment method (required for unlock)
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 & pay unlock fee (1% of ticket, min $3)
letsfg book <offer_id>Book the flight
letsfg meView 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)

letsfg auth (once) → Bearer token (90-day) → Search (free) → Unlock & Book via letsfg.co
  1. Authletsfg auth runs the Twitter/X challenge: POST /api/agent-access/request → post the printed tweet → POST /api/agent-access/verify. Token saved to ~/.letsfg/config.json, valid 90 days.
  2. Searchletsfg search LHR BCN 2026-06-15 calls POST https://letsfg.co/api/search, polls until done (60–90 s), and applies the open-source ranking algorithm locally.
  3. Unlock & Book — booking links go through letsfg.co (1% concierge fee, min $3). Stripe card or MPP crypto accepted.

PFS — raw API (same as CLI, without the wrapper)

Twitter/X challenge → Bearer token (90-day) → POST /api/search → poll GET /api/results/<id>
  1. Get a Bearer tokenPOST /api/agent-access/request → post the tweet → POST /api/agent-access/verify { "challenge_code": "..." }. Token valid 90 days.
  2. SearchPOST https://letsfg.co/api/search with Authorization: Bearer <token>. Returns { search_id }. Poll GET /api/results/<search_id> every 10 s until status: "done".
  3. Unlock & Book — booking links go through letsfg.co (1% concierge fee, min $3).

Developer API — paid, direct booking URLs

Register → Fund balance → Discover or Search (credits) → Direct booking URL (no checkout)
  1. DiscoverPOST /flights/discover with 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.
  2. Full searchPOST /flights/search (blocking) or /flights/search/async (non-blocking + poll). 1 credit, 60–90 s.
  3. Book — each offer includes a direct airline booking_url. No concierge fee, no checkout step.
<details> <summary><strong>Virtual interlining</strong></summary>

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.

</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.

</details>

Architecture

CLI / SDK / MCP / PFS

CLI / SDK / MCP / AI Agent
        │  Twitter/X challenge → 90-day Bearer token
        ▼
POST letsfg.co/api/search  (bot-protected, token required)
        │
        ▼
letsfg.co server-side search engine
        │
        ▼
GET /api/results/<search_id>  (poll every 10 s until done)
        │
        ▼
Ranking applied locally (sdk/js/src/ranking.ts, open-source)
        │
        ▼
Results + booking links via letsfg.co (1% fee)

Developer API

Product / Team / Agent
        │  API key + prepaid credits
        ▼
letsfg.co/developers/api/v1
  ├─ /flights/discover      (indicative prices, 20 dest, 1 credit, 2–5 s)
  ├─ /flights/search        (full search, 1 credit, 60–90 s)
  ├─ /flights/search/async  (non-blocking + poll)
  ├─ /flights/parse-query   (Gemini NL parsing, free)
  └─ /sandbox/flights/*     (fake data, same schema, free)
        │
        ▼
Direct airline booking_url — no checkout, no concierge fee
<details> <summary><strong>Airlines covered</strong></summary>
RegionAirlines
EuropeRyanair, 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 & AfricaEmirates, Etihad, Qatar Airways, flydubai, Air Arabia, flynas, Salam Air, Air Peace, FlySafair, EgyptAir, Ethiopian Airlines, Kenya Airways, Royal Air Maroc, South African Airways
Asia-PacificAirAsia, 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
AmericasSouthwest, JetBlue, Frontier, Spirit, Allegiant, Avelo, Breeze, Sun Country, Flair, Porter, WestJet, Volaris, VivaAerobus, GOL, Azul, LATAM, JetSmart, Flybondi, Arajet, Wingo, Sky Airline, Copa, Avianca
OceaniaRex, Bonza, Link Airways, Air Vanuatu, Fiji Airways
</details>

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">

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.

</div>

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →