# France Tax Calculator MCP

> France Income Tax Calculator determines your precise personal income tax liability using France's complex 'quotient familial' system. This MCP calculates total tax burdens, including social contributions (CSG/CRDS), and models how changes in dependents affect your net take-home pay. It provides specialized analysis of both average and marginal tax rates for accurate financial planning.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** france, income-tax, fiscal-parts, csg, crds, tax-calculator

## Description

Need to figure out what your actual income tax will be under French law? This MCP handles the complex calculations required by the 'quotient familial' system, which adjusts taxable amounts based on household size and dependents. Instead of guessing or using outdated spreadsheets, you input your gross salary, and this tool calculates everything—total taxes, social contributions, and what’s left over in your pocket. It doesn't just give you a number; it analyzes the full tax structure, helping you understand how things like adding a child changes your overall financial picture. When you access this through Vinkius, you connect once to get instant access to specialized calculations for French taxation.

## Tools

### compute_fiscal_parts
This function calculates the official number of fiscal parts for a household, factoring in the number of children present.

### assess_marginal_pressure
It analyzes and compares your average tax rate to your marginal tax rate for deeper financial insight.

### calculate_tax_burden
This tool calculates the total required tax payments, including social contributions, and estimates your final net income.

## Prompt Examples

**Prompt:** 
```
How much tax will I pay if my gross taxable income is 50,000 EUR and I have 2 children?
```

**Response:** 
```
With a gross income of 50,000 EUR and 2 children, your total tax liability is approximately 4,875.00 EUR, which includes both income tax and social contributions (CSG/CRDS). Your estimated net income would be 45,125.00 EUR.
```

**Prompt:** 
```
Calculate the number of fiscal parts for a household with 3 children.
```

**Response:** 
```
A household with 3 children is entitled to 2.5 fiscal parts (1 base + 0.5 for the first child + 0.5 for the second child + 0.5 for the third child).
```

**Prompt:** 
```
What is my tax pressure if I earn 100,000 EUR with no children?
```

**Response:** 
```
With an income of 100,000 EUR and no children, your average tax rate is approximately 20.45%, while your marginal tax rate is 41%. This results in a significant gap between the two rates.
```

## Capabilities

### Calculate household fiscal parts
It determines the official number of fiscal parts assigned to a family based on the count of children.

### Analyze tax rate disparity
It compares your average tax rate against your marginal tax rate, showing you where the biggest financial jumps occur.

### Determine total net income
It calculates your complete tax burden and provides an estimate of your resulting take-home pay.

## Use Cases

### Planning for a new baby
A financial planner needs to show a client that having another child will reduce their overall tax burden. They use the MCP, first running `compute_fiscal_parts` with the updated family size, and then using `calculate_tax_burden` to prove the exact net income increase.

### Comparing salary options
A job seeker needs to know if a new role paying 60k EUR is better than one paying 55k EUR. They run both figures through `assess_marginal_pressure` and `calculate_tax_burden` to see which option results in higher actual take-home pay, not just higher gross salary.

### Reviewing tax deductions
A client suspects they aren't claiming all available social contributions. They feed their current income into the MCP and use `calculate_tax_burden` to pinpoint specific deduction areas that need attention for maximum reimbursement.

### Modeling a divorce settlement
A tax consultant must model how joint assets affect two separate incomes. They utilize `compute_fiscal_parts` to establish the baseline family parts before calculating the final, individualized tax burdens for both parties.

## Benefits

- Stop guessing about family changes. Use the `compute_fiscal_parts` tool to instantly see how adding or removing dependents shifts your household tax base.
- Know exactly where you stand financially. Running a calculation through `calculate_tax_burden` gives you a clear picture of your total liability, including CSG/CRDS social contributions.
- Understand the hidden costs in your salary. The `assess_marginal_pressure` tool reveals the gap between what you earn and what you actually pay in taxes.
- Speed up client work. Instead of manual research on progressive brackets, use this MCP to run multiple scenarios quickly for tax planning reports.
- Get accurate net income figures. This tool eliminates the need to cross-reference multiple government guidelines by providing a single, comprehensive estimate of your take-home pay.

## How It Works

The bottom line is, it replaces guesswork with an accurate, structured view of French payroll deductions.

1. You provide the MCP with core data, like your gross taxable income and the number of dependents in your household.
2. The MCP first runs the calculation to determine the family's total fiscal parts using the relevant tools.
3. It then processes those figures through progressive tax brackets to give you a precise estimate of your net income.

## Frequently Asked Questions

**Does France Income Tax Calculator handle social contributions?**
Yes, it does. The MCP includes calculations for social contributions like CSG/CRDS when determining total tax liability using `calculate_tax_burden`.

**How do I calculate fiscal parts with France Income Tax Calculator?**
You use the `compute_fiscal_parts` tool, providing the number of children and dependents to get the correct household part allocation for French tax law.

**Can this MCP compare my rates?**
Absolutely. The `assess_marginal_pressure` tool is designed specifically to analyze the difference between your average and marginal tax rates, offering a detailed financial comparison.

**What if I change my income mid-year?**
You can run multiple scenarios through this MCP. By adjusting the input data for `calculate_tax_burden`, you model how different earning periods impact your total tax burden.

**Is France Income Tax Calculator only for salaries?**
No, it works with gross taxable income generally. You provide the base figure that needs to be assessed against French progressive brackets and family status.