# Cash vs Accrual Converter AI Agent Connect

> Converts farm financial statements from cash basis to accrual basis.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bp6T848AAVnlfmKwBx5t0H2U5XnY7jylrbqCpJZd/ai-agent-connect
- **Tags:** farming, accounting, accrual, cash-basis, agriculture-finance

## Description

This MCP server provides specialized tools for agricultural accounting, allowing AI agents to transform cash-basis bookkeeping into accrual-basis reporting. By adjusting cash receipts and expenses with accounts receivable, accounts payable, inventory changes, and prepaid expenses, it reflects the true economic performance of a farm. Use `get_accrual_revenue` to calculate earned revenue, `get_accrual_expenses` for incurred costs, `calculate_net_farm_income` for the final profit/loss, and `generate_reconciliation_schedule` for a detailed adjustment breakdown.

## Tools

### calculate_net_farm_income
Determines the final adjusted profit or loss for the farm

### generate_reconciliation_schedule
Provides a detailed breakdown showing how to get from cash basis to accrual basis

### get_accrual_expenses
Calculates the total cost of operations incurred during the period using the accrual method

### get_accrual_revenue
Calculates the total revenue earned during the period using the accrual method

## Prompt Examples

**Prompt:** 
```
Calculate my accrual revenue. I had $50,000 in cash receipts, $5,000 in accounts receivable, and my grain inventory increased by $2,000.
```

**Response:** 
```
Your total accrual revenue is $57,000.
```

**Prompt:** 
```
What are my total accrual expenses? I paid $30,000 in cash, I owe $4,000 to suppliers, and I have $1,000 in prepaid expenses.
```

**Response:** 
```
Your total accrual expenses are $33,000.
```

**Prompt:** 
```
Generate a reconciliation schedule for: $40,000 cash receipts, $30,000 cash expenses, $2,000 accounts receivable, $1,500 accounts payable, $3,000 inventory increase, and $500 prepaid expenses.
```

**Response:** 
```
The reconciliation shows an accrual net income of $14,000 based on your provided adjustments.
```

## Frequently Asked Questions

**What is the difference between cash and accrual basis in farming?**
Cash basis tracks physical money moving in and out, while accrual basis matches income and expenses to when they actually occurred. This tool uses `generate_reconciliation_schedule` to show exactly how to bridge that gap.

**How does inventory affect my accrual income?**
An increase in inventory (like stored grain) is treated as earned revenue, while a decrease is treated as an expense. You can use `get_accrual_revenue` to include these changes in your totals.

**Can I use this with Cursor or Claude Desktop?**
Yes, this MCP server can be connected to Cursor, Claude Desktop, VS Code, Windsurf, and any other MCP-compatible client via Vinkius Edge.
