# Land Cash Rent Calculator AI Agent Connect

> Determine equitable cash rent using crop-share equivalency, margin analysis, and yield probability.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_OdjcftkfCKpWdKF5Cy4uyjG0Oo9xC2IyusUBq9xP/ai-agent-connect
- **Tags:** farming, rent, landlord, tenant, yield, crop-share

## Description

This MCP server provides precision tools for landowners and tenants to negotiate fair cash rent agreements. It reconciles economic interests by calculating the Cash Rent Equivalent (CRE) to match crop-share models, analyzing net margins for both parties, and generating rent ranges based on historical yield probability distributions. Users can also access USDA-aligned market benchmarks to ensure local competitiveness.

## Tools

### calculate_party_margins
Answers how much profit both the landlord and the tenant will actually pocket at a specific rent level

### fetch_market_benchmarks
Answers what the current local market rates are according to official data

### generate_rent_probability_range
Answers what the "safe" rent range is given the uncertainty of crop yields

### get_rent_equivalency
Answers how much cash rent is needed to match the value of a crop-share agreement

## Prompt Examples

**Prompt:** 
```
What is the cash rent equivalent for a crop with $500,000 revenue, a 25% landlord share, and $50,000 in non-land costs?
```

**Response:** 
```
The cash rent equivalent is $175,000.
```

**Prompt:** 
```
Calculate the landlord and tenant margins for a $10,000 rent, $50,000 revenue, $20,000 non-land costs, and $2,000 landlord expenses.
```

**Response:** 
```
The landlord net return is $8,000 and the tenant net return is $20,000.
```

**Prompt:** 
```
What are the market benchmarks for corn in region code 12345?
```

**Response:** 
```
The average cash rent for corn in region 12345 is $250 per acre, with the 50th percentile at $245.
```

## Frequently Asked Questions

**How do I calculate the cash rent equivalent?**
Use the `get_rent_equivalency` tool. Provide the expected crop revenue, the landowner's share percentage, and the non-land costs to find the fixed cash amount that matches a crop-share arrangement.

**Can I see the profit margins for both parties?**
Yes, the `calculate_party_margins` tool calculates the net return for both the landlord and the tenant based on the proposed rent and operating costs.

**How does the tool handle yield uncertainty?**
The `generate_rent_probability_range` tool uses historical yield data to simulate revenue scenarios, providing a rent range and a probability distribution of profitable rent levels.
