# Konbini Macro Combo Optimizer AI Agent Connect

> Optimize Japanese convenience store meals to hit specific calorie and protein targets.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LrT0hA1bAN4o6iXyCY1jx5Idup8P3BBiBQlWP0ie/ai-agent-connect
- **Tags:** japan, konbini, macros, diet, fitness

## Description

This MCP server provides a deterministic optimization engine for planning meals from Japanese convenience stores like 7-Eleven, Lawson, and FamilyMart. By using the `find_optimal_meal_combo` tool, you can input specific caloric and protein goals to receive the best combination of up to four items. You can also use `search_available_items` to browse the product catalog or `get_item_nutrition_details` to inspect the macro profile of individual products. The optimizer calculates total calories, protein, carbs, fat, and cost in JPY, ensuring the selection stays within a 15% tolerance of your targets.

## Tools

### find_optimal_meal_combo
Finds the best combination of up to 4 items to meet target calories and protein

### get_item_nutrition_details
Get detailed nutritional information for a specific item

### search_available_items
Browse the catalog of available convenience store items

## Prompt Examples

**Prompt:** 
```
I want to eat around 500 calories and get 30g of protein from a konbini. What should I pick?
```

**Response:** 
```
Your optimal meal is: 1x Chicken Bento (600kcal, 25g protein) and 1x Protein Drink (150kcal, 15g protein). Total: 750kcal, 40g protein. Note: This is outside the 15% tolerance for your 500kcal target.
```

**Prompt:** 
```
Find me a snack combo near 200 calories and 10g of protein.
```

**Response:** 
```
Your optimal snack is: 1x Salmon Onigiri (180kcal, 7g protein) and 1x Boiled Egg (70kcal, 6g protein). Total: 250kcal, 13g protein.
```

**Prompt:** 
```
What items are available in the onigiri category?
```

**Response:** 
```
The available onigiri items are: Salmon Onigiri, Tuna Mayo Onigiri, and Pickled Plum Onigiri.
```

## Frequently Asked Questions

**How many items can be in a meal combo?**
A single meal combo is limited to a maximum of four items to maintain the nature of a single meal or snack.

**What happens if a combination doesn't meet my targets?**
The optimizer will still provide the best mathematical match, but it will flag the result if the totals fall outside a 15% tolerance window of your requested calories or protein.

**Can I see the full nutrition facts for a specific item?**
Yes, you can use the `get_item_nutrition_details` tool to retrieve the full macro profile, including calories, protein, carbs, fat, and cost for any item in the catalog.
