topup
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

FieldTypeDescription
type*string (topup | esim | bill | payout)
offerId*string
phonestringrecipient phone for topup/bill (E.164)
amountnumberfor range offers: amount in the recipient's local currency
iccidstringexisting eSIM to top up (optional)
fieldsobjectbill-pay / payout recipient fields the offer lists in requiredFields (account_number, bank
senderobjectpayouts only: the principal (legal name + country); reference = partner KYC id, required a
payerstringthe 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.