# US Lease Break Penalty Calculator MCP MCP

> US Lease Break Penalty Calculator estimates financial liabilities when ending US residential or commercial leases. It calculates total uncollected rent, retrieves state laws on landlord mitigation duties, and provides a calculated range for a reasonable settlement. Use this MCP to quantify the true cost of breaking a lease before talking to an attorney.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** lease, rental, us-law, settlement, calculator, landlord, tenant

## Description

Ending a lease is never simple; it's messy paperwork mixed with local law. This connector helps you calculate the actual financial impact when terminating either a commercial or residential agreement in the United States. It moves past estimates by performing three distinct calculations: first, determining your total gross loss (unpaid rent); second, checking state-specific legal obligations regarding how landlords must mitigate damages; and finally, generating an estimate of the reasonable settlement range. You don't have to guess what a fair payout looks like. Connecting this MCP through Vinkius allows any compatible AI client to process these complex financial inputs and give you concrete figures for your negotiation strategy.

## Tools

### calculate_gross_loss
Determines the total amount of rent that would be uncollected if the lease terminates early.

### estimate_lease_break_settlement
Calculates a reasonable financial range for ending a lease, factoring in legal and market realities.

### get_state_mitigation_duty
Looks up the specific state laws dictating a landlord's legal obligation to minimize damages after a tenant leaves.

## Prompt Examples

**Prompt:** 
```
Calculate the gross loss for a lease with $2000 monthly rent and 6 months remaining.
```

**Response:** 
```
The total uncollected rent (gross loss) is $12,000.
```

**Prompt:** 
```
What are the mitigation duties in California?
```

**Response:** 
```
In California, there is a very high duty to mitigate damages, focusing on consumer protection.
```

**Prompt:** 
```
Estimate a settlement for a commercial lease in Texas with $5000 rent and 12 months left.
```

**Response:** 
```
The estimated settlement range accounts for the gross loss of $60,000 plus re-letting costs, adjusted by Texas's moderate mitigation duty.
```

## Capabilities

### Determine total uncollected rent
Calculates the sum of all unpaid monthly rent payments over a specified period.

### Check state mitigation duties
Retrieves specific legal requirements detailing how a landlord must try to re-rent the property after a lease break.

### Calculate settlement range
Provides an estimated, defensible financial range for resolving the lease termination agreement.

## Use Cases

### A property manager needs to terminate a commercial lease early.
The agent runs `calculate_gross_loss` first. Then, it uses `get_state_mitigation_duty` for the relevant state. Finally, it passes both results into `estimate_lease_break_settlement` to get a concrete settlement number they can present to the tenant.

### An attorney is advising a client on a residential lease break.
The agent uses `get_state_mitigation_duty` for California to ensure the highest level of consumer protection standards are met. This data then guides the final settlement recommendation, confirming that any agreement meets legal mandates.

### A landlord needs to understand their maximum exposure.
The agent runs `calculate_gross_loss` for the full remaining term. It combines this with the state's mitigation duty rules and feeds it all into `estimate_lease_break_settlement` to define a defensible, low-end settlement number.

## Benefits

- It eliminates guesswork. Instead of relying on rough estimates, the `calculate_gross_loss` tool gives you a precise figure for total unpaid rent.
- You stay compliant with local law. The `get_state_mitigation_duty` function retrieves state-specific legal rules regarding how landlords must minimize financial losses.
- It structures your negotiation strategy. Combining the raw loss data with mitigation duties allows the system to generate a realistic settlement range via `estimate_lease_break_settlement`.
- It saves time on due diligence. Instead of cross-referencing multiple state statutes and calculating lost revenue manually, you send it all to your agent in one request.
- You maintain an audit trail. The system provides clear inputs and outputs for every calculation, making it easy to justify the final settlement number.

## How It Works

The bottom line is you get three interconnected financial figures: the raw loss, the legal constraint, and the negotiated settlement window.

1. Provide the AI client with core inputs: the initial rent amount, number of months remaining on the lease, and the state/jurisdiction.
2. The MCP executes the necessary calculations, first finding the total gross loss, then checking local legal duties to mitigate damages.
3. Your agent compiles these factors into a final, recommended settlement range that accounts for re-letting costs and statutory requirements.

## Frequently Asked Questions

**How does calculate_gross_loss work when I break a lease?**
It determines your total uncollected rent. You input the monthly rent and remaining months, and it sums up the full financial amount that would have been paid.

**What is the biggest benefit of using get_state_mitigation_duty?**
It makes sure you aren't violating state law. It pulls specific legal rules detailing how a landlord must try to minimize damages, which changes the entire financial picture.

**Can I use estimate_lease_break_settlement for commercial or residential leases?**
Yes, it accounts for both. However, always provide the property type and state context so the tool can apply the right legal factors during its calculation.

**Do I need to calculate_gross_loss before estimating a settlement?**
While you *can* do it in order, the MCP handles this internally. You just give it the lease details, and it runs `calculate_gross_loss` as part of its process.

**What inputs does `calculate_gross_loss` require to run correctly?**
The tool needs three core pieces of data: the original lease start date, the termination date, and the monthly rent amount. Providing these ensures a precise calculation for total uncollected rent.

**How does `get_state_mitigation_duty` handle states not included in its database?**
If a state isn't found, it returns an error code and directs you to general common law principles. You must pass a valid two-letter state abbreviation for the tool to function.

**Can I chain `calculate_gross_loss` output into `estimate_lease_break_settlement`?**
Yes, your agent can use one tool's result as input for another. You pass the calculated gross loss figure directly to the settlement estimator to refine its final range.

**What if I need to run `estimate_lease_break_settlement` calculations for many properties?**
For large numbers of estimates, process them sequentially rather than in a single batch. Review the Vinkius documentation for rate limits and best practices for high-volume usage.