BreckenWander Travel
BT
BreckenWander Travel
/search_hotels

Search hotels on BreckenWander

Search hotels for a destination and dates and get BreckenWander's all-in price (every mandatory tax and fee included). Returns a link to complete the booking on

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_hotels for me.

Input

FieldTypeDescription
destination*stringCity or place name, e.g. "Rome" or "Cancun".
check_in*stringCheck-in date in YYYY-MM-DD.
check_out*stringCheck-out date in YYYY-MM-DD.
adultsintegerNumber of adults. default 2
childrenintegerNumber of children. default 0
roomsintegerNumber of rooms. default 1
max_resultsintegerHow many hotels to return. default 8
sortstring (price | rating | stars)Result order. 'price' (default): lowest all-in total first. 'rating': highest guest rating default "price"
max_pricenumberOnly return hotels whose all-in total (whole stay, USD) is at or below this.
min_pricenumberOnly hotels with an all-in total at or above this.
min_starsintegerOnly hotels of at least this star category (e.g. 4).
radius_kmnumberSearch radius around the destination in km (default ~12). Use a small value like 2 for 'ne

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_hotels","input":{"destination":"...","check_in":"...","check_out":"...","adults":2,"children":0,"rooms":1,"max_results":8,"sort":"price"}}'
cli
npx cracked-ai run -p mcp-com-breckenwander-travel-connector -e /search_hotels -i '{"destination":"...","check_in":"...","check_out":"...","adults":2,"children":0,"rooms":1,"max_results":8,"sort":"price"}'
mcp
run_tool({ provider: "mcp-com-breckenwander-travel-connector", endpoint: "/search_hotels", input: {"destination":"...","check_in":"...","check_out":"...","adults":2,"children":0,"rooms":1,"max_results":8,"sort":"price"} })

Try it

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