BlinkCodes catalog
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

FieldTypeDescription
account_numberstringOnly for products where get_product reported requires_account: the recipient account the t
amountnumberOnly for products where get_product reported requires_amount; send instead of item_id.
emailstringDelivery address. The code, eSIM profile or number is emailed here, and it is the only ide
item_idintegerDenomination id from get_product items[].
order_idstringSecond call only: the order_id returned by the first call.
payment_payloadobjectSecond call only: the signed x402 PaymentPayload built from the requirements the first cal
product_idintegerProduct id from search_catalog.
product_typestring (giftcard | topup)giftcard = voucher, topup = service recharge. eSIM data plans from search_catalog are boug
quantityintegerCopies 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.