AnchoredIP
A
AnchoredIP
/set_reverse_dns

set reverse dns

Publish a PTR record for an address on the lease. Live within a second; an empty hostname removes it.

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_reverse_dns for me.

Input

FieldTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
address*string
hostname*stringEmpty removes the record.

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_reverse_dns","input":{"access_token":"...","address":"...","hostname":"..."}}'
cli
npx cracked-ai run -p mcp-com-anchoredip-anchoredip -e /set_reverse_dns -i '{"access_token":"...","address":"...","hostname":"..."}'
mcp
run_tool({ provider: "mcp-com-anchoredip-anchoredip", endpoint: "/set_reverse_dns", input: {"access_token":"...","address":"...","hostname":"..."} })

Try it

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