# Sunflower Hybrid Selector AI Agent Connect

> Select optimal sunflower hybrids using multi-criteria analysis of yield, oil, and disease resistance.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_iGJHjX5CtWa4buuZLIbrlXgDrTtsPUtoCEMHpTNU/ai-agent-connect
- **Tags:** sunflower, hybrid-selection, yield-optimization, oil-content, crop-management

## Description

This MCP server provides advanced decision support for sunflower cultivation. It allows AI agents to evaluate hybrid performance by balancing commercial goals with agronomic constraints. Users can use `get_available_hybrids` to browse compatible varieties, `analyze_hybrid_suitability` to calculate specific metrics like expected oil yield, or `select_optimal_hybrid` to perform a weighted multi-criteria analysis. The tool accounts for target markets (oil, confection, bird food), maturity windows, disease pressure (such as downy mildew or sclerotinia), and herbicide resistance traits like Clearfield or ExpressSun.

## Tools

### analyze_hybrid_suitability
Calculates the specific performance metrics for a single hybrid based on user goals

### get_available_hybrids
Provides a list of all sunflower hybrids available in the system to check their baseline characteristics

### select_optimal_hybrid
Performs a multi-criteria weighted analysis to recommend the best hybrid for a specific field scenario

## Prompt Examples

**Prompt:** 
```
Which sunflower hybrids are available for the oil market?
```

**Response:** 
```
The available oil-market hybrids are H-102, H-205, and H-309.
```

**Prompt:** 
```
Find the best hybrid for a high-yield oil target with high disease pressure.
```

**Response:** 
```
The recommended hybrid is H-402, which provides the best balance of yield and disease resistance for your specific criteria.
```

**Prompt:** 
```
What is the expected oil yield for hybrid H-102 if I target 3000 kg/ha?
```

**Response:** 
```
For a target yield of 3000 kg/ha, the expected oil yield for H-102 is 540 kg/ha based on its 18% oil content.
```

## Frequently Asked Questions

**How do I find hybrids suitable for the oil market?**
You can use the `get_available_hybrids` tool and specify 'oil' as the market type to see all compatible varieties.

**Can I account for herbicide resistance in my selection?**
Yes, when using `select_optimal_hybrid`, you can provide a `requiredHerbicideTrait` to filter for hybrids with specific resistance like Clearfield.

**How is the best hybrid determined?**
The `select_optimal_hybrid` tool uses a weighted scoring system where you define the importance of yield, oil content, and disease resistance.
