Flight Price MCP Server — Claude, Cursor & AI Agents
Pricing
from $30.00 / 1,000 tool calls
Flight Price MCP Server — Claude, Cursor & AI Agents
Plug-and-play multi-source flight price MCP server (Google Flights, Kiwi, TAP, JetBlue, and more) for Claude Desktop, Cursor, Claude Code, ChatGPT and any MCP-compatible AI agent. IATA airport codes in, curated flight data out.
Pricing
from $30.00 / 1,000 tool calls
Rating
0.0
(0)
Developer
deusex machine
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Flight Price MCP Server
Plug-and-play multi-source flight price search as a native Model Context Protocol (MCP) server. Connect your AI agent (Claude Desktop, Cursor, Claude Code, ChatGPT, VS Code, Codex) and search flights with IATA airport codes in natural language.
Connect from your MCP client
MCP Standby endpoint:
https://makework36--flight-mcp-server.apify.actor/mcp?token=YOUR_APIFY_TOKEN
Claude Desktop
{"mcpServers": {"flight-price": {"url": "https://makework36--flight-mcp-server.apify.actor/mcp?token=YOUR_APIFY_TOKEN"}}}
Cursor / Claude Code / VS Code
Use mcp.apify.com — select this Actor, click the install line for your client.
Available tools
search_flights
Search real flight prices by IATA airport codes.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
origin | string | ✅ | Origin IATA code (e.g. LAX, JFK, MTY, MAD) |
destination | string | ✅ | Destination IATA code |
departDate | string | ✅ | YYYY-MM-DD |
returnDate | string | — | YYYY-MM-DD round-trip (omit for one-way) |
adults | integer | — | 1–9, default 1 |
cabinClass | enum | — | ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRST |
currency | string | — | Default USD |
maxFlights | integer | — | 1–100, default 20 |
Returns: compact JSON with query summary + up to maxFlights flights (best price per source, airline, departure/arrival times, duration, stops, cabin classes).
Pricing
$0.03 per successful tool call. Failed calls are not billed.
Use cases for AI agents
- Travel assistants: "find the cheapest flight LAX→NRT in July"
- Comparison bots: aggregate prices across Google Flights, Kiwi, TAP, JetBlue
- Price-watch workflows: schedule periodic searches + alert when prices drop
- Itinerary builders: feed multiple legs back-to-back into an agent reasoning loop
Under the hood
Wraps the makework36/flight-price-scraper Actor which queries multiple flight data sources in parallel:
- Google Flights
- Kiwi.com
- TAP Air Portugal
- JetBlue
- and more
Each search_flights call returns the cheapest result per source so the agent can reason about best options.
Related
- Skyscanner MCP Server — dedicated Skyscanner search with entity IDs + cheapest-destination mode.
- Airbnb MCP Server — vacation rentals.
- Upstream scraper: flight-price-scraper.