Server Details
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- LetsFG/LetsFG
- GitHub Stars
- 64
- Server Listing
- LetsFG
See and control every tool call
Available Tools
8 toolsbook_flightInspect
Book an unlocked flight. Creates a real airline PNR with e-ticket.
REQUIREMENTS:
Offer must be unlocked first (call unlock_flight_offer)
Use passenger_id from search results
Use REAL passenger details — airline sends e-ticket to the email provided
Requires GitHub star verification.
| Name | Required | Description | Default |
|---|---|---|---|
| offer_id | Yes | Unlocked offer ID (off_xxx) | |
| passengers | Yes | Passenger details with id from search results | |
| contact_email | Yes | Contact email for booking confirmation |
get_agent_profileInspect
View your agent profile — payment status, GitHub star verification, and usage stats. Use this to check if you're verified.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
link_githubInspect
Link your GitHub account to verify you've starred LetsFG/LetsFG.
HOW TO GET ACCESS:
Star https://github.com/LetsFG/LetsFG
Call this tool with your GitHub username
Once verified, all tools are unlocked — search, unlock, book.
This is required before using search_flights, search_hotels, unlock_flight_offer, book_flight, or setup_payment.
| Name | Required | Description | Default |
|---|---|---|---|
| github_username | Yes | Your GitHub username (the one that starred LetsFG/LetsFG) |
resolve_locationInspect
Convert a city or airport name to IATA codes for use in flight search. Use when the user says 'London' instead of 'LON'.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | City or airport name (e.g. 'London', 'New York', 'Heathrow') |
search_flightsInspect
Search for flights between any two cities/airports worldwide. 400+ airlines via GDS/NDC + 102 local connectors fire in parallel. Returns offers with prices, airlines, times, conditions. FREE.
IMPORTANT: Response includes passenger_ids — save them for booking.
Requires GitHub star verification. If not verified, call link_github first.
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Number of adult passengers (default: 1) | |
| origin | Yes | IATA departure code (e.g. LON, JFK). Use resolve_location if you only have a city name. | |
| children | No | Number of children (ages 2-11) | |
| currency | No | Currency code (EUR, USD, GBP) | EUR |
| date_from | Yes | Departure date YYYY-MM-DD | |
| cabin_class | No | M=economy, W=premium, C=business, F=first | |
| destination | Yes | IATA arrival code (e.g. BCN, LAX) | |
| max_results | No | Max offers to return (default: 10) | |
| return_from | No | Return date YYYY-MM-DD (omit for one-way) | |
| response_mode | No | 'summary' (default) — compact price/airline/route per offer, saves tokens. 'full' — includes segments, conditions, bags, durations. | summary |
search_hotelsInspect
Search for hotels in a city or near coordinates. 300,000+ properties via wholesale suppliers — cheaper than Booking.com. Returns hotels with rooms, prices, photos, cancellation policies. FREE.
Requires GitHub star verification. If not verified, call link_github first.
| Name | Required | Description | Default |
|---|---|---|---|
| rooms | No | Number of rooms (default: 1) | |
| adults | No | Number of adult guests (default: 2) | |
| checkin | Yes | Check-in date YYYY-MM-DD | |
| checkout | Yes | Check-out date YYYY-MM-DD | |
| currency | No | Currency code (EUR, USD, GBP) | EUR |
| location | Yes | City name, airport code, or 'lat,lon' coordinates | |
| max_results | No | Max hotels to return (default: 10) | |
| response_mode | No | 'summary' (default) — compact name/price/rating per hotel, saves tokens. 'full' — includes rooms, photos, policies, amenities. | summary |
setup_paymentInspect
Attach a payment card. Required before booking.
For testing: {"token": "tok_visa"} For production: {"payment_method_id": "pm_xxx"} from Stripe.js
One-time setup — all future charges are automatic.
Requires GitHub star verification.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Stripe token (e.g. tok_visa for testing) | |
| payment_method_id | No | Stripe PaymentMethod ID (pm_xxx) |
unlock_flight_offerInspect
Confirm live price and reserve a flight offer for 30 minutes. After unlocking, call book_flight to complete the booking.
Requires GitHub star verification.
| Name | Required | Description | Default |
|---|---|---|---|
| offer_id | Yes | Offer ID from search results (off_xxx) |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.