**Flight search, flight prices and cheap-flight discovery for agents.** Real-time Google Flights data: one-way and roun…
**Flight search, flight prices and cheap-flight discovery for agents.** Real-time Google Flights data: one-way and round-trip fares, flexible date ranges, multi-destination comparison, and Google's own price band so an agent can say whether a fare is actually a good deal. No ads, no sponsored content. One call covers a whole month instead of thirty. You bring your own RapidAPI key, so every search is billed to your plan and never to anyone else's. ### Tools | Tool | What it does | | --- | --- | | `search_oneway_flights` | One-way — a single date, or a **date range**, across one or many destinations | | `search_roundtrip_flights` | Round-trip — a fixed return date, or a range of trip lengths via `nights` | Both are annotated **read-only**. They search and read; they cannot book, hold, pay for or cancel anything. ### What you get that other flight tools don't return - **Google's own price insights** — `price_insights_low` / `price_insights_high` plus a `low` / `typical` / `high` verdict. So an agent can answer *"is $209 a good price?"* instead of just reporting $209. Most flight APIs do not expose this at all. - **One call, not thirty.** Pass a departure range and/or several destinations; the server fans out, merges, de-duplicates and re-sorts. *"Cheapest flight to Sri Lanka anywhere in October"* is **one** tool call. - **`search_coverage` on every response** — the exact dates and destinations searched, so a sampled scan is never mistaken for an exhaustive one. - Airline, stops, layover detail, duration, local departure and arrival times, and a bookable link. ### You always know what a search cost Every response carries `api_usage`, read from RapidAPI's own rate-limit headers: | Field | Meaning | | --- | --- | | `requests_used_by_this_call` | Billed requests this single call consumed | | `plan_requests_remaining` | What is left on your plan right now | | `plan_requests_limit` | Your plan's ceiling | Each date × destination combination is one billed request. Cap it per call with `max_searches`. ### Sample response ```json { "results": [{ "price": "$71", "airline": "Wizz Air", "stops": 0, "duration": "1 hr 25 min", "departure_description": "10:15 AM on Wed, Oct 15", "price_insights_low": 40, "price_insights_high": 110, "price_range_in_relation_to_other_periods": "typical", "buy_link": "https://www.google.com/travel/flights?..." }], "search_coverage": { "departure_dates_searched": ["2026-10-15"] }, "api_usage": { "requests_used_by_this_call": 1, "plan_requests_remaining": 49717 } } ``` ### Ready-made prompts | Prompt | Question it answers | | --- | --- | | `cheapest_dates` | Scan a month for the lowest fare, judged against the price band | | `compare_destinations` | Price several cities from one origin, ranked | | `plan_trip` | Round trip across flexible trip lengths, within a budget | | `is_this_fare_good` | Book now or wait, on a specific route and date | ### Getting a key Free tier available — subscribe to the **Google Flights Live API**: **→ https://rapidapi.com/mtnrabi/api/google-flights-live-api** Send it as an `x-rapidapi-key` header, as `?rapidapi_key=` on the server URL, or paste it into the config field above. ### Also available - 🏨 **Hotels** — [mrabi/booking](https://smithery.ai/servers/mrabi/booking), Booking.com prices with per-country rate-parity checks - 🆓 **Free tier** — [mrabi/freemium-google-flights-and-booking-mcp](https://smithery.ai/servers/mrabi/freemium-google-flights-and-booking-mcp), no key, no signup, one clearly-labeled sponsored card --- *An independent service returning publicly available flight pricing. Not affiliated with, endorsed by, or sponsored by Google.* [Privacy](https://flights.flightpowers.com/privacy) · [Terms](https://flights.flightpowers.com/terms) · [Support](https://flights.flightpowers.com/support) · [Status](https://flights.flightpowers.com/health)
mrabi
mcp
free
Others in the same category, ranked by how often they are opened.