IL
چیستارا — Iranian Legal Corpus
/calculate_lawyer_fee
محاسبهٔ حقالوکاله — Calculate lawyer fee (bar tariff)
Calculate حقالوکاله from the official bar-association tariff (تعرفهٔ کانون وکلا) by case type, stage and outcome. Never guess a lawyer's statutory fee.
liveunknown~5s typical
mcpچیستارا—iranian
$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-hoghogh-chistara /calculate_lawyer_fee for me.
Input
| Field | Type | Description |
|---|---|---|
| case_type | string (civil | criminal | admin) | Case type. |
| stage* | string (first | appeal | cassation) | Court stage. |
| outcome* | string (full_win | partial_win | settlement | lose) | Case outcome (or projection). |
| case_value_toman | number | Case value in Toman. |
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-hoghogh-chistara","endpoint":"/calculate_lawyer_fee","input":{"stage":"first","outcome":"full_win"}}'cli
npx cracked-ai run -p mcp-ai-hoghogh-chistara -e /calculate_lawyer_fee -i '{"stage":"first","outcome":"full_win"}'mcp
run_tool({ provider: "mcp-ai-hoghogh-chistara", endpoint: "/calculate_lawyer_fee", input: {"stage":"first","outcome":"full_win"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.