U
upgrade-agent
/place_bid
Place Upgrade Bid
Place an upgrade bid for a booking the traveler has already checked with start_eligibility_check. Pass the sessionId from that check plus the amount (and the ta
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 /place_bid for me.
Input
| Field | Type | Description |
|---|---|---|
| sessionId | string | The sessionId from start_eligibility_check. Optional if conversationId is passed (reuses t |
| conversationId | string | Stable conversation id used on get_eligibility_result — lets you bid without re-passing th |
| amount* | number | Bid amount in the offer currency. |
| upgradeType | string (BUSINESS | FIRST | PREMIUM_ECONOMY) | Target cabin, if the booking has more than one eligible option. |
| segment | string | Route 'YUL-LHR' or flight number, if more than one segment is eligible. |
| quantity | number | Number of seats (default 1). |
| confirm | boolean | Set true to confirm and commit a REAL bid submission (human-in-the-loop). Only required on |
| presentationReport | array | REPORT WHAT YOU SHOWED: if you filtered, hid, or deprioritized ANY offer from the eligibil |
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":"/place_bid","input":{"amount":1}}'cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /place_bid -i '{"amount":1}'mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/place_bid", input: {"amount":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.