# calculate_card_machine_fee

Calcula quanto sobra de uma venda na maquininha e qual o custo efetivo dela ao mês, juntando a taxa da adquirente com o prazo até o dinheiro cair. Compara com o custo de antecipar os recebíveis. Parâmetros obrigatórios: sale_amount, fee_percent. Opcionais: installments, days_to_receive, anticipation_rate_per_month. Use exatamente estes nomes, em inglês.

Agent View of the PolicyLayer registry record for `calculate_card_machine_fee`. HTML page: https://policylayer.com/tools/com-falazuki-finance-br/calculate-card-machine-fee

## Facts

- Tool: `calculate_card_machine_fee`
- 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: Read (Low risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 5 (2 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `fee_percent` | number | yes | Taxa cobrada pela maquininha sobre a venda, em % (ex: 3.5) |
| `sale_amount` | number | yes | Valor da venda passada na maquininha, em R$ |
| `installments` | integer | no | Em quantas parcelas o cliente pagou (1 = à vista) |
| `days_to_receive` | integer | no | Dias até receber (na venda parcelada, o prazo da primeira parcela; as outras vêm de 30 em 30) |
| `anticipation_rate_per_month` | number | no | Taxa de antecipação por mês adiantado, em % (opcional) |

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_card_machine_fee",
    "arguments": {
      "fee_percent": 0,
      "sale_amount": 0
    }
  }
}
```

## Why calculate_card_machine_fee is rated Low

Even though calculate_card_machine_fee only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

## Use case

AI agents call calculate_card_machine_fee to retrieve information from FalaZuki Finance BR without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. 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_card_machine_fee": {}
  }
}
```

## 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_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
- `calculate_energy_consumption` — Read — https://policylayer.com/tools/com-falazuki-finance-br/calculate-energy-consumption.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
