# Simples Nacional Calculator MCP for AI Agents AI Agent Connect

> Simples Nacional Calculator helps you figure out Brazilian tax liabilities for companies under the Simples Nacional regime. It handles everything from calculating effective rates and checking Fator R eligibility to figuring out the final monthly DAS amount. It turns complex Brazilian tax rules into clear numbers for your agent to handle instantly.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wh7Vc0yyMzCvjI1VHFexb9BswR51aQnhfszsWVkb/ai-agent-connect
- **Tags:** brazil, simples-nacional, tax-calculator, das, fator-r

## Description

This Connector provides a precise calculation engine for the Brazilian Simples Nacional taxation system. If you deal with Brazilian taxes, you know the rules are a mess. You have to juggle different revenue tiers, specific annexes, and the Fator R payroll requirements just to figure out a single monthly payment. Instead of digging through government tables or wrestling with spreadsheets that break every time you enter a new number, you can let your agent handle the math. This Connector understands the nuances of Annexes I through V. It knows how to look at accumulated revenue and apply the right deductions to find the actual tax rate for the current period. It even does the heavy lifting of comparing payroll costs to gross revenue to see if a business qualifies for the more favorable tax tiers. By using this through the Vinkius catalog, you get a reliable way to get accurate tax estimates without the risk of human error or missing a bracket change. It turns a complex research project into a simple request. You get clear, consistent numbers for your DAS payments without the usual stress of manual data entry. It is about getting the right answers for your clients or your own business in seconds. You can stop worrying about missing a deadline or miscalculating a deduction. This is about accuracy and speed for anyone managing Brazilian corporate finances.

## Tools

### get_bracket_parameters
Fetches the specific tax constants for different business activities. It makes sure the agent uses the right rules for the specific industry.

### calculate_effective_rate
Calculates the dynamic tax rate based on revenue and deductions. This ensures your agent uses the correct percentage for the current year.

### compute_monthly_tax_amount
Determines the final tax amount due for the month. It takes the rate and revenue to give you a final DAS figure.

### evaluate_factor_r
Checks if a company qualifies for the Fator R payroll requirement. This helps determine if a business can move into a more favorable tax tier.

## Prompt Examples

**Prompt:** 
```
A company in Annex III has 100,000 BRL in revenue and 30,000 BRL in payroll. Does it qualify for Fator R?
```

**Response:** 
```
Based on the provided data, here is the Fator R eligibility check:

**Eligibility Status:** Eligible

**Analysis:**
*   **Gross Revenue:** 100,000 BRL
*   **Payroll Expenses:** 30,000 BRL
*   **Ratio:** 30%

Since the payroll-to-revenue ratio is 30% (which meets the required threshold), the company qualifies for the lower taxation tier in Annex III.
```

**Prompt:** 
```
What is the effective tax rate for a business with 200,000 BRL revenue in Annex I with a 4% nominal rate?
```

**Response:** 
```
Here is the calculated effective tax rate for your business:

| Parameter | Value |
| :--- | :--- |
| **Annex** | I |
| **Accumulated Revenue** | 200,000 BRL |
| **Nominal Rate** | 4.0% |
| **Effective Rate** | **4.0%** |

Because the deductions are zero and the revenue falls within the base bracket, the effective rate remains at the nominal 4.0%.
```

**Prompt:** 
```
If my revenue is 5,000 BRL and my effective rate is 6%, how much DAS do I owe?
```

**Response:** 
```
Here is your tax summary for the current month:

*   **Monthly Revenue:** 5,000.00 BRL
*   **Effective Tax Rate:** 6.0%
*   **Total DAS Due:** **300.00 BRL**

This amount represents your total tax liability for this period based on the current effective rate.
```

## Capabilities

### Calculate dynamic tax rates
Find the actual percentage based on revenue and deductions.

### Check Fator R eligibility
See if your payroll expenses qualify for lower tax tiers.

### Get bracket parameters
Pull the correct constants for specific business activities.

### Compute monthly tax amounts
Get the final tax amount due for the month.

## Use Cases

### Client Tax Audit
A tax consultant needs to quickly see how much tax a client with 500k revenue will pay in Annex III using `calculate_effective_rate`.

### Payroll Optimization
A business owner wants to know if increasing their payroll will help them qualify for a lower tax bracket by using `evaluate_factor_r`.

### Monthly Batch Processing
An accountant is preparing a monthly summary and needs the exact DAS amount for five different clients at once using `compute_monthly_tax_amount`.

### Budget Forecasting
A startup is planning their budget and needs to estimate their tax liability for the next quarter based on projected growth.

## Benefits

- Get precise tax rates by using `calculate_effective_rate` to handle complex revenue tiers automatically.
- Save hours of manual research by using `get_bracket_parameters` to pull the right constants for any activity.
- Avoid costly tax errors by using `evaluate_factor_r` to verify payroll eligibility before filing.
- Simplify monthly reporting by using `compute_monthly_tax_amount` to get a final DAS figure instantly.
- Reduce spreadsheet fatigue by letting your agent handle the math for Annexes I through V.

## How It Works

The bottom line is you get accurate Brazilian tax figures in seconds instead of spending hours on manual calculations.

1. Provide your agent with the company's revenue and activity details.
2. The Connector pulls the correct tax constants and applies the relevant formulas.
3. You get a clear breakdown of the effective rate and the total tax due.

## Frequently Asked Questions

**Does Simples Nacional Calculator work for all Brazilian business types?**
It works for any company under the Simples Nacional regime, covering Annexes I through V. It is designed to handle the specific brackets and rules of that tax system.

**Can I use Simples Nacional Calculator to check Fator R eligibility?**
Yes. You can ask your agent to check if a company's payroll expenses meet the requirements for the lower tax tiers.

**How does Simples Nacional Calculator handle different revenue tiers?**
It uses the accumulated revenue from the last 12 months to determine the correct bracket and dynamic rate automatically.

**Will Simples Nacional Calculator give me the exact DAS amount?**
It calculates the final monthly tax amount based on your revenue and the specific effective rate for your business.

**Can I use Simples Nacional Calculator for Lucro Real companies?**
No. This Connector is specifically built for the Simples Nacional regime. For Lucro Real or Lucro Presumido, you would need a different tax engine.

**How can I find the tax rate for my business activity?**
You can use the `get_bracket_parameters` tool. Provide your accumulated revenue from the last 12 months and the specific Annex type (e.g., Annex I for commerce) to retrieve the nominal rate and deduction amount.

**What is Fator R and how does it affect my taxes?**
Fator R is a rule for certain service activities. By using `evaluate_factor_r`, you can check if your payroll costs relative to revenue allow you to move from Annex V to the more favorable Annex III.

**Can I calculate the exact amount of DAS to pay?**
Yes. After determining your effective rate, use `compute_monthly_tax_amount` with your current month's revenue to get the final currency value of your tax liability.