mcp
M
mcp
/get_vpn_config

get vpn config

Fetch a VPN client configuration for one server on a VPN order. Needs the order_id and its short lookup/magic code (both returned by purchase_vpn), a protocol (

liveverifiedunknown~5s typical
mcpprobedmcp
$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-buyukesim-mcp /get_vpn_config for me.

Input

FieldTypeDescription
order_id*integerThe order_id from purchase_vpn.
code*stringThe order lookup / magic code, e.g. 8U6D-ANCM.
protocol*stringwireguard, openvpn or vless. WireGuard servers also serve OpenVPN; VLESS servers only serv
server_id*integerA server id from list_vpn_plans.

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-buyukesim-mcp","endpoint":"/get_vpn_config","input":{"order_id":1,"code":"...","protocol":"...","server_id":1}}'
cli
npx cracked-ai run -p mcp-com-buyukesim-mcp -e /get_vpn_config -i '{"order_id":1,"code":"...","protocol":"...","server_id":1}'
mcp
run_tool({ provider: "mcp-com-buyukesim-mcp", endpoint: "/get_vpn_config", input: {"order_id":1,"code":"...","protocol":"...","server_id":1} })

Try it

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