← falazuki.com

INDIVIDUAL MCP TOOL

calculate_adicional_noturno

Calcula o adicional noturno urbano (22h às 5h): os 20% sobre a hora diurna MAIS o efeito da hora noturna reduzida de 52min30s, que transforma cada hora de relógio em 1,14 hora paga.

falazuki.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.falazuki.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

falazuki.com

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.falazuki-finance-br]
url = "https://mcp.falazuki.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "falazuki-finance-br": {
      "type": "http",
      "url": "https://mcp.falazuki.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: falazuki-finance-br
Remote MCP URL: https://mcp.falazuki.com/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": {
    "falazuki-finance-br": {
      "url": "https://mcp.falazuki.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "falazuki-finance-br": {
      "type": "http",
      "url": "https://mcp.falazuki.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "falazuki-finance-br",
  "transport": "streamable-http",
  "url": "https://mcp.falazuki.com/mcp"
}
MCP Inspector

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

Related tools

  • calculate_car_ownership_cost — Calcula o custo mensal real de ter um carro — IPVA, seguro, combustível, manutenção, depreciação, estacionamento.
  • calculate_fgts — Calcula saldo do FGTS, rendimento, saque-aniversário e multa rescisória de 40%.
  • calculate_thirteenth_salary — Calcula o décimo terceiro salário — 1ª parcela, 2ª parcela com descontos de INSS e IRRF.
  • calculate_financing — Calcula financiamento imobiliário SAC ou Price.
  • calculate_severance — Calcula rescisão trabalhista CLT — demissão sem justa causa, pedido de demissão ou acordo.
  • calculate_vacation_pay — Calcula férias CLT — valor das férias + 1/3 constitucional + abono pecuniário, com desconto de INSS e de IRRF.
  • calculate_rent_vs_buy — Compara alugar vs comprar imóvel considerando custo de oportunidade, valorização e custos totais.
  • calculate_rent_adjustment — Calcula o reajuste anual do aluguel pelo acumulado real de 12 meses do IGP-M ou do IPCA (Banco Central), mostra o novo valor pelos dois índices e a diferença entre eles no ano.