M
mcp
/get_card_checkout_link
Get a card checkout link
Card payments require a browser (3-D Secure). Returns the dashboard page for the pool where a human can complete checkout. Card subscriptions auto-renew monthly
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-cheapestinference-mcp /get_card_checkout_link for me.
Input
| Field | Type | Description |
|---|---|---|
| pool_slug* | string | Pool slug from list_pools |
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-cheapestinference-mcp","endpoint":"/get_card_checkout_link","input":{"pool_slug":"..."}}'cli
npx cracked-ai run -p mcp-com-cheapestinference-mcp -e /get_card_checkout_link -i '{"pool_slug":"..."}'mcp
run_tool({ provider: "mcp-com-cheapestinference-mcp", endpoint: "/get_card_checkout_link", input: {"pool_slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.