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
| Field | Type | Description |
|---|---|---|
| carrier | string | Airline/operator name or IATA code if known. |
| preferences* | array | The traveler's improvements to watch for, in their order of preference. |
| budgetAmount | number | Overall budget if they want the agent to act. |
| budgetCurrency | string | |
| autoAction | boolean | If true (and a budget is set), act within budget; else notify. |
| channels | array | How to reach them: in_chat | watch_page | email | sms | whatsapp | push. |
| contact | object | |
| purpose | string (business | leisure) | Is the trip for business or leisure? Tailors the complementary experiences we surface at t |
| firstVisit | boolean | Is 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.