A
AnchoredIP
/set_autorenew
set autorenew
Stop this lease charging the customer's card again, or start it again. Only a card subscription can be stopped — a bank transfer is a payment the customer sends
liveverifiedunknown~5s typical
mcpprobedanchoredip
$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-com-anchoredip-anchoredip /set_autorenew for me.
Input
| Field | Type | Description |
|---|---|---|
| access_token* | string | Returned by order_lease. The only credential for a lease. |
| enabled* | boolean | false stops the next charge, true resumes it. |
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-com-anchoredip-anchoredip","endpoint":"/set_autorenew","input":{"access_token":"...","enabled":true}}'cli
npx cracked-ai run -p mcp-com-anchoredip-anchoredip -e /set_autorenew -i '{"access_token":"...","enabled":true}'mcp
run_tool({ provider: "mcp-com-anchoredip-anchoredip", endpoint: "/set_autorenew", input: {"access_token":"...","enabled":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.