# Cálculo Trabalhista (remote · api.mcp.ai)

Brazilian labor calculation for AI: update labor claims and awards with official correction, interes

- Trust score: 72/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `api.mcp.ai`: 72/100 (this document), [markdown](https://verifymcp.io/servers/mcp-dir-calculo-trabalhista-mcp/p-calculo-trabalhista.md), [page](https://verifymcp.io/servers/mcp-dir-calculo-trabalhista-mcp/p-calculo-trabalhista)

## Channel facts

- Endpoint: `https://api.mcp.ai/p_calculo-trabalhista`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-27.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 406, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 53/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 2939 tokens (~133/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 83/100
  - Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 22 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Cálculo Trabalhista MCP server?

Cálculo Trabalhista is a hosted endpoint at https://api.mcp.ai/p_calculo-trabalhista, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http mcp-dir-calculo-trabalhista-mcp 'https://api.mcp.ai/p_calculo-trabalhista'
```

### Cursor

```json
{
  "mcpServers": {
    "mcp-dir-calculo-trabalhista-mcp": {
      "url": "https://api.mcp.ai/p_calculo-trabalhista"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "mcp-dir-calculo-trabalhista-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_calculo-trabalhista"
    }
  }
}
```

### Codex

```toml
[mcp_servers.mcp-dir-calculo-trabalhista-mcp]
url = "https://api.mcp.ai/p_calculo-trabalhista"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcp-dir-calculo-trabalhista-mcp": {
      "type": "remote",
      "url": "https://api.mcp.ai/p_calculo-trabalhista",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mcp-dir-calculo-trabalhista-mcp --url 'https://api.mcp.ai/p_calculo-trabalhista' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcp-dir-calculo-trabalhista-mcp:
    url: "https://api.mcp.ai/p_calculo-trabalhista"
```

### Netclaw

```json
{
  "McpServers": {
    "mcp-dir-calculo-trabalhista-mcp": {
      "Transport": "http",
      "Url": "https://api.mcp.ai/p_calculo-trabalhista"
    }
  }
}
```

### Vellum

```bash
assistant mcp add mcp-dir-calculo-trabalhista-mcp -t streamable-http -u 'https://api.mcp.ai/p_calculo-trabalhista'
```

### Other

```json
{
  "mcpServers": {
    "mcp-dir-calculo-trabalhista-mcp": {
      "type": "http",
      "url": "https://api.mcp.ai/p_calculo-trabalhista"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-27 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 71, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 66, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 0.9.346 → 0.9.351

### 2026-09-12 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (22)

### `calculo_atualizar` (~218 tokens)

Atualização monetária / liquidação de débito judicial: corrige parcelas por um índice oficial (IPCA, INPC, IGP-M, SELIC, TR…) e aplica juros, multa e honorários. Retorna detalhamento por parcela e totais. ATENÇÃO ao regime legal: SELIC já engloba correção+juros (não somar 1% a.m. por cima); pós-set/2024 o cível usa IPCA + taxa legal (Lei 14.905/2024).

Input parameters:

- `data_calculo` (string)
- `honorarios` (number)
- `honorarios_tipo` (string)
- `indice` (string)
- `juros_tipo` (string)
- `multa` (number)
- `multa_incide_sobre_juros` (boolean)
- `parcelas` (array, required)
- `periodicidade_juros` (string)
- `pro_rata` (boolean)
- `taxa_juros` (number)

### `calculo_indice` (~130 tokens)

Consulta de índice oficial: fator de correção acumulado entre duas datas (mês inicial excluído, mês final incluído — convenção BACEN/IBGE). Se `valor` informado, retorna o valor corrigido; se `incluir_valores` true, retorna as variações mensais publicadas (puxar os índices crus).

Input parameters:

- `data_final` (string)
- `data_inicial` (string, required)
- `incluir_valores` (boolean)
- `indice` (string, required)
- `pro_rata` (boolean)
- `valor` (number)

### `calculo_salario_minimo` (~58 tokens)

Salário mínimo nacional vigente de um ano (dinâmico, IPEADATA). Base para dosimetria (dia-multa), pensão por % do SM e mínimo existencial.

Input parameters:

- `ano` (number)

### `calculo_aluguel` (~147 tokens)

Aluguéis em atraso (Lei 8.245/91): reajusta o aluguel ao longo do contrato pelo índice, corrige cada mês atrasado até hoje, aplica juros de mora (1% a.m.) e multa moratória. Retorna detalhamento por mês + total.

Input parameters:

- `aluguel_inicial` (number, required)
- `data_calculo` (string)
- `fim_atraso` (string, required)
- `indice` (string)
- `inicio_atraso` (string, required)
- `inicio_contrato` (string, required)
- `juros` (number)
- `multa` (number)
- `periodicidade_meses` (number)

### `calculo_pensao` (~144 tokens)

Pensão alimentícia em atraso (art. 528 CPC): por mês do período calcula o devido (% do salário mínimo do mês, valor fixo ou % da remuneração), subtrai pagamentos e aplica correção (INPC) + juros 1% a.m. desde cada vencimento.

Input parameters:

- `data_calculo` (string)
- `fim_atraso` (string, required)
- `forma` (string, required)
- `indice` (string)
- `inicio_atraso` (string, required)
- `juros` (number)
- `pagamentos` (array)
- `referencia` (number, required)
- `remuneracoes` (array)

### `calculo_trabalhista` (~174 tokens)

Verbas rescisórias / liquidação trabalhista (CLT): saldo de salário, aviso prévio indenizado (Lei 12.506/2011), 13º proporcional, férias proporcionais + 1/3, férias vencidas, multa de 40%/20% do FGTS, com descontos de INSS e IRRF (tabelas 2026). Verbas indenizatórias isentas.

Input parameters:

- `admissao` (string, required)
- `aviso` (string)
- `demissao` (string, required)
- `dependentes` (number)
- `ferias_vencidas` (boolean)
- `motivo` (string)
- `projetar_aviso` (boolean)
- `salario` (number, required)
- `saldo_fgts` (number)

### `calculo_fgts` (~108 tokens)

Correção do FGTS (tese TR → INPC/IPCA-E, STF): por depósito calcula a diferença entre corrigir pelo índice de inflação vs pela TR, com juros de 3% a.a. da conta. Aceita depósitos manuais (ou, futuramente, extrato OCR).

Input parameters:

- `data_calculo` (string)
- `depositos` (array, required)
- `incluir_juros_3aa` (boolean)
- `indice` (string)

### `calculo_dosimetria` (~172 tokens)

Dosimetria da pena (art. 68 CP, sistema trifásico): pena-base pelas circunstâncias judiciais (art. 59), pena intermediária por atenuantes/agravantes (Súmula 231 STJ), pena definitiva por causas de aumento/diminuição (ex.: tentativa). Frações configuráveis.

Input parameters:

- `agravantes` (number)
- `atenuantes` (number)
- `causas_aumento` (array)
- `causas_diminuicao` (array)
- `circunstancias_desfavoraveis` (number)
- `fracao_fase1` (number)
- `fracao_fase2` (number)
- `pena_max_anos` (number, required)
- `pena_min_anos` (number, required)

### `calculo_progressao` (~157 tokens)

Progressão de regime (LEP art. 112, Lei 13.964/2019): percentual de cumprimento por primário/reincidente × comum/hediondo × violência/resultado morte, descontando remição (trabalho/estudo) e detração, e retorna a data de progressão.

Input parameters:

- `dias_detracao` (number)
- `dias_trabalhados` (number)
- `hediondo` (boolean)
- `horas_estudo` (number)
- `inicio_cumprimento` (string, required)
- `pena_anos` (number, required)
- `reincidente` (boolean)
- `resultado_morte` (boolean)
- `violencia` (boolean)

### `calculo_partilha` (~102 tokens)

Partilha de bens no divórcio por regime (Código Civil): apura a massa partilhável (bens − dívidas conforme o regime) e a quota de cada cônjuge, com torna por desequilíbrio. Marque entra_partilha por bem para sobrepor o default do regime.

Input parameters:

- `bens` (array, required)
- `dividas` (array)
- `nomes` (object)
- `regime` (string, required)

### `calculo_tempo_contribuicao` (~91 tokens)

Tempo de contribuição (CNIS): soma os vínculos contando concomitância uma vez e converte atividade especial em comum (fatores EC 103/2019, só até 13/11/2019). Retorna tempo total e se atinge o tempo antigo (35H/30M).

Input parameters:

- `sexo` (string, required)
- `vinculos` (array, required)

### `calculo_rmi` (~116 tokens)

RMI — Renda Mensal Inicial (pós-reforma EC 103/2019): média dos salários de contribuição × coeficiente (60% + 2% por ano acima de 20H/15M), com piso (salário mínimo) e teto (INSS).

Input parameters:

- `media_salarios` (number, required)
- `salario_minimo` (number)
- `sexo` (string, required)
- `tempo_contribuicao_anos` (number, required)
- `teto_inss` (number)

### `calculo_revisional` (~137 tokens)

Revisional de contrato bancário: recalcula o financiamento pela taxa média de mercado do BACEN (busca ao vivo por modalidade+mês) e apura o excedente por parcela (Price ou SAC). A taxa média é referência, não teto (STJ).

Input parameters:

- `data_contrato` (string)
- `modalidade` (string)
- `num_parcelas` (number, required)
- `parcela_paga` (number, required)
- `sistema` (string)
- `taxa_bacen_am` (number)
- `taxa_contratada_am` (number, required)
- `valor_financiado` (number, required)

### `calculo_superendividamento` (~95 tokens)

Superendividamento (Lei 14.181/2021): % da renda comprometida, mínimo existencial (R$600, parametrizável), renda disponível e capacidade de pagamento de um plano de até 5 anos.

Input parameters:

- `dividas` (array, required)
- `minimo_existencial` (number)
- `prazo_meses` (number)
- `renda_liquida` (number, required)

### `calculo_rmc_rcc` (~102 tokens)

RMC/RCC — reserva de margem consignável de cartão (INSS, códigos 217/268): limites de 5% e restituição corrigida dos descontos. Tese: cartão rotativo vendido como consignado que nunca amortiza.

Input parameters:

- `beneficio_mensal` (number, required)
- `data_calculo` (string)
- `descontos` (array, required)
- `indice` (string)
- `tipo` (string)

### `calculo_restituicao_inss` (~86 tokens)

Restituição de descontos indevidos no INSS (fraude associativa, códigos 280/304/310/378): soma as parcelas descontadas corrigidas. Ressarcimento administrativo via acordo STF (ADPF 1.236).

Input parameters:

- `data_calculo` (string)
- `descontos` (array, required)
- `indice` (string)

### `show_version` (~17 tokens)

Show the current MCP platform and adapter versions.

### `report_bug` (~50 tokens)

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input parameters:

- `context` (string)
- `conversation` (string)
- `message` (string, required)

### `connect` (~42 tokens)

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

### `toolkit_info` (~37 tokens)

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

### `marketplace` (~532 tokens)

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.

Input parameters:

- `action` (string)
- `arguments` (string)
- `cancel_comment` (string)
- `cancel_reason` (string)
- `conversation` (string)
- `immediate` (boolean)
- `limit` (number)
- `mcp_id` (string)
- `message` (string)
- `prompt_body` (string)
- `prompt_category` (string)
- `prompt_description` (string)
- `prompt_slug` (string)
- `prompt_targets` (array)
- `prompt_title` (string)
- `prompt_tool` (string)
- `prompt_vars` (string)
- `query` (string)
- `report_context` (string)
- `request_details` (string)
- `request_name` (string)
- `tier_slug` (string)
- `tool_id` (string)

### `authenticate` (~99 tokens)

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.

Input parameters:

- `token` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mcp-dir-calculo-trabalhista-mcp/p-calculo-trabalhista#diagnostics

## Score history

- 2026-09-27: 72
- 2026-09-26: 71
- 2026-09-25: 71
- 2026-09-24: 70
- 2026-09-23: 70
- 2026-09-22: 69
- 2026-09-21: 69
- 2026-09-20: 69
- 2026-09-19: 68
- 2026-09-18: 68
- 2026-09-17: 67
- 2026-09-16: 67
- 2026-09-15: 66
- 2026-09-14: 66
- 2026-09-13: 65
- 2026-09-12: 65
- 2026-09-11: 64
- 2026-09-10: 64
- 2026-09-09: 63
- 2026-09-08: 63
- 2026-09-07: 62
- 2026-09-06: 62
- 2026-09-05: 62
- 2026-09-04: 61
- 2026-09-03: 61
- 2026-09-02: 60

## Common questions

### What is the Cálculo Trabalhista MCP server?

Cálculo Trabalhista is an MCP server listed in the public MCP registry as io.github.mcp-dir/calculo-trabalhista-mcp. Brazilian labor calculation for AI: update labor claims and awards with official correction, interes. This page covers its hosted endpoint (https://api.mcp.ai/p_calculo-trabalhista).

### Is the Cálculo Trabalhista MCP server safe to use?

Cálculo Trabalhista scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Cálculo Trabalhista MCP server expose?

Cálculo Trabalhista exposes 22 tools: calculo_atualizar, calculo_indice, calculo_salario_minimo, calculo_aluguel, calculo_pensao, and 17 more. Their descriptions and schemas cost roughly 2,814 tokens of context every time the server is loaded.

### Does the Cálculo Trabalhista MCP server require authentication?

No. We connected to Cálculo Trabalhista without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Cálculo Trabalhista MCP server still maintained?

Cálculo Trabalhista is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.mcp.ai/p_calculo-trabalhista
- Repository: https://github.com/mcp-dir/calculo-trabalhista-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mcp-dir-calculo-trabalhista-mcp/p-calculo-trabalhista.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcp-dir-calculo-trabalhista-mcp/p-calculo-trabalhista.json
- HTML version of this page: https://verifymcp.io/servers/mcp-dir-calculo-trabalhista-mcp/p-calculo-trabalhista
