T
topup
/lookup_phone
lookup phone
Identify the country and mobile operator of a phone number and list the top-up offers available for it. Free. The operator is DETECTED from the number range and
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 /lookup_phone for me.
Input
| Field | Type | Description |
|---|---|---|
| phone* | string | E.164, e.g. +919876543210 |
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":"/lookup_phone","input":{"phone":"..."}}'cli
npx cracked-ai run -p mcp-app-iomarkets-topup -e /lookup_phone -i '{"phone":"..."}'mcp
run_tool({ provider: "mcp-app-iomarkets-topup", endpoint: "/lookup_phone", input: {"phone":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.