T
topup
/quote
quote
Lock a price (10 minutes) for one purchase. Returns quoteId, exact USDC price and what will be delivered. Free. ALWAYS show the human the price and the recipien
liveverifiedunknown~5s typical
mcpprobedtopup
$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-app-iomarkets-topup /quote for me.
Input
| Field | Type | Description |
|---|---|---|
| type* | string (topup | esim | bill | payout) | |
| offerId* | string | |
| phone | string | recipient phone for topup/bill (E.164) |
| amount | number | for range offers: amount in the recipient's local currency |
| iccid | string | existing eSIM to top up (optional) |
| fields | object | bill-pay / payout recipient fields the offer lists in requiredFields (account_number, bank |
| sender | object | payouts only: the principal (legal name + country); reference = partner KYC id, required a |
| payer | string | the Algorand address you will pay from (required for payout compliance when this server ho |
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-app-iomarkets-topup","endpoint":"/quote","input":{"type":"topup","offerId":"..."}}'cli
npx cracked-ai run -p mcp-app-iomarkets-topup -e /quote -i '{"type":"topup","offerId":"..."}'mcp
run_tool({ provider: "mcp-app-iomarkets-topup", endpoint: "/quote", input: {"type":"topup","offerId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.