AM
Arzbin MCP Server
/convert_to_toman
Convert to Toman
Converts a fiat, crypto, or gold amount to an estimated Toman value using latest Arzbin indicative market data. Not financial advice.
liveverifiedunknown~5s typical
mcpprobedarzbinmcpserver
$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-com-arzbin-market-data /convert_to_toman for me.
Input
| Field | Type | Description |
|---|---|---|
| assetType* | string | Asset type: fiat, crypto, or gold. |
| code* | string | Asset code such as USD, EUR, USDT, BTC, EMAMI, or GOLD_GRAM. |
| amount* | number | Amount of the asset to convert to Toman. Must be greater than zero. |
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-com-arzbin-market-data","endpoint":"/convert_to_toman","input":{"assetType":"...","code":"...","amount":1}}'cli
npx cracked-ai run -p mcp-com-arzbin-market-data -e /convert_to_toman -i '{"assetType":"...","code":"...","amount":1}'mcp
run_tool({ provider: "mcp-com-arzbin-market-data", endpoint: "/convert_to_toman", input: {"assetType":"...","code":"...","amount":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.