IL
چیستارا — Iranian Legal Corpus
/calculate_notary_fee
محاسبهٔ حقالتحریر دفترخانه — Calculate notary fee
Calculate حقالتحریر (the notary office's fee) from the official 1405 tariff for دفاتر اسناد رسمی. Distinct from حقالثبت (use calculate_stamp_duty for that). N
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_notary_fee for me.
Input
| Field | Type | Description |
|---|---|---|
| doc_type* | string | Document type. Rate-based types (need amount_toman): immovable/sale, movable/vehicle, fina |
| amount_toman | number | Document amount in Toman (rate-based types only; for real estate this is ارزش معاملاتی, no |
| obligor_count | number | Number of obligors (optional; each beyond two adds a surcharge). |
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_notary_fee","input":{"doc_type":"..."}}'cli
npx cracked-ai run -p mcp-ai-hoghogh-chistara -e /calculate_notary_fee -i '{"doc_type":"..."}'mcp
run_tool({ provider: "mcp-ai-hoghogh-chistara", endpoint: "/calculate_notary_fee", input: {"doc_type":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.