Flight Price MCP Server — Claude, Cursor & AI Agents avatar

Flight Price MCP Server — Claude, Cursor & AI Agents

Pricing

from $30.00 / 1,000 tool calls

Go to Apify Store
Flight Price MCP Server — Claude, Cursor & AI Agents

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

deusex machine

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

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:

NameTypeRequiredDescription
originstringOrigin IATA code (e.g. LAX, JFK, MTY, MAD)
destinationstringDestination IATA code
departDatestringYYYY-MM-DD
returnDatestringYYYY-MM-DD round-trip (omit for one-way)
adultsinteger1–9, default 1
cabinClassenumECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRST
currencystringDefault USD
maxFlightsinteger1–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.