# Crop Share Lease Calculator AI Agent Connect

> Models and compares crop-share lease arrangements against cash rent.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_uhITAWlUt5oWPuQPXHM7CSj92NOa7U9EO7apIzOf/ai-agent-connect
- **Tags:** farming, leasing, agribusiness, financial-modeling, crop-share

## Description

This MCP server provides specialized financial modeling for agricultural lease agreements. It allows users to calculate the exact revenue and net returns for both landlords and tenants using `calculate_crop_share_splits`. Users can retrieve industry-standard configurations like 50/50 or 60/40 splits via `get_standard_models`, and perform risk-reward analysis by using `compare_lease_types` to evaluate crop-share models against traditional cash rent scenarios.

## Tools

### get_standard_models


### calculate_crop_share_splits


### compare_lease_types


## Prompt Examples

**Prompt:** 
```
Calculate the splits for a 50/50 crop share with $100,000 revenue, $20,000 seed, $10,000 fertilizer, $5,000 chemicals, and $5,000 harvest costs.
```

**Response:** 
```
The landlord's net return is $30,000 and the tenant's net return is $30,000.
```

**Prompt:** 
```
What are the revenue and cost shares for a 60/40 model?
```

**Response:** 
```
In a 60/40 model, the landlord receives 60% of the revenue and bears 60% of the costs.
```

**Prompt:** 
```
Is a crop share with $40,000 landlord net return better than a $35,000 cash rent?
```

**Response:** 
```
Yes, the Crop Share model is preferred for the landlord as it results in a higher net return.
```

## Frequently Asked Questions

**How do I calculate the net return for a landlord?**
You can use the `calculate_crop_share_splits` tool. It takes total revenue, input costs, and the landlord's revenue and cost shares to return the final net profit.

**Can I compare a crop-share lease to a cash rent lease?**
Yes, the `compare_lease_types` tool is designed specifically to compare the net returns of a crop-share arrangement against a fixed cash rent amount.

**What are the standard lease models available?**
The `get_standard_models` tool provides predefined splits for common models including 50/50, 60/40, and the 2/3-1/3 model.
