AT
Award Travel Finder
/update_hotel_booking
update hotel booking
Update a tracked hotel booking — correct dates, room type, points, rate, confirmation number, etc. Do NOT use this to cancel a booking — use delete_hotel_bookin
liveunknown~5s typical
mcpawardtravelfinder
$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-awardtravelfinder-mcp /update_hotel_booking for me.
Input
| Field | Type | Description |
|---|---|---|
| booking_id* | integer | |
| hotel_id | string | |
| check_in_date | string | |
| check_out_date | string | |
| kind | string (award | cash) | |
| original_points | integer | |
| original_pay_rate_usd | number | |
| cash_rate_currency | string | |
| room_type | string | |
| rate_plan | string | |
| confirmation_number | string | |
| monitoring_enabled | boolean | |
| notes | string |
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-awardtravelfinder-mcp","endpoint":"/update_hotel_booking","input":{"booking_id":1}}'cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /update_hotel_booking -i '{"booking_id":1}'mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/update_hotel_booking", input: {"booking_id":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.