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
| Field | Type | Description |
|---|---|---|
| destination* | string | City or place name, e.g. "Rome" or "Cancun". |
| check_in* | string | Check-in date in YYYY-MM-DD. |
| check_out* | string | Check-out date in YYYY-MM-DD. |
| adults | integer | Number of adults. default 2 |
| children | integer | Number of children. default 0 |
| rooms | integer | Number of rooms. default 1 |
| max_results | integer | How many hotels to return. default 8 |
| sort | string (price | rating | stars) | Result order. 'price' (default): lowest all-in total first. 'rating': highest guest rating default "price" |
| max_price | number | Only return hotels whose all-in total (whole stay, USD) is at or below this. |
| min_price | number | Only hotels with an all-in total at or above this. |
| min_stars | integer | Only hotels of at least this star category (e.g. 4). |
| radius_km | number | Search 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.