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
| Field | Type | Description |
|---|---|---|
| brand_slug* | string | brandSlug from search_products |
| country_code* | string | countryCode from search_products |
| denomination_label* | string | Exact denomination label (e.g. "100 USD", "60 UC", "1 GB 7 days") |
| amount_usd* | number | USD amount (for dynamic-range products) |
| dynamic* | boolean | true for dynamic-range amounts, false for fixed denomination labels |
| coin* | string | Payment coin, e.g. USDC, USDT, BTC, SOL |
| network* | string | Exact network string from get_price/networks, e.g. "Solana", "Tron", "ETH Mainnet" |
| email* | string | Delivery email for the buyer |
| phone | string | Phone 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.