BreckenWander Travel
BT
BreckenWander Travel
/search_flights

Search flights on BreckenWander

Search round-trip flights between two airports for given dates and travelers. Returns BreckenWander's per-traveler round-trip price with taxes and carrier-impos

liveunknown~5s typical
mcpbreckenwandertravel
$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-com-breckenwander-travel-connector /search_flights for me.

Input

FieldTypeDescription
origin*stringOrigin IATA airport or metro code, e.g. "JFK" or "LON".
destination*stringDestination IATA airport or metro code, e.g. "LAX" or "CUN".
depart_date*stringDeparture date in YYYY-MM-DD.
return_date*stringReturn date in YYYY-MM-DD. Round-trip only for now.
adultsintegerNumber of adult travelers. default 1
childrenintegerNumber of child travelers (2-11). default 0
infantsintegerNumber of infant travelers (under 2). default 0
cabinstring (economy | premium_economy | business | first)Cabin class. default "economy"
sortstring (best | price | duration)Result ordering. 'best' (default) balances price, travel time, and stops; 'price' is stric default "best"
max_stopsintegerMaximum stops on the outbound leg. 0 returns nonstop flights only.
max_resultsintegerHow many flight options to return. default 8

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-com-breckenwander-travel-connector","endpoint":"/search_flights","input":{"origin":"...","destination":"...","depart_date":"...","return_date":"...","adults":1,"children":0,"infants":0,"cabin":"economy","sort":"best","max_results":8}}'
cli
npx cracked-ai run -p mcp-com-breckenwander-travel-connector -e /search_flights -i '{"origin":"...","destination":"...","depart_date":"...","return_date":"...","adults":1,"children":0,"infants":0,"cabin":"economy","sort":"best","max_results":8}'
mcp
run_tool({ provider: "mcp-com-breckenwander-travel-connector", endpoint: "/search_flights", input: {"origin":"...","destination":"...","depart_date":"...","return_date":"...","adults":1,"children":0,"infants":0,"cabin":"economy","sort":"best","max_results":8} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.