T
topup
/list_offers
list offers
Browse purchasable offers: mobile top-ups, travel eSIMs, prepaid bills, or international payment corridors (bank / mobile money / UPI) for a country. Free. Pric
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 /list_offers for me.
Input
| Field | Type | Description |
|---|---|---|
| type* | string (topup | esim | bill | payout) | payout = international payment (bank / mobile money / UPI) |
| country | string | ISO-3166 alpha-2, e.g. IN |
| brand | string |
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":"/list_offers","input":{"type":"topup"}}'cli
npx cracked-ai run -p mcp-app-iomarkets-topup -e /list_offers -i '{"type":"topup"}'mcp
run_tool({ provider: "mcp-app-iomarkets-topup", endpoint: "/list_offers", input: {"type":"topup"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.