asksteps
A
asksteps
/asksteps_change_plan

asksteps: move a paid account to another plan

Moves an account that already pays to a different plan. THIS SPENDS THE CUSTOMER'S MONEY. Requires "billing:write", the account owner, and a purchase mandate th

liveverifiedunknown~5s typical
mcpprobedasksteps
$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-co-asksteps-asksteps /asksteps_change_plan for me.

Input

FieldTypeDescription
plan_code*stringPlan code to move to.
intervalstring"month" (default) or "year". A yearly change commits twelve months at once.
confirmbooleanSet to true only AFTER you told the user the price and they agreed. Without it nothing is default false

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-co-asksteps-asksteps","endpoint":"/asksteps_change_plan","input":{"plan_code":"...","confirm":false}}'
cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_change_plan -i '{"plan_code":"...","confirm":false}'
mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_change_plan", input: {"plan_code":"...","confirm":false} })

Try it

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