# Spelt Hulling Efficiency Engine AI Agent Connect

> Calculate dehulling yield, kernel breakage, and processing economics for spelt grain.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_hdLueMD39xVSlTnoAAPzhhfyBiz995MIaRGQDZlM/ai-agent-connect
- **Tags:** spelt, dehulling, yield, grain, agriculture-tech

## Description

This MCP server provides a specialized calculation engine for assessing the efficiency, yield, and economic viability of dehulling spelt grain. It uses mechanical dehulling models to determine how different methods like a stone mill or impact dehuller affect the final product. Users can use `calculate_yield_and_quality` to find expected yields, `compare_dehulling_methods` to evaluate machinery, `estimate_processing_economics` to calculate profit margins, and `optimize_moisture_settings` to find the ideal moisture level for processing.

## Tools

### calculate_yield_and_quality
Calculates the expected yield and quality of processed spelt

### compare_dehulling_methods
Compares different dehulling methods (e.g., stone mill vs. impact dehuller)

### estimate_processing_economics
Estimates the total processing cost and resulting product value

### optimize_moisture_settings
Finds the ideal moisture level to minimize breakage while maximizing yield

## Prompt Examples

**Prompt:** 
```
What is the expected yield and quality for a spelt with 15% hull, size 2.5, thickness 0.1, 12% moisture, and an adherence factor of 1.2?
```

**Response:** 
```
The expected yield is 82.5% with a broken kernel percentage of 4.2%. The total kernel mass is 82.5 units.
```

**Prompt:** 
```
Compare a stone mill and an impact dehuller for grain with 12% hull and an adherence factor of 1.5.
```

**Response:** 
```
The stone mill requires 45 units of energy with 3% breakage and an efficiency rating of 0.85. The impact dehuller requires 65 units of energy with 7% breakage and an efficiency rating of 0.72.
```

**Prompt:** 
```
What is the ideal moisture level for a stone mill with 10% hull and 1.3 adherence factor?
```

**Response:** 
```
The optimal moisture level is 13.5%, which is predicted to yield 88% with only 2.5% breakage.
```

## Frequently Asked Questions

**How do I determine the best machinery for my spelt variety?**
You can use the `compare_dehulling_methods` tool. By providing the hull percentage and the adherence factor of your specific variety, the tool will compare energy requirements and predicted breakage for different methods.

**Can I calculate the profit margin for a batch?**
Yes. Use `estimate_processing_economics` after you have obtained your yield data. It calculates the total processing cost and the final product value based on market prices for whole and broken kernels.

**What factors influence the kernel breakage?**
Breakage is primarily influenced by the moisture content, the mechanical method used, and the adherence factor of the grain variety. You can use `optimize_moisture_settings` to find the ideal moisture to minimize this.
