# Dairy Freestall Dimension Calculator AI Agent Connect

> Calculate precise dairy stall dimensions and assess cow comfort based on breed and design.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_cUnJJweZdpTjYmypkhzH0y4er7R7v9ChIi4T1Jvo/ai-agent-connect
- **Tags:** dairy, cows, freestall, livestock-management, agriculture-tech

## Description

This MCP server provides engineering tools for dairy producers to design optimal freestall housing. By inputting cow weight, breed, and preferred stall design, users can determine critical dimensions like stall width, length, and curb height. The tools use Midwest Plan Service standards to ensure cow comfort and minimize injury risk. Use `calculate_stall_dimensions` to get physical measurements, `estimate_stall_metrics` to predict herd efficiency, `assess_injury_risk` to evaluate safety, and `validate_layout_compliance` to ensure industry standard adherence.

## Tools

### assess_injury_risk
Evaluates the physical risk to the cow based on the designed dimensions

### calculate_stall_dimensions
Determines the specific physical dimensions required for a single stall based on cow characteristics and design type

### estimate_stall_metrics
Predicts the efficiency and usage of the stall layout

### validate_layout_compliance
Checks if a proposed stall configuration meets the minimum Midwest Plan Service standards

## Prompt Examples

**Prompt:** 
```
Calculate the stall dimensions for a 1500lb Holstein using a loop design.
```

**Response:** 
```
For a 1500lb Holstein with a loop design, the stall width is 48 inches, the length is 92 inches, the brisket locator is 34 inches from the curb, the neck rail height is 12 inches, and the curb height is 8 inches.
```

**Prompt:** 
```
What is the injury risk for a 1200lb Jersey cow with a 10 inch neck rail height and 6 inch curb height?
```

**Response:** 
```
The injury risk level is Moderate, with the primary risk factor being the neck rail height.
```

**Prompt:** 
```
Check if a 45 inch wide stall is compliant for a 1600lb Holstein.
```

**Response:** 
```
The design is non-compliant. The width is 3 inches below the minimum standard. It is recommended to increase the stall width to at least 48 inches.
```

## Frequently Asked Questions

**What standards are used for the calculations?**
All calculations and compliance checks are based on the Midwest Plan Service standards for dairy housing.

**Can I calculate the risk of injury for my cows?**
Yes, you can use the `assess_injury_risk` tool to evaluate the risk level based on neck rail height, curb height, and cow weight.

**Which breeds are supported?**
The tool currently supports Holstein and Jersey breeds.
