# European Redundancy Cost Calculator AI Agent Connect

> Calculate financial liabilities and timelines for employee redundancies across European jurisdictions.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_x4Lrbos4clutBUyVLLznTlLMvBfTmsLipCCweHyx/ai-agent-connect
- **Tags:** redundancy, europe, severance, compliance, labor-law

## Description

This MCP server provides tools to determine the total financial impact of employee redundancies in Europe. It accounts for country-specific severance pay, mandatory notice periods, and social plan requirements. Use `calculate_total_redundancy_cost` to find the total liability, `get_country_specific_cost` for individual country breakdowns, `estimate_redundancy_timeline` to plan the process duration, and `check_compliance_requirements` to identify legal obligations like social plans or government notifications.

## Tools

### calculate_total_redundancy_cost
Calculate the total financial liability for the entire redundancy operation

### check_compliance_requirements
Check specific legal obligations for a country

### estimate_redundancy_timeline
Estimate the total duration of the redundancy process

### get_country_specific_cost
Calculate the cost to terminate employees in one specific country

## Prompt Examples

**Prompt:** 
```
What is the total redundancy cost for 50 employees in France with an average salary of 4000 and 5 years of service?
```

**Response:** 
```
The total redundancy cost for 50 employees in France is €125,000.
```

**Prompt:** 
```
How long will a redundancy process take in Germany if it is a collective dismissal?
```

**Response:** 
```
The estimated duration for the redundancy process in Germany is 90 days.
```

**Prompt:** 
```
What are the compliance requirements for 100 employees in Spain?
```

**Response:** 
```
For 100 employees in Spain, a social plan is required and government notification is mandatory.
```

## Frequently Asked Questions

**How does the tool handle different European laws?**
The tool uses specific legal standards for each country to calculate severance and notice periods accurately.

**Can I estimate the timeline for a collective dismissal?**
Yes, by using `estimate_redundancy_timeline` and setting the collective dismissal flag, the tool accounts for extended consultation periods.

**What is included in the total redundancy cost?**
The total cost includes severance pay, notice period pay, and any required social plan costs.
