# calculate_import_tax

Calcula o imposto de compra internacional (Shein, AliExpress, Amazon): 20% até US$ 50 no Remessa Conforme, 60% com desconto de US$ 20 acima, ICMS de 17% por dentro, convertido pelo dólar do dia do Banco Central. Parâmetros obrigatórios: product_usd. Opcionais: freight_usd, remessa_conforme. Use exatamente estes nomes, em inglês.

Agent View of the PolicyLayer registry record for `calculate_import_tax`. HTML page: https://policylayer.com/tools/com-falazuki-finance-br/calculate-import-tax

## Facts

- Tool: `calculate_import_tax`
- Server: FalaZuki Finance BR (`https://mcp.falazuki.com/mcp`) — https://policylayer.com/tools/com-falazuki-finance-br.md
- Homepage: https://github.com/https://mcp.falazuki.com/mcp
- Risk category: Write (Medium risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 3 (1 required)
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `freight_usd` | number | no | Frete e seguro em US$ (entram na base do imposto) |
| `product_usd` | number | yes | Valor do produto em US$ (o limite do regime é US$ 3.000) |
| `remessa_conforme` | boolean | no | Comprado em plataforma do Remessa Conforme (Shein, AliExpress, Amazon: quase todas são) |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "calculate_import_tax",
    "arguments": {
      "product_usd": 0
    }
  }
}
```

## Why calculate_import_tax is rated Medium

An AI agent can call calculate_import_tax faster than any human can review: one bad instruction and it creates or modifies resources in FalaZuki Finance BR by the hundred, each call as confident as the last.

## Use case

AI agents use calculate_import_tax to create or update resources in FalaZuki Finance BR, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your FalaZuki Finance BR environment.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches FalaZuki Finance BR:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "calculate_import_tax": {
      "limits": [
        {
          "counter": "calculate_import_tax_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on FalaZuki Finance BR (113)

- `calculate_vacation_pay` — Financial — https://policylayer.com/tools/com-falazuki-finance-br/calculate-vacation-pay.md
- `advise_investment` — Read — https://policylayer.com/tools/com-falazuki-finance-br/advise-investment.md
- `advise_tax_regime` — Read — https://policylayer.com/tools/com-falazuki-finance-br/advise-tax-regime.md
- `calculate_acordo_divida` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-acordo-divida.md
- `calculate_adicional_noturno` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-adicional-noturno.md
- `calculate_annual_salary` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-annual-salary.md
- `calculate_antecipacao_fgts` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-antecipacao-fgts.md
- `calculate_average_price` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-average-price.md
- `calculate_aviso_previo` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-aviso-previo.md
- `calculate_break_even` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-break-even.md
- `calculate_budget` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-budget.md
- `calculate_car_affordability` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-car-affordability.md
- `calculate_car_ownership_cost` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-car-ownership-cost.md
- `calculate_card_machine_fee` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-card-machine-fee.md
- `calculate_carne_leao` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-carne-leao.md
- `calculate_cdi_yield` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-cdi-yield.md
- `calculate_cet` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-cet.md
- `calculate_come_cotas` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-come-cotas.md
- `calculate_compound_interest` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-compound-interest.md
- `calculate_consorcio` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-consorcio.md
- `calculate_credit_card_interest` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-credit-card-interest.md
- `calculate_custo_demissao` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-custo-demissao.md
- `calculate_darf` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-darf.md
- `calculate_debt_payoff` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-debt-payoff.md
- `calculate_dias_uteis` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-dias-uteis.md
- `calculate_discount` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-discount.md
- `calculate_dividend_income_goal` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-dividend-income-goal.md
- `calculate_dividend_yield` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-dividend-yield.md
- `calculate_emergency_fund` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-emergency-fund.md
- `calculate_employee_cost` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-employee-cost.md
- …and 83 more: https://policylayer.com/tools/com-falazuki-finance-br.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-falazuki-finance-br · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-falazuki-finance-br
