# Thirteenth Salary Calculator MCP for AI Agents AI Agent Connect

> Thirteenth Salary Calculator MCP. It handles the math for 13th-month pay, including proportional earnings and tax deductions like social security and income tax. It gives you a clear breakdown of gross and net amounts for both installments so you don't have to guess the numbers.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_xhkO7UhZXMwn1GNwAbQL7f4Jxy454JvInEqeKnV3/ai-agent-connect
- **Tags:** salary, calculator, taxes, payroll, social-security, income-tax

## Description

Calculating the 13th-month salary is a headache because of how many moving parts there are. You have to figure out how many months someone actually worked, calculate the proportional gross, and then juggle different tax brackets. If you're trying to figure out exactly what an employee will see in their bank account after social security and income tax come out of the way, it's easy to make a mistake. This Connector takes that weight off your shoulders. It handles the heavy lifting of calculating deductions and providing a full breakdown of the first and second installments. Whether you're an HR manager trying to prep payroll or an employee trying to plan your end-of-year budget, you can just ask your AI client to do the math. It’s one of the many specialized tools you can find in the Vinkius catalog to make your financial workflows actually work for you. Instead of hunting for a calculator and manually typing in variables, you get a clear financial overview in seconds.

## Tools

### get_thirteenth_breakdown
Provides a complete summary of gross, net, and installment details for the 13th salary. It shows the full financial picture.

### compute_social_security_deduction
Calculates the specific social security amount to be taken out of a paycheck. This helps ensure your payroll numbers are accurate.

### compute_income_tax_deduction
Figures out the correct income tax withholding based on the salary amount. It takes the guesswork out of tax brackets.

### calculate_proportional_gross
Determines the base gross pay for employees who didn't work a full year. This is essential for accurate part-time pay.

## Prompt Examples

**Prompt:** 
```
Calculate the 13th salary for an employee making 4000 a month who worked 9 months this year.
```

**Response:** 
```
Based on a monthly salary of 4,000.00 and 9 months worked, here is the breakdown:

- **Proportional Gross:** 3,600.00
- **Social Security:** [Calculated Amount]
- **Income Tax:** [Calculated Amount]
- **Net Total:** [Calculated Amount]

This covers the total amount for the full 13th-month payment.
```

**Prompt:** 
```
What will the second installment be for someone earning 6000 a month for a full year?
```

**Response:** 
```
For a full year of work at a 6,000.00 monthly salary, your second installment details are:

- **Gross Amount:** 6,000.00
- **Social Security Deduction:** [Amount]
- **Income Tax Deduction:** [Amount]
- **Net Total:** [Amount]
```

**Prompt:** 
```
Give me a full breakdown for 3000 salary and 6 months worked, split into two payments.
```

**Response:** 
```
Here is the breakdown for a 3,000.00 monthly salary with 6 months worked:

- **Total Gross:** 1,800.00
- **Total Net:** [Amount]
- **1st Installment:** [Amount]
- **2nd Installment:** [Amount]
```

## Capabilities

### Calculate proportional gross pay
Determine the base pay for employees who didn't work a full year based on their months of service.

### Compute social security deductions
Automatically calculate the social security amount to be taken out of a paycheck.

### Calculate income tax withholdings
Figure out the correct income tax deduction based on specific salary levels.

### Generate full installment breakdowns
Get a complete summary of gross pay, net totals, and specific amounts for both the first and second payments.

### Compare gross and net totals
See the difference between the total salary and the final take-home pay after all taxes.

## Use Cases

### Explaining pay to a new hire
An HR manager asks the agent to calculate the 13th salary for someone who joined in June. The agent uses calculate_proportional_gross and get_thirteenth_breakdown to give a clear answer.

### Estimating total labor costs
A small business owner asks for the total net pay for 5 employees. The agent runs get_thirteenth_breakdown for each and sums the net totals.

### Clarifying tax deductions
An employee asks why their second installment is lower than the first. The agent uses compute_social_security_deduction and compute_income_tax_deduction to show the specific math.

### Year-end budget planning
A finance lead asks for a breakdown of 13th-month costs for a team of 20. The agent calculates the total gross and net amounts instantly.

## Benefits

- Stop guessing net pay by using get_thirteenth_breakdown to see the final amount after all taxes.
- Save time on manual math with calculate_proportional_gross for part-time or new hires.
- Ensure tax compliance by letting the agent use compute_income_tax_deduction for every employee.
- Reduce payroll errors by automating social security math with compute_social_security_deduction.
- Get instant clarity on installment splits so you can communicate clearly with your staff.

## How It Works

The bottom line is you get accurate, tax-adjusted salary figures without doing any manual math.

1. Provide the employee's monthly salary and the number of months they worked this year.
2. Specify the months for the first and second installments.
3. Get a full breakdown of gross pay, tax deductions, and net totals.

## Frequently Asked Questions

**Can the Thirteenth Salary Calculator handle employees who didn't work a full year?**
Yes. The Connector uses calculate_proportional_gross to figure out the correct amount based on exactly how many months the person worked.

**Does the Thirteenth Salary Calculator include tax deductions?**
It does. It automatically computes social security and income tax withholdings so you see the actual net amount.

**How do I get the breakdown for the first and second installments?**
You can ask your agent for a full breakdown. It will show you the specific amounts for both payments, including all deductions.

**Is the Thirteenth Salary Calculator good for small business owners?**
It's perfect for them. It takes the manual math out of payroll so you can accurately estimate your end-of-year labor costs.

**Can I use the Thirteenth Salary Calculator to see the net pay for different salary levels?**
Absolutely. Just tell your agent the monthly salary, and it will provide a clear view of the gross and net totals instantly.

**Does the Thirteenth Salary Calculator help with payroll compliance?**
Yes, by automating the specific math for social security and income tax, it helps ensure your calculations match standard labor requirements.

**How is the proportional gross salary calculated?**
The `calculate_proportional_gross` tool calculates this by dividing your annual base salary by twelve and multiplying it by the number of full months worked in the current year.

**Does the calculator include tax deductions?**
Yes, you can use `compute_social_security_deduction` and `compute_income_tax_deduction` to find the specific amounts deducted from your gross salary.

**Can I see a full breakdown of both installments?**
Yes, the `get_thirteenth_breakdown` tool provides a complete summary including gross amount, total deductions, net amount, and details for both installments.