Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Google Flights Search (Real-Time Fares)

com.flightpowers/google-flights

Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.

Uptime
100.0%
2 direct probes · 30d
Response
836ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
4
available

Tools · 2

search_oneway_flights

FlightPowers one-way fare search: live prices read from Google Flights. Input: origin and destination IATA codes -- the destination may be several codes, as "BCN,LIS,ATH" or ["BCN","LIS","ATH"] -- plu…

search_roundtrip_flights

FlightPowers round-trip fare search: live prices read from Google Flights, priced as paired legs rather than two separate one-ways. Input: origin and destination IATA codes -- the destination may be s…

Prompts · 4

cheapest_dates

Scan a whole month (or any date range) for the lowest fare on a route and say whether the winner is actually a good price.

compare_destinations

Price several destinations from one origin over the same dates and rank them, to answer 'where can I go cheaply'.

plan_trip

Find round-trip options for a destination across flexible trip lengths, priced as paired legs, within a budget.

is_this_fare_good

Check a specific route and date against Google's historical price band and answer book-now or wait.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "google_flights_search_(real-time_fares)": {
      "url": "https://flights.flightpowers.com/mcp",
      "transport": "streamable-http"
    }
  }
}