T
travel
/search_flights
search flights
Search airline flights / airfares between two cities by date, cabin class (economy / premium economy / business / first), and number of passengers. Returns avai
liveverifiedunknown~5s typical
mcpprobedtravel
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-autonomad-travel /search_flights for me.
Input
| Field | Type | Description |
|---|---|---|
| origin* | string | IATA origin airport code (e.g., 'MIA', 'JFK', 'LAX') |
| destination* | string | IATA destination airport code |
| departure_date* | string | Departure date (YYYY-MM-DD) |
| return_date | string | Return date for round-trip (YYYY-MM-DD). Omit for one-way. |
| passengers | number | Number of passengers (1-9, default: 1) |
| cabin_class | string (economy | premium_economy | business | first) | Cabin class (default: economy) |
| max_price_usd | number | Maximum total price in USD |
| nonstop_only | boolean | Only show nonstop flights (default: false) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-autonomad-travel","endpoint":"/search_flights","input":{"origin":"...","destination":"...","departure_date":"..."}}'cli
npx cracked-ai run -p mcp-ai-autonomad-travel -e /search_flights -i '{"origin":"...","destination":"...","departure_date":"..."}'mcp
run_tool({ provider: "mcp-ai-autonomad-travel", endpoint: "/search_flights", input: {"origin":"...","destination":"...","departure_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.