Cheapest destinations from an airport, each with its fare and that route's typical price.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give it an airport and get back the thirty cheapest destinations you can fly to from there, as structured JSON. Each one comes with the price, the typical price for that route, exact dates, airline, stops, duration, a photo, and a booking link.
The part nobody else gives you: which of them are actually bargains. A cheap fare and a good deal are not the same thing.
Actor: Google Flights Deals API on Apify Store
https://www.youtube.com/watch?v=jREWahDGhJM
Get a free Apify API key at apify.com.
average_price, what that route typically costs, plus savings, savings_percent, and an is_below_typical flag.Measured across three hubs, roughly 6 to 30% of the feed genuinely beats its typical price, depending on the airport. The rest are cheap in absolute terms without being discounts, usually short-haul routes. That is the nature of the source, and it is exactly why is_below_typical exists: it turns a list of cheap flights into a list you can filter for bargains.
One limit worth knowing: setting maxDurationMinutes makes the source stop returning the typical-price baseline, so that single filter turns off bargain detection. Every other filter keeps it, including one way.
| Feature | Detail |
|---|---|
| Bargain flag | is_below_typical is true only when the fare beats its own route's typical price |
| Derived savings | savings and savings_percent, computed locally on every row |
| Multi-airport | departureIds watches several home airports in one run |
| Filters | cabin class, max price, max stops, trip length preset, airline include or exclude |
| Booking links | flight_link goes straight to the itinerary |
| Localization | currency, hl, and gl |
Nonstop options under a budget:
Weekend trips from a set of home airports:
Business class bargains:
| Parameter | Type | Description |
|---|---|---|
departureId | string | 3-letter IATA code, such as JFK. |
departureIds | array | More airports. Each is one lookup. |
tripType | select | Round trip (default) or one way. Both keep the savings baseline. |
outboundDate / returnDate | string | YYYY-MM-DD. Leave blank to let the feed pick cheap dates. |
travelDuration | select | any, one_week, weekend, two_weeks |
tripLength | string | Exact days, as 7 or a range like 5-10. |
travelClass | select | economy, premium_economy, business, first |
maxPrice | integer | Drop deals above this price. |
maxStops | select | any, nonstop, one_stop, two_stops |
maxDurationMinutes | integer | Drop longer deals. Turns off bargain detection, see above. |
includeAirlines / excludeAirlines | string | Comma-separated codes. Mutually exclusive. |
maxDealsPerAirport | integer | Default and maximum 30. |
currency, hl, gl | string | Currency, language, country. |
One row per destination:
Negative savings are preserved rather than hidden: knowing a "deal" sits above its typical price is useful information.
This Actor returns a snapshot. It does not track prices over time, keep history, or send alerts. It is the data layer you build a price-alert product on.

Cowork is the desktop app's automation mode. To give it the Google Flights Deals API as a tool, add the Apify MCP server as a connector.
claude_desktop_config.json directly).
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonDownload the desktop app and start a free trial: https://claude.ai/referral/uIlpa7nPLg More help: https://docs.apify.com/platform/integrations/claude-desktop

Claude Code is the command-line tool. Add the Actor's MCP server with one command:
To use a token instead of browser OAuth:
Then verify with claude mcp list, or run /mcp inside a session. Ask Claude Code to call the Google Flights Deals API.
Try Claude Code free: https://claude.ai/referral/uIlpa7nPLg Claude Code MCP docs: https://code.claude.com/docs/en/mcp

On claude.ai you add Apify as a connector, then enable just this Actor's tool.
johnvc/google-flights-deals-api.https://mcp.apify.com/?tools=actors,docs,johnvc/google-flights-deals-api, using OAuth when prompted.Open Claude on the web: https://claude.ai/referral/uIlpa7nPLg

Cursor reads MCP servers from a project file at .cursor/mcp.json.
.cursor/mcp.json:New to Cursor? Get it here: https://cursor.com/referral?code=XQP4VBLI3NNX

ChatGPT connects to the Apify MCP server through Developer mode (available on ChatGPT Pro, Plus, Business, Enterprise, and Education plans).
https://mcp.apify.com/?tools=actors,docs,johnvc/google-flights-deals-apiMore help: https://docs.apify.com/platform/integrations/mcp
Use the Google Flights Deals API to power local lead lists, market research, and place data for your product or AI agent.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-flights-deals)<a href="https://allmcps.com/mcp/google-flights-deals"><img src="https://allmcps.com/api/badge/google-flights-deals?style=directory" alt="Google Flights Deals on AllMCPs" /></a>