# Farm Profitability Dashboard MCP

> Farm Profitability Dashboard calculates your farm's full financial picture. It breaks down revenue, costs of goods sold (COGS), and contribution margins for every crop you grow. You can also figure out overall metrics like EBITDA and ROI while ranking which parts of your land are making the most money.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** farming, profitability, agribusiness, financial-analysis, crop-management

## Description

Running a profitable farm means knowing more than just bushels per acre. This MCP gives you a detailed financial analysis, allowing you to track profitability across your entire harvest. Need to know if corn really made its weight? Use this tool to see the revenue, COGS, and contribution margin for each individual crop. It goes beyond simple totals by calculating your total gross revenue, EBITDA, and Return on Investment (ROI), factoring in everything from variable production costs to fixed property expenses. Plus, you can run efficiency reports to analyze land profit per hectare and pinpoint which crops are top performers via a profitability ranking. Getting this deep financial data shouldn't require jumping between five different spreadsheets; that’s where Vinkius comes in. Connect your client once and access all these metrics instantly.

## Tools

### get_area_efficiency_and_ranking
Analyzes your land use to calculate profit per hectare and identifies the most profitable crops.

### get_crop_economic_breakdown
Provides a specific financial breakdown including revenue, cost of goods sold, and contribution margin for any given crop.

### get_farm_financials
Calculates the farm’s overall financial health metrics like total gross revenue, EBITDA, and ROI.

## Prompt Examples

**Prompt:** 
```
What is the revenue, cost, and margin for my corn and soybean crops? Fixed costs are 5000.
```

**Response:** 
```
For Corn: Gross Revenue is $12,000, COGS is $8,000, and Contribution Margin is $4,000. For Soybeans: Gross Revenue is $15,000, COGS is $10,000, and Contribution Margin is $5,000.
```

**Prompt:** 
```
What is the overall financial health of my farm?
```

**Response:** 
```
Your total gross revenue is $27,000, your farm EBITDA is $12,000, and your Return on Investment (ROI) is 44.4%.
```

**Prompt:** 
```
Which of my crops should I prioritize for the next season based on efficiency?
```

**Response:** 
```
Based on your data, Soybeans are your top performer with a higher contribution margin percentage, followed by Corn.
```

## Capabilities

### Assess per-crop finances
Calculate the revenue, cost of goods sold (COGS), and profit margin for every specific crop on your farm.

### Determine overall financial health
Get a comprehensive calculation of your farm’s total gross revenue, EBITDA, and Return on Investment (ROI).

### Rank land efficiency
Analyze how efficiently you are using your acreage by calculating profit per hectare.

## Use Cases

### Figuring out budget cuts after a bad season
A farm owner needs to know which crops are most responsible for the losses. They ask their agent, and it uses `get_crop_economic_breakdown` to break down every crop's contribution margin, immediately showing that specialty grains were the weakest link.

### Preparing a loan application
A farm manager needs to prove overall financial stability. They run `get_farm_financials`, which quickly calculates total gross revenue and EBITDA, giving them the necessary hard numbers for their lender presentation.

### Revising land use strategy
An agribusiness consultant wants to maximize client profit per acre. They execute `get_area_efficiency_and_ranking`, which immediately highlights that a specific corner of the property, currently dedicated to low-yield alfalfa, should be switched to high-value soybeans.

### Comparing current year performance to last year
A farm owner compares two years' data. By running `get_farm_financials` for both periods, they instantly see their ROI dropped by 10%, telling them exactly where the financial decline started.

## Benefits

- Pinpoint weak spots immediately. Use `get_area_efficiency_and_ranking` to see which acres or crops are dragging down overall profitability, allowing you to adjust planting strategies instantly.
- Stop guessing your gross earnings. The `get_farm_financials` tool provides a clear calculation of total EBITDA and ROI, giving you the high-level picture needed for bank loans and investor pitches.
- Deep dive into margins. Instead of just knowing corn sold well, use `get_crop_economic_breakdown` to see its exact revenue versus its COGS, understanding *why* it was profitable.
- Save time on manual reporting. You don't have to cross-reference five different spreadsheets for fixed and variable costs; the dashboard handles all that complexity in one go.
- Make better planting decisions. By analyzing efficiency metrics and running crop profitability rankings, you shift from guessing what to plant to knowing exactly what maximizes profit per hectare.

## How It Works

The bottom line is that you get one actionable financial summary of your entire operation.

1. First, tell the MCP which crops and what financial periods you need analyzed.
2. The system processes all raw data against known cost structures (variable production costs, fixed property expenses).
3. You receive a clear report detailing crop margins, total farm financials like EBITDA, and efficiency rankings.

## Frequently Asked Questions

**How does get_farm_financials calculate my ROI?**
It calculates Return on Investment (ROI) by taking your total gross revenue and comparing it against your overall operational costs. This provides one key metric for showing investors how effective your investment has been.

**What kind of data is needed for get_crop_economic_breakdown?**
You need to input the total revenue, the cost of goods sold (COGS), and the specific crop type. The MCP then calculates the contribution margin for you.

**Can I use get_area_efficiency_and_ranking to find my best fields?**
Yes, that’s exactly what it does. It analyzes land efficiency by calculating profit per hectare, helping you identify which specific areas of the farm are performing optimally.

**Does this MCP calculate fixed costs and variable costs separately?**
The system accounts for both. `get_farm_financials` includes everything—from constant property taxes (fixed) to seed prices per acre (variable)—to give you a complete picture.

**Is this MCP better than using an external accounting program?**
This MCP complements existing software. It pulls the finalized data from your records and runs specialized, complex financial models—like EBITDA calculations across diverse crops—that traditional programs might not handle in one view.