BC
BlinkCodes catalog
/buy_product
buy product
Buy a gift card, service top-up or travel eSIM and receive the delivery. Paid in USDC on Base (x402), no account and no browser. Call it twice: first with the o
liveverifiedunknown~5s typical
mcpprobedblinkcodescatalog
$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-blinkcodes-catalog /buy_product for me.
Input
| Field | Type | Description |
|---|---|---|
| account_number | string | Only for products where get_product reported requires_account: the recipient account the t |
| amount | number | Only for products where get_product reported requires_amount; send instead of item_id. |
| string | Delivery address. The code, eSIM profile or number is emailed here, and it is the only ide | |
| item_id | integer | Denomination id from get_product items[]. |
| order_id | string | Second call only: the order_id returned by the first call. |
| payment_payload | object | Second call only: the signed x402 PaymentPayload built from the requirements the first cal |
| product_id | integer | Product id from search_catalog. |
| product_type | string (giftcard | topup) | giftcard = voucher, topup = service recharge. eSIM data plans from search_catalog are boug |
| quantity | integer | Copies to buy. Defaults to 1 — send it only to buy several. |
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-blinkcodes-catalog","endpoint":"/buy_product","input":{}}'cli
npx cracked-ai run -p mcp-com-blinkcodes-catalog -e /buy_product -i '{}'mcp
run_tool({ provider: "mcp-com-blinkcodes-catalog", endpoint: "/buy_product", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.