falazuki-finance-br (solusinc/falazuki-finance-br) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 25 tools. No publisher has claimed this listing.

D
Caution
58/100

falazuki-finance-br

MCP server with Brazilian financial calculators and economic data. Includes tools for salary, investments, loans, taxes, and cost of living.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

solusinc

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes25 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

calculate_budget

Calcula orçamento pela regra 50/30/20 — necessidades, desejos e investimentos a partir da renda líquida.

compare_clt_vs_pj

Compara renda líquida CLT vs PJ (Simples Nacional) para o mesmo valor bruto. Inclui benefícios CLT e custos PJ.

calculate_compound_interest

Calcula juros compostos com aportes mensais. Fórmula M = C × (1+i)^n com depósitos periódicos.

calculate_debt_payoff

Calcula plano de quitação de dívidas pelo método avalanche (maior juros primeiro) ou bola de neve (menor saldo primeiro). Compara os dois.

calculate_emergency_fund

Calcula o valor ideal da reserva de emergência e quanto tempo leva para montar, baseado nos gastos mensais e perfil.

calculate_financial_independence

Calcula quanto você precisa acumular para viver de renda (independência financeira) usando a regra dos 4% ou taxa personalizada.

calculate_financing

Calcula financiamento imobiliário SAC ou Price. Parcelas, juros totais e valor total pago.

calculate_inflation_adjustment

Corrige um valor pela inflação (IPCA). Mostra quanto um valor do passado equivale hoje, ou quanto o poder de compra diminuiu.

calculate_installment

Calcula parcelas de financiamento/empréstimo pelo sistema Price (parcelas fixas).

calculate_investment_return

Simula rendimento de renda fixa no Brasil — CDB, LCI, LCA, Tesouro Selic, Poupança. Calcula IR regressivo e compara com poupança.

calculate_mei_tax

Calcula o valor do DAS MEI mensal e verifica se está dentro do limite de faturamento.

calculate_net_salary

Calcula o salário líquido CLT no Brasil com descontos de INSS e IRRF. Tabelas atualizadas 2026.

calculate_opportunity_cost

Calcula quanto um gasto recorrente viraria se fosse investido. Ex: café de R$10/dia → quanto dá em 10 anos investido.

calculate_overtime

Calcula valor de horas extras CLT — 50% (dias úteis) e 100% (domingos/feriados).

calculate_real_salary

Calcula o salário real descontando a inflação. Mostra se o reajuste acompanhou o IPCA ou se houve perda de poder de compra.

calculate_severance

Calcula rescisão trabalhista CLT — demissão sem justa causa, pedido de demissão ou acordo. Inclui saldo de salário, férias, 13º, aviso prévio, multa FGTS.

calculate_thirteenth_salary

Calcula o décimo terceiro salário — 1ª parcela, 2ª parcela com descontos de INSS e IRRF.

calculate_vacation_pay

Calcula férias CLT — valor das férias + 1/3 constitucional + abono pecuniário, com desconto de INSS.

get_cost_of_living

Retorna custo de vida estimado em uma cidade brasileira — aluguel, alimentação, transporte, saúde, educação, lazer. Dados IBGE POF + estimativas 2026.

get_current_rates

Retorna taxas econômicas atuais do Brasil — Selic, CDI, IPCA, IGP-M, poupança, dólar, euro, salário mínimo.

get_average_salary

Retorna salário médio de uma profissão no Brasil — mínimo, mediana e máximo. Dados CAGED + Glassdoor 2026.

get_inss_table

Retorna tabela de contribuição INSS 2026 com faixas e alíquotas progressivas.

get_irpf_table

Retorna tabela do Imposto de Renda Pessoa Física 2026 com faixas, alíquotas e parcelas de dedução.

search_calculator

Encontra a calculadora financeira mais relevante no Falazuki para um determinado tema.

get_falazuki_info

Informações sobre o Fala, Zuki! — assistente financeiro pessoal no WhatsApp. Preço, funcionalidades, como começar.

// known CVEs in dependencies3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

25/25 tools missing one or more hints — calculate_budget (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); compare_clt_vs_pj (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); calculate_compound_interest (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +22 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

21/25 tool handlers declare input schemas (84%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 0/25 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/solusinc/falazuki-finance-br?variant=verified)](https://m8ven.ai/mcp/solusinc/falazuki-finance-br)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 5fdd0242075b918a627ef942943ff09b61a3bedc
code hash: 2f950a7307839dd165dfc101e4729f9454585c8ad2415f6a2656c9ca0db462b2
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client