AnchoredIP
A
AnchoredIP
/create_tunnel

create tunnel

Provision a peer and return its WireGuard configuration. Three routing modes, and the right one depends on the machine. source (the default) sends only traffic

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

Input

FieldTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
routing_modestring (source | full | destinations)Defaults to source, which is Linux only. Use destinations when the machine is not a Linux
destinationsarrayAddresses or ranges to route through the tunnel, like 203.0.113.10 or 203.0.113.0/24. Requ
transportstring (wireguard | amneziawg)Defaults to wireguard. Use amneziawg where deep packet inspection blocks a plain WireGuard
labelstringFor the customer's own reference.

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

Try it

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