← hoghogh.ai

INDIVIDUAL MCP TOOL

calculate_tax

Calculate Iranian salary, property-transfer, inheritance or rental tax.

hoghogh.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://hoghogh.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for calculate_tax and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

hoghogh.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hoghoghai]
url = "https://hoghogh.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hoghoghai": {
      "type": "http",
      "url": "https://hoghogh.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hoghoghai
Remote MCP URL: https://hoghogh.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hoghoghai": {
      "url": "https://hoghogh.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hoghoghai": {
      "type": "http",
      "url": "https://hoghogh.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hoghoghai",
  "transport": "streamable-http",
  "url": "https://hoghogh.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_law_articles — Semantic + keyword search across the full text of Iranian statutes (46,000+ articles: قانون مدنی، مجازات اسلامی، کار، تجارت، آیین دادرسی و…).
  • lookup_law_article — Fetch the VERBATIM text of a specific article when you already know the law and the article number (e.g.
  • search_case_law — Search 31,000+ Iranian court rulings and آرای وحدت رویه (binding precedent).
  • search_circular — Search official circulars and directives (بخشنامه‌ها) from the judiciary and government bodies — the source of current official RATES and procedures.
  • calculate_diyeh — Calculate دیه for a bodily injury using the CURRENT official rate and the fractions set by قانون مجازات اسلامی.
  • calculate_litigation_fee — Calculate Iranian court filing fees (هزینهٔ دادرسی) for a monetary claim at a given stage (بدوی / تجدیدنظر / فرجام), using the current official percentages.
  • calculate_severance — Calculate an Iranian employee's end-of-service entitlements (حق سنوات، عیدی، مانده مرخصی) under قانون کار, using the current official minimum wage.
  • search_advisory_opinions — Search the advisory opinions (نظریات مشورتی) of the Judiciary's legal department (اداره کل حقوقی قوه قضائیه) — the official, citable interpretation of Iranian statutes.