# Aquaculture Feed & Growth Modeling AI Agent Connect

> Predict fish growth, feed requirements, and harvest timelines using biological models.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_1qknB9H0CkLFNmltGuW28hOigcikR1mLdLsrg40j/ai-agent-connect
- **Tags:** aquaculture, fish-farming, growth-modeling, biology, environmental-science

## Description

This MCP server provides specialized modeling for aquaculture management. It uses the Thermal Growth Coefficient (TGC) model to predict how fish weight changes relative to water temperature. Users can calculate expected daily growth, Feed Conversion Ratio (FCR), and total feed requirements. The server also evaluates how environmental factors like dissolved oxygen and temperature impact metabolic efficiency. Key tools include `get_growth_projections` for biomass planning, `evaluate_environmental_impact` for assessing water constraints, and `calculate_harvest_schedule` for predicting harvest dates.

## Tools

### calculate_harvest_schedule
Calculates the realistic harvest timeline for biomass

### evaluate_environmental_impact
Evaluates how water conditions limit feeding efficiency

### get_growth_projections
Predicts fish growth trajectories and feed requirements

## Prompt Examples

**Prompt:** 
```
How much feed will I need for 1000kg of Salmon to reach 5kg from 1kg at 12 degrees Celsius?
```

**Response:** 
```
To grow your Salmon from 1kg to 5kg at 12°C, you will require approximately 4,250kg of feed based on the projected FCR.
```

**Prompt:** 
```
What is the impact of low oxygen on my fish metabolism?
```

**Response:** 
```
At a dissolved oxygen level of 3.5 mg/L, the metabolism multiplier is reduced by 40%, significantly slowing down the growth rate.
```

**Prompt:** 
```
When can I harvest my Tilapia if they are currently 200g and I want them to be 500g?
```

**Response:** 
```
Based on current water conditions, your Tilapia are projected to reach the 500g target weight in approximately 45 days.
```

## Frequently Asked Questions

**How does temperature affect the growth predictions?**
The model uses the Thermal Growth Coefficient (TGC) to adjust growth rates based on water temperature, as metabolic rates in fish are temperature-dependent.

**Can I predict when my fish will be ready for harvest?**
Yes, by using the `calculate_harvest_schedule` tool, you can determine the estimated days until harvest based on current weight, target weight, and environmental conditions.

**How does dissolved oxygen impact the results?**
Low dissolved oxygen levels act as a physiological constraint. You can use `evaluate_environmental_impact` to see how oxygen levels reduce metabolic efficiency and growth.
