# Farm Succession Estate Planner AI Agent Connect

> Calculate estate tax liability and generational transfer timelines for farm assets.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SDxZQhfrHI4MjfHWuAFK5VX3QK65W4X6hzjALk7B/ai-agent-connect
- **Tags:** estate-planning, farm-succession, tax-calculation, asset-transfer, financial-modeling

## Description

This MCP server provides specialized financial modeling for agricultural estate planning. It allows AI agents to calculate projected estate tax liability using `get_tax_liability`, determine the impact of annual gifting via `get_gift_exclusion_impact`, and project generational transition periods with `simulate_transfer_timeline`. It accounts for complex factors like valuation discounts, step-up in basis, and asset growth over time to help plan the transfer of farm assets between generations.

## Tools

### get_gift_exclusion_impact
Calculates how much of the annual gift exclusion can be used to reduce the lifetime exemption burden

### get_tax_liability
Determines the projected estate tax owed based on a specific transfer strategy and timing

### simulate_transfer_timeline
Projects the generational transition period and the growth of the estate over time

## Prompt Examples

**Prompt:** 
```
What will the estate tax be for a $5,000,000 farm with 3% growth and a $12,000,000 exemption if transferred via inheritance in 10 years?
```

**Response:** 
```
The projected estate tax liability for this inheritance scenario is $0, as the future value of the farm remains below the exemption threshold.
```

**Prompt:** 
```
How much of the lifetime exemption is left if I gift $18,000 annually for 5 years?
```

**Response:** 
```
The annual gift exclusion will fully cover the $18,000, resulting in $0 reduction to your lifetime exemption.
```

**Prompt:** 
```
How many years will it take for a $1,000,000 farm growing at 5% to reach a value of $2,000,000?
```

**Response:** 
```
It will take approximately 14.2 years for the farm assets to reach the target value of $2,000,000.
```

## Frequently Asked Questions

**How does the tool handle different transfer methods?**
The `get_tax_liability` tool calculates tax based on whether you choose a gift, sale, or inheritance strategy, accounting for specific rules like step-up in basis for inheritances.

**Can I model the impact of annual gifting?**
Yes, you can use `get_gift_exclusion_impact` to see how much of the annual exclusion can be used to reduce the lifetime exemption burden.

**Does this account for asset growth over time?**
Yes, `simulate_transfer_timeline` projects how farm assets grow over the planned transfer period to reach target values.
