# European Subsidy Calculator AI Agent Connect

> Calculate potential EU regional subsidies, conditionality costs, and net economic benefits.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_hCn6HadYYx2Q4QA8NCaSM4VeCTnx0wnR6Wls3N9K/ai-agent-connect
- **Tags:** eu, subsidies, state-aid, investment, compliance

## Description

This MCP server provides tools to navigate the complexities of European Union regional subsidies. It allows users to determine maximum support through `calculate_potential_subsidy`, estimate the economic impact of compliance using `estimate_conditionality_costs`, and calculate the final economic gain with `calculate_net_benefit`. Additionally, it ensures regulatory safety by using `validate_state_aid_compliance` to check if proposed aid adheres to EU State Aid rules.

## Tools

### calculate_net_benefit
Determines the final economic value of the subsidy after all obligations are considered

### calculate_potential_subsidy
Determines the maximum amount of subsidy a company can theoretically claim

### validate_state_aid_compliance
Checks if a proposed subsidy amount exceeds the legal limits set by EU State Aid rules

### estimate_conditionality_costs
Calculates the cost of meeting the requirements attached to a subsidy

## Prompt Examples

**Prompt:** 
```
How much subsidy can a tech company in Germany claim for a 1,000,000 Euro investment?
```

**Response:** 
```
Based on the investment and sector, the potential subsidy value is 250,000 Euros with a maximum aid intensity of 25%.
```

**Prompt:** 
```
If my potential subsidy is 500,000 Euros and my conditionality costs are 50,000 Euros, what is my net benefit?
```

**Response:** 
```
The net benefit is 450,000 Euros, with a subsidy efficiency of 90%.
```

**Prompt:** 
```
Is a 300,000 Euro subsidy compliant for a 1,000,000 Euro investment in the Manufacturing sector?
```

**Response:** 
```
No, the maximum allowed amount for this sector and investment is 200,000 Euros. The proposed amount exceeds the limit by 100,000 Euros.
```

## Frequently Asked Questions

**How does the tool account for EU regulations?**
The `validate_state_aid_compliance` tool specifically checks proposed amounts against maximum aid intensity limits defined by EU State Aid rules for specific sectors.

**What is included in the conditionality cost?**
Conditionality costs include the economic value of maintaining required headcount and any mandatory additional investments needed to remain compliant with the subsidy terms.

**Can I calculate the actual profit from a subsidy?**
Yes, by using `calculate_net_benefit`, you can find the net economic gain after subtracting all conditionality costs from the potential subsidy value.
