Google Flights Search (Real-Time Fares)
com.flightpowers/google-flightsReal-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.
Tools · 2
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…
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
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.
Price several destinations from one origin over the same dates and rank them, to answer 'where can I go cheaply'.
Find round-trip options for a destination across flexible trip lengths, priced as paired legs, within a budget.
Check a specific route and date against Google's historical price band and answer book-now or wait.
Similar MCP servers embedding-nearest
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"
}
}
}