upgrade-agent
U
upgrade-agent
/start_watch

Start Booking Watch

Set up a Watcher Concierge: have Upgrade Agent CONTINUOUSLY watch a traveler's booking between now and departure and surface improvements to their trip — a bett

liveunknown~5s typical
mcpupgrade-agent
$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-ai-upgradeagent-upgrade-agent /start_watch for me.

Input

FieldTypeDescription
carrierstringAirline/operator name or IATA code if known.
preferences*arrayThe traveler's improvements to watch for, in their order of preference.
budgetAmountnumberOverall budget if they want the agent to act.
budgetCurrencystring
autoActionbooleanIf true (and a budget is set), act within budget; else notify.
channelsarrayHow to reach them: in_chat | watch_page | email | sms | whatsapp | push.
contactobject
purposestring (business | leisure)Is the trip for business or leisure? Tailors the complementary experiences we surface at t
firstVisitbooleanIs this the traveler's first time at the destination? Biases toward the classics vs off-th

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-ai-upgradeagent-upgrade-agent","endpoint":"/start_watch","input":{"preferences":[]}}'
cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /start_watch -i '{"preferences":[]}'
mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/start_watch", input: {"preferences":[]} })

Try it

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