B
BizVerify
/purchase_credits
Purchase Credits
Starts a credit purchase: creates a Stripe checkout session for the chosen package and returns a payment URL to present to the user. Does NOT charge immediately
liveverifiedunknown~5s typical
mcpprobedbizverify
$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-co-bizverify-mcp /purchase_credits for me.
Input
| Field | Type | Description |
|---|---|---|
| package_id* | string (credits_100 | credits_500 | credits_2000 | credits_10000) | Credit package to purchase: credits_100, credits_500, credits_2000, or credits_10000 |
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-co-bizverify-mcp","endpoint":"/purchase_credits","input":{"package_id":"credits_100"}}'cli
npx cracked-ai run -p mcp-co-bizverify-mcp -e /purchase_credits -i '{"package_id":"credits_100"}'mcp
run_tool({ provider: "mcp-co-bizverify-mcp", endpoint: "/purchase_credits", input: {"package_id":"credits_100"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.