# Beekeeping Harvest Calculator AI Agent Connect

> Deterministic honey yield, storage, and wax byproduct estimation.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_X67N5beD8YOv637CuNwC7kxYgZ7IHNRPDdSL5mYm/ai-agent-connect
- **Tags:** beekeeping, honey, agriculture, harvest, estimation

## Description

This MCP server provides precise tools for beekeepers to estimate honey harvests. Use `calculate_honey_yield` to determine extractable honey weight and check moisture safety. Use `estimate_storage_needs` to plan jar requirements, `calculate_wax_byproduct` to predict wax yields, and `suggest_super_timing` to manage hive space based on nectar flow.

## Tools

### suggest_super_timing
Recommends when to add new supers to the hive based on the nectar flow environment

### calculate_honey_yield
Determines the total weight of honey and the extractable amount based on equipment and capping status

### calculate_wax_byproduct
Estimates the amount of beeswax generated from the harvested cappings

### estimate_storage_needs
Calculates how many standard jars are required to store the expected harvest

## Prompt Examples

**Prompt:** 
```
I have 10 deep frames that are 80% capped. The moisture is 17%. How much honey can I harvest?
```

**Response:** 
```
You can harvest 24kg of honey from your 10 deep frames.
```

**Prompt:** 
```
How many 1kg jars do I need for 15kg of honey?
```

**Response:** 
```
You will need 15 jars of 1kg capacity.
```

**Prompt:** 
```
The nectar flow is heavy. What should I do?
```

**Response:** 
```
Add Super Now. You should add equipment immediately to prevent swarming or honey starvation.
```

## Frequently Asked Questions

**How do I know if my honey is safe from fermentation?**
You can use the `calculate_honey_yield` tool. It includes a safety check that flags if the moisture content exceeds the threshold that risks fermentation.

**Can I estimate how many jars I need to buy?**
Yes, after calculating your extractable honey weight, use the `estimate_storage_needs` tool to get the exact count for both 500g and 1kg jars.

**How does frame type affect the calculation?**
The tools account for standard capacities: deep frames (~3kg), medium frames (~2kg), and shallow frames (~1kg). You specify the type in `calculate_honey_yield` or `calculate_wax_byproduct`.
