upgrade-agent
U
upgrade-agent
/ask_upgrade_agent

ask upgrade agent

Answer a general (not booking-specific) travel-upgrade question — how bid/instant/points upgrades work, eligibility rules, bidding strategy, and which airlines,

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 /ask_upgrade_agent for me.

Input

FieldTypeDescription
question*stringThe traveler's upgrade question, in natural language.
askedBystringIdentifier for the calling agent/app (e.g. 'claude-cowork', 'aircanada-bot'). Used for per
conversationIdstringOptional stable conversation id — carries the operator in play across follow-up questions

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

Try it

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