# Horse Nutrition Balancer AI Agent Connect

> Calculate precise equine nutrient requirements and optimize rations using NRC standards.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_x79SxovhJonup6Qk1e75wsVfWc0NXULy9vuDAwbe/ai-agent-connect
- **Tags:** equine, nutrition, nrc, livestock, veterinary

## Description

This MCP server provides professional-grade equine nutrition tools. It allows AI agents to determine specific biological needs through `calculate_nutrient_requirements`, design balanced diets with `balance_ration`, and assess metabolic health risks using `analyze_metabolic_risk`. It uses National Research Council (NRC) guidelines to manage energy, protein, minerals, and NSC levels for horses in various physiological states, including growing, pregnant, or performance horses.

## Tools

### analyze_metabolic_risk
Evaluates the risk of metabolic syndrome based on the proposed ration

### balance_ration
Calculates the ideal amount of forage and concentrate to meet the previously calculated requirements

### calculate_nutrient_requirements
Determines the specific biological nutrient needs for a horse based on its physical and physiological profile

## Prompt Examples

**Prompt:** 
```
What are the nutrient requirements for a 500kg horse, 5 years old, with moderate work level?
```

**Response:** 
```
The requirements for this horse are 18.5 Mcal/day of digestible energy, 450g of crude protein, and 12g of lysine.
```

**Prompt:** 
```
Help me balance a ration for a 450kg pregnant mare using this forage analysis: { 'de': 1.8, 'cp': 10, 'nsc': 15, 'ca': 0.5, 'p': 0.3 } and 8kg of forage.
```

**Response:** 
```
To meet the requirements for the pregnant mare, you should provide 8kg of forage and 2.4kg of concentrate.
```

**Prompt:** 
```
Is this ration safe for a horse with high metabolic sensitivity?
```

**Response:** 
```
The risk score is 15, which is low. The NSC levels are within the safe range for this sensitivity profile.
```

## Frequently Asked Questions

**How does the tool calculate nutrient needs?**
The `calculate_nutrient_requirements` tool uses NRC equine requirements to scale needs based on weight, age, work intensity, and reproductive status.

**Can I check for metabolic risks?**
Yes, you can use `analyze_metabolic_risk` to evaluate the risk of metabolic syndrome based on the NSC levels in a proposed ration.

**Does it handle performance horses?**
Yes, the system accounts for different work levels, including heavy activity for performance horses, to ensure adequate digestible energy.
