# Durian Value-Yield Calculator AI Agent Connect

> Calculate the true edible yield and cost-efficiency of durian varieties.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ZHnDiD8z2xp3Iu0I0vJFlrRAGl7PqnAU1ioJg2cD/ai-agent-connect
- **Tags:** durian, yield, cost-analysis, agriculture, food-science

## Description

This MCP server provides deterministic tools to calculate the real value of durian purchases. By accounting for non-edible components like husk and seed weight, it reveals the true cost per kilogram of edible flesh. Use `calculate_yield_metrics` to find the exact edible weight and effective price, `get_variety_statistics` to check biological characteristics of specific varieties, or `recommend_best_value` to identify the most cost-effective durian for your budget.

## Tools

### calculate_yield_metrics
Calculates the physical edible weight and the true cost per kilogram of the edible portion

### get_variety_statistics
Answers "What are the typical seed/husk characteristics for a specific variety?"

### recommend_best_value
Answers "Which variety should I buy to get the most value for my money?"

## Prompt Examples

**Prompt:** 
```
I bought 5kg of Musang King for 150 SGD. The quality is an 8/10. What is my yield and value?
```

**Response:** 
```
For 5kg of Musang King, the edible flesh weight is 3.25kg, the effective price is 46.15 SGD/kg, and your value score is 17.34.
```

**Prompt:** 
```
Which durian should I buy if my budget is 30 SGD per kg?
```

**Response:** 
```
Based on a budget of 30 SGD/kg, the D24 variety offers the best value for your money.
```

**Prompt:** 
```
What are the seed and husk percentages for D24 durian?
```

**Response:** 
```
For the D24 variety, the expected seed weight is 20% and the husk weight is 60%.
```

## Frequently Asked Questions

**How is the edible weight calculated?**
The edible weight is calculated by subtracting the fixed husk weight (60%) and the variety-specific seed weight from the total weight.

**What is the difference between sticker price and effective price?**
The sticker price is the cost per kg of the whole fruit, while the effective price is the actual cost per kg of the edible flesh you consume.

**Can I use this to compare different durian varieties?**
Yes, you can use `recommend_best_value` to compare varieties based on your budget and quality preferences.
