# Konbini Hack Macro Optimizer AI Agent Connect

> Find the most cost-effective nutritional hacks in Japanese convenience stores.

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

## Description

This MCP server provides a deterministic optimization engine for Japanese convenience store enthusiasts. It calculates the most efficient nutritional 'hacks' by combining base items with various add-ons to maximize a specific target macro like protein, carbs, or calories relative to price. Use `calculate_macro_efficiency` to find the best combinations, `get_item_nutrition` to look up specific item profiles, or `validate_combination_feasibility` to check if a combination fits your budget or calorie limits.

## Tools

### calculate_macro_efficiency
Evaluates potential food combinations to find the most efficient hacks for a specific nutritional goal

### get_item_nutrition
Retrieves the nutritional data for a single item

### validate_combination_feasibility
Checks if a proposed combination of items meets specific user-defined constraints

## Prompt Examples

**Prompt:** 
```
What is the best way to get protein using a Famichiki as a base?
```

**Response:** 
```
The most efficient protein hack is combining Famichiki with a Protein Drink and a Boiled Egg, yielding a macro efficiency of 0.15 protein/JPY.
```

**Prompt:** 
```
Check if a combination of Onigiri and a Protein Bar is under 300 Yen.
```

**Response:** 
```
The combination is feasible and costs 280 Yen.
```

**Prompt:** 
```
Get the nutrition facts for a specific item named 'Salad Chicken'.
```

**Response:** 
```
Salad Chicken: 120 calories, 25g protein, 2g carbs, 1g fat, and 180 JPY.
```

## Frequently Asked Questions

**How do I find the best protein hack?**
You can use the `calculate_macro_efficiency` tool. Provide your base item and a list of add-on items, then set the target macro to 'protein' to see the most efficient combinations.

**Can I check if a combination is within my budget?**
Yes, use the `validate_combination_feasibility` tool. You can specify a `maxBudgetJpy` to ensure the total price of your items stays within your limit.

**Where does the nutritional data come from?**
Nutritional data is retrieved from a local item catalog containing verified convenience store products.
