AT
Award Travel Finder
/monitor_hotel_price
monitor hotel price
Start monitoring a hotel points booking for price drops. Checks every 12 hours and sends email alerts when the points rate decreases. Paid feature.
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 /monitor_hotel_price for me.
Input
| Field | Type | Description |
|---|---|---|
| hotel_code* | string | Hotel code or numeric id from search_hotels |
| check_in_date* | string | |
| check_out_date* | string | |
| original_points* | integer | TOTAL points cost (per-night rate x nights) |
| room_type* | string | |
| rate_plan* | string | |
| confirmation_number | string | |
| 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":"/monitor_hotel_price","input":{"hotel_code":"...","check_in_date":"...","check_out_date":"...","original_points":1,"room_type":"...","rate_plan":"..."}}'cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /monitor_hotel_price -i '{"hotel_code":"...","check_in_date":"...","check_out_date":"...","original_points":1,"room_type":"...","rate_plan":"..."}'mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/monitor_hotel_price", input: {"hotel_code":"...","check_in_date":"...","check_out_date":"...","original_points":1,"room_type":"...","rate_plan":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.