# PIS/COFINS Tax Calculator MCP for AI Agents AI Agent Connect

> PIS/COFINS Tax Calculator. It handles Brazilian social contribution tax math for both cumulative and non-cumulative regimes. Use it to figure out your liabilities or see which tax method saves you more money based on your specific revenue and costs.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_j7waXcHqDX697jZrRvsxMOtOw6u6ylkFdPzmImAG/ai-agent-connect
- **Tags:** brazil, tax, pis, cofins, calculator, accounting-tools

## Description

Navigating Brazilian tax law is a headache, especially when trying to decide between cumulative and non-cumulative regimes for PIS and COFINS. This Connector takes the math off your plate. Instead of hunting through tax tables and manually adjusting for input credits, you can just tell your agent what your revenue and costs look like. It handles the heavy lifting of calculating liabilities for both systems so you can see the numbers side by side. If you're trying to figure out the most cost-effective path for a specific business setup, this tool compares the two and points out the best option. It's a huge time saver for anyone who needs to move past the spreadsheets and get straight to the final numbers. You'll find it's a lot easier to manage these complex requirements when you have a dedicated way to run these specific calculations. It fits right into your existing workflow through the Vinkius catalog, making it simple to get accurate Brazilian tax data without the manual errors that come from constant copy-pasting. You can focus on high-level strategy while the agent handles the tedious arithmetic of social contributions. This means fewer errors, faster reporting, and a much clearer picture of your actual tax burden.

## Tools

### calculate_cumulative_tax
Calculates PIS and COFINS liability under the cumulative regime. It is perfect for simplified taxation with fixed rates.

### calculate_non_cumulative_tax
Calculates net PIS and COFINS liability under the non-cumulative regime. It automatically accounts for input credits.

### evaluate_regime_comparison
Compares cumulative and non-cumulative taxation regimes. It helps you find the most tax-efficient method for your specific costs.

## Prompt Examples

**Prompt:** 
```
Calculate my PIS/COFINS for 100,000 BRL revenue in the cumulative regime.
```

**Response:** 
```
Based on the cumulative regime for 100,000 BRL in revenue, here is your tax breakdown:

| Tax Type | Amount | 
| :--- | :--- | 
| **PIS** | 650.00 BRL | 
| **COFINS** | 3,000.00 BRL | 
| **Total Liability** | **3,650.00 BRL**
```

**Prompt:** 
```
Compare regimes for 500,000 BRL revenue with 50,000 BRL in raw material costs.
```

**Response:** 
```
I've analyzed both regimes based on your 500,000 BRL revenue and 50,000 BRL in costs:

*   **Cumulative Regime:** Higher tax burden as it doesn't account for your material costs.
*   **Non-Cumulative Regime:** Lower net liability because your 50,000 BRL in raw materials qualifies for input credits.

**Recommendation:** The **Non-Cumulative** regime is your best option for this cost structure.
```

**Prompt:** 
```
What is my tax liability if I have 200,000 BRL revenue and 20,000 BRL in energy costs?
```

**Response:** 
```
Using the non-cumulative regime for 200,000 BRL in revenue and 20,000 BRL in energy costs, your net liability is calculated as follows:

*   **Gross Revenue:** 200,000.00 BRL
*   **Input Credits:** 20,000.00 BRL
*   **Net PIS/COFINS Liability:** [Calculated Amount based on specific rates]
```

## Capabilities

### Calculate cumulative tax liabilities
Determine the PIS and COFINS amounts for businesses under the cumulative regime.

### Determine non-cumulative tax amounts
Calculate the net tax liability while accounting for input credits.

### Compare different tax regimes
Run a side-by-side comparison of cumulative and non-cumulative systems.

### Analyze revenue vs cost impact
See how specific operational costs affect your total tax burden.

### Identify tax-efficient methods
Get a clear recommendation on which regime saves your business the most money.

## Use Cases

### Comparing regimes for a new client
A tax consultant needs to show a client the difference between regimes for a 500k BRL revenue.

### Factoring in energy costs
A finance lead wants to see how a 20k BRL energy cost affects non-cumulative tax.

### Quick liability check
An accountant needs a quick check on a 100k BRL cumulative liability.

### Importer tax analysis
A business owner wants to know which regime is better for a high-volume raw material importer.

## Benefits

- Stop manual spreadsheet errors by using `calculate_cumulative_tax` to get fixed-rate liabilities instantly.
- Accurately factor in input credits for complex scenarios with `calculate_non_cumulative_tax`.
- Save hours of analysis by using `evaluate_regime_comparison` to find the most efficient tax path.
- Get consistent results every time you input revenue and operational costs.
- Make faster decisions on business pricing by knowing your exact tax burden upfront.

## How It Works

The bottom line is you get accurate Brazilian tax numbers without doing any manual math.

1. Provide your revenue and cost figures to your agent.
2. Select the specific calculation or comparison you need.
3. Get a clear breakdown of the tax liability or a recommendation on the best regime.

## Frequently Asked Questions

**Can the PIS/COFINS Tax Calculator handle different Brazilian tax regimes?**
Yes, it handles both cumulative and non-cumulative regimes. You can switch between them to see how each impacts your specific business costs.

**How does the PIS/COFINS Tax Calculator help with input credits?**
It automatically factors in input credits when you use the non-cumulative calculation. You just provide the cost data, and it does the rest.

**Can I use the PIS/COFINS Tax Calculator to see which regime is cheaper?**
Yes, the comparison tool is designed specifically to show you which regime results in a lower net liability based on your revenue and expenses.

**Does the PIS/COFINS Tax Calculator work for all Brazilian taxes?**
No, this specific tool is dedicated to PIS and COFINS social contributions. It is not for other taxes like ICMS or IPI.

**How do I provide costs to the PIS/COFINS Tax Calculator?**
You simply tell your agent the amount spent on items like raw materials or energy. The tool then uses those figures to calculate your credits.

**Can the PIS/COFINS Tax Calculator handle large revenue numbers?**
Yes, it can handle large-scale revenue figures, making it useful for both small businesses and large corporations needing accurate tax math.

**How do I calculate taxes for the cumulative regime?**
Use the `calculate_cumulative_tax` tool by providing your total gross revenue. The tool applies a 0.65% rate for PIS and 3% for COFINS.

**Can I include input credits in the calculation?**
Yes, when using `calculate_non_cumulative_tax`, you can provide a JSON array of input costs (like raw materials or energy) to calculate available tax credits.

**How does the regime comparison tool work?**
The `evaluate_regime_comparison` tool calculates both taxation methods simultaneously and recommends the one that results in a lower total tax burden.