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
| Field | Type | Description |
|---|---|---|
| access_token* | string | Returned by order_lease. The only credential for a lease. |
| routing_mode | string (source | full | destinations) | Defaults to source, which is Linux only. Use destinations when the machine is not a Linux |
| destinations | array | Addresses or ranges to route through the tunnel, like 203.0.113.10 or 203.0.113.0/24. Requ |
| transport | string (wireguard | amneziawg) | Defaults to wireguard. Use amneziawg where deep packet inspection blocks a plain WireGuard |
| label | string | For 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.