BoostedTravel benchmark report
BoostedTravel has a benchmark score of 37/100 based on installability, startup reliability, MCP capability discovery, documentation quality, and safety signals.
Benchmark score
37
Docs score
0
Config score
0
Safety score
0
Benchmark status
| Install | unknown |
|---|---|
| Startup | unknown |
| Capability discovery | passed |
| Last tested | Jul 27, 2026 |
Installability
- npxconfidence: high
npx -y letsfg-mcp
Capabilities
resource
LetsFG Flight Search & Booking Guide
Complete workflow guide: 3-step booking flow, pricing, passenger rules, error handling, and search tips. Read this before using any tools.
tool
book_flight
Book an unlocked flight — creates real airline reservation with PNR (step 3 of 3). Developer API only. FLOW: search_flights -> unlock_flight_offer -> setup_payment (once) -> book_flight CHARGES: Ticket price via Stripe (2.9% + 30c processing). Zero markup. SAFETY: Always provide idempotency_key to prevent double-bookings. Use REAL passenger details — names must match passport, email receives the e-ticket. Errors include error_code/error_category: transient -> retry, validation -> fix input, business -> ask user.
tool
get_agent_profile
Get agent profile, payment status, and usage stats. Read-only.
tool
load_resources
Load the LetsFG workflow guide (3-step booking flow, pricing, passenger rules, error handling). Call this ONCE at the start of a conversation to understand how to use the flight tools correctly. Clients that support MCP resources get this automatically — this tool is for clients that do not.
tool
resolve_location
Convert 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.
tool
search_flights
Search hundreds of airlines for live flight prices — completely FREE, unlimited, read-only. Returns structured offers with prices, airlines, times, durations, and stopovers. Covers airlines across all continents including low-cost carriers. Search is async (60-90s): this tool handles the polling automatically. Requires LETSFG_BEARER_TOKEN or LETSFG_API_KEY. See letsfg://guide resource for the full search->unlock->book workflow.
tool
setup_payment
Attach a payment card (required before booking). Free to attach. Only needs to be called once.
tool
unlock_flight_offer
Confirm live price with the airline and reserve offer for 30 minutes (step 2 of 3). Cost: 1% of ticket price (min $3) via Stripe card or MPP crypto. Free with Developer API. This is the "quote" step — ALWAYS call before book_flight. The confirmed_price may differ from search price; if so, inform the user before proceeding. Not idempotent — calling twice on the same offer may charge twice.
Related pages
Frequently asked questions
What does the BoostedTravel benchmark score include?
It combines install status, startup status, capability discovery, documentation score, configuration score, and safety score into a 0-100 benchmark_score.
Does MCP Server Finder call BoostedTravel tools during discovery?
No. Capability discovery lists tools, resources, and prompts when possible, but does not invoke tools or read sensitive resources.
Why are some checks skipped?
Checks are skipped when they cannot be run safely without credentials, local configuration, or non-destructive execution guarantees.
Last updated