# Brazilian Income Tax & Social Security Calculator MCP for AI Agents MCP

> Brazilian Income Tax & Social Security Calculator helps you figure out IRPF and INSS deductions for the 2024/2025 fiscal year. It handles the math for mandatory social security costs and compares different tax methods to see which one saves you more money. If you're dealing with Brazilian payroll or personal taxes, this MCP handles the heavy lifting.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LpzG70Z0BRGoQ0rrnRYzqwDmKp1Wnzk1f6hL5AYv/mcp
- **Tags:** brazil, irpf, inss, tax-calculator, finance-tools

## Description

This MCP handles the complex math behind Brazilian taxes. You can use it to figure out exactly how much Social Security (INSS) needs to be taken out of a paycheck or a set amount of gross earnings. It's built for the 2024/2025 fiscal period, so the numbers actually matter right now. Beyond just the basic deductions, it looks at the two different ways you can calculate Individual Income Tax (IRPF). It compares the Simplified method against the Complete method to see which one leaves more money in your pocket. It even helps you get your paperwork ready by generating the specific metadata you need for DARF payments. When you're managing these calculations through Vinkius, you don't have to keep multiple tabs open or double-check manual spreadsheets. Your agent just pulls the correct rates and logic to give you a clear picture of tax liabilities instantly.

## Tools

### calculate_inss_deduction
Calculates the mandatory Social Security (INSS) amount taken from gross earnings.

### evaluate_irpf_liability
Compares Simplified and Complete deduction methods to find the lowest IRPF tax.

### generate_payment_metadata
Creates the necessary info for DARF payments, like the description and amount.

## Prompt Examples

**Prompt:** 
```
How much is my INSS deduction if I earn 3000 BRL monthly?
```

**Response:** 
```
**INSS Deduction Calculation**

For a monthly gross earnings of 3,000.00 BRL, the mandatory Social Security (INSS) deduction is:
- **Amount:** 275.40 BRL
- **Percentage:** ~9.18%
- **Remaining Net:** 2,724.60 BRL
```

**Prompt:** 
```
Which method is better for 4000 taxable income with 1000 in deductions and 1 dependent?
```

**Response:** 
```
**Tax Method Comparison**

Based on a taxable income of 4,000 BRL with 1,000 BRL in deductions and 1 dependent:
- **Simplified Method:** Results in a lower overall tax liability.
- **Complete Method:** Results in a higher tax liability.

**Recommendation:** You should use the **Simplified Method** to keep more of your earnings.
```

**Prompt:** 
```
What information do I need for my DARF payment for a 500 BRL tax amount in May 2024?
```

**Response:** 
```
**DARF Payment Details**

For a tax amount of 500.00 BRL in May 2024, here is the metadata you need:
- **Description:** Imposto de Renda - Mensal
- **Amount:** 500.00 BRL
- **Due Date:** [Specific Date]
- **Reference:** May 2024 Fiscal Period
```

## Capabilities

### Calculate INSS deductions
Determine the mandatory social security amount for any gross pay.

### Compare IRPF methods
See which tax deduction strategy results in a lower liability.

### Generate DARF metadata
Get the specific details needed to complete a tax payment.

### Identify best tax strategy
Find the most advantageous way to report income for 2024/2025.

### Automate payroll math
Process social security costs without manual calculation.

## Use Cases

### Payroll deduction for a new hire
A payroll admin uses calculate_inss_deduction to find the deduction for a new hire earning 5000 BRL.

### Freelancer tax strategy
A freelancer uses evaluate_irpf_liability to see if the simplified method is best for a 4000 BRL income.

### Preparing a client payment summary
An accountant uses generate_payment_metadata to prepare a payment summary for a client's monthly IRPF.

### Remote worker tax liability check
A remote worker uses evaluate_irpf_liability to see their total tax liability for a specific monthly salary.

## Benefits

- Save time on payroll by using calculate_inss_deduction to automate social security math.
- Avoid overpaying taxes by using evaluate_irpf_liability to find the best deduction method.
- Get your paperwork right with generate_payment_metadata to ensure your DARF payments are accurate.
- Stay compliant with the 2024/2025 fiscal year rules that are already built into the logic.
- Eliminate human error in tax calculations by letting your agent handle the complex tax brackets.

## How It Works

The bottom line is you get accurate Brazilian tax figures without doing the manual math yourself.

1. Provide the gross earnings and any specific deductions or dependents to your agent.
2. The agent calls the appropriate tools to run the calculations for the 2024/2025 period.
3. You get a clear breakdown of the tax amount, the method used, and the payment metadata.

## Frequently Asked Questions

**Does the Brazilian Income Tax & Social Security Calculator use current 2024/2025 rates?**
Yes, it uses the updated rates for the 2024/2025 fiscal period. This ensures your calculations for both IRPF and INSS are accurate for current tax laws.

**Can I use the Brazilian Income Tax & Social Security Calculator for payroll?**
Absolutely. It is designed to help payroll admins quickly calculate the correct Social Security (INSS) deductions for employee salaries.

**How does the Brazilian Income Tax & Social Security Calculator compare tax methods?**
It automatically compares the Simplified and Complete deduction methods. It helps you identify which one results in a lower tax liability for your specific income level.

**Can the Brazilian Income Tax & Social Security Calculator help with DARF payments?**
Yes, it can generate the necessary payment metadata, including the correct descriptions and amounts, to make your DARF payment process much faster.

**Is the Brazilian Income Tax & Social Security Calculator good for freelancers?**
It's great for freelancers. It helps you understand your personal tax liability and helps you decide on the best deduction strategy for your monthly earnings.

**How does the INSS calculation work?**
The `calculate_inss_deduction` tool applies progressive rates to your gross earnings up to the established ceiling.

**Can I compare different tax declaration methods?**
Yes, use `evaluate_irpf_liability` to see if the Simplified or Complete method results in lower tax liability.

**Does it handle 13th salary?**
Yes, both INSS and IRPF calculations can be performed specifically for the 13th salary using the appropriate tool parameters.