AgentRoam
A
AgentRoam
/validate_order

validate order

Dry-run an order and mint a one-time confirm_token (valid 10 minutes). Returns a human-readable summary that MUST be shown to the user for approval before calli

liveverifiedunknown~5s typical
mcpprobedagentroam
$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-ai-agentroam-agentroam /validate_order for me.

Input

FieldTypeDescription
brand_slug*stringbrandSlug from search_products
country_code*stringcountryCode from search_products
denomination_label*stringExact denomination label (e.g. "100 USD", "60 UC", "1 GB 7 days")
amount_usd*numberUSD amount (for dynamic-range products)
dynamic*booleantrue for dynamic-range amounts, false for fixed denomination labels
coin*stringPayment coin, e.g. USDC, USDT, BTC, SOL
network*stringExact network string from get_price/networks, e.g. "Solana", "Tron", "ETH Mainnet"
email*stringDelivery email for the buyer
phonestringPhone number to recharge (REQUIRED for mobile top-ups, with country code)

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-ai-agentroam-agentroam","endpoint":"/validate_order","input":{"brand_slug":"...","country_code":"...","denomination_label":"...","amount_usd":1,"dynamic":true,"coin":"...","network":"...","email":"..."}}'
cli
npx cracked-ai run -p mcp-ai-agentroam-agentroam -e /validate_order -i '{"brand_slug":"...","country_code":"...","denomination_label":"...","amount_usd":1,"dynamic":true,"coin":"...","network":"...","email":"..."}'
mcp
run_tool({ provider: "mcp-ai-agentroam-agentroam", endpoint: "/validate_order", input: {"brand_slug":"...","country_code":"...","denomination_label":"...","amount_usd":1,"dynamic":true,"coin":"...","network":"...","email":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.