A
AgentRoam
/get_price
get price
Live crypto price for one product/denomination. Payment coins include USDT, USDC, BTC (incl. Lightning), ETH, SOL, DAI, PYUSD, LTC, TRX, TON, DOGE and SUI acros
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 /get_price 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" |
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":"/get_price","input":{"brand_slug":"...","country_code":"...","denomination_label":"...","amount_usd":1,"dynamic":true,"coin":"...","network":"..."}}'cli
npx cracked-ai run -p mcp-ai-agentroam-agentroam -e /get_price -i '{"brand_slug":"...","country_code":"...","denomination_label":"...","amount_usd":1,"dynamic":true,"coin":"...","network":"..."}'mcp
run_tool({ provider: "mcp-ai-agentroam-agentroam", endpoint: "/get_price", input: {"brand_slug":"...","country_code":"...","denomination_label":"...","amount_usd":1,"dynamic":true,"coin":"...","network":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.