M
mcp
/purchase_vpn
purchase vpn
Buy VPN access using the agent wallet balance. Deducts the plan price and returns the username, password and expiry instantly. plan is one of 7d, 15d, 30d, 90d,
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 /purchase_vpn for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key | string | The ak_live_ key returned by create_wallet. Pass it here, or as an Authorization: Bearer h |
| plan* | string (7d | 15d | 30d | 90d | 180d | 365d) | Plan key from list_vpn_plans. |
| request_id | string | Optional idempotency key - reuse on a retry to avoid a double charge. |
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":"/purchase_vpn","input":{"plan":"7d"}}'cli
npx cracked-ai run -p mcp-com-buyukesim-mcp -e /purchase_vpn -i '{"plan":"7d"}'mcp
run_tool({ provider: "mcp-com-buyukesim-mcp", endpoint: "/purchase_vpn", input: {"plan":"7d"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.