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
| Field | Type | Description |
|---|---|---|
| origin* | string | Origin IATA airport or metro code, e.g. "JFK" or "LON". |
| destination* | string | Destination IATA airport or metro code, e.g. "LAX" or "CUN". |
| depart_date* | string | Departure date in YYYY-MM-DD. |
| return_date* | string | Return date in YYYY-MM-DD. Round-trip only for now. |
| adults | integer | Number of adult travelers. default 1 |
| children | integer | Number of child travelers (2-11). default 0 |
| infants | integer | Number of infant travelers (under 2). default 0 |
| cabin | string (economy | premium_economy | business | first) | Cabin class. default "economy" |
| sort | string (best | price | duration) | Result ordering. 'best' (default) balances price, travel time, and stops; 'price' is stric default "best" |
| max_stops | integer | Maximum stops on the outbound leg. 0 returns nonstop flights only. |
| max_results | integer | How 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.