# Food Price per Kilogram AI Agent Connect

> Food Price per Kilogram MCP helps your AI client handle the math behind grocery shopping. It normalizes different food weights to a standard kilogram price, compares two different packages to see which is actually cheaper, and checks if buying in bulk is worth the extra upfront cost. You can connect it to Claude, Cursor, or Windsurf to make smarter buying decisions in seconds.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UDT9PRcKhYCc89wRnpxNotoLUxm2qBEOyXXaCkkz/ai-agent-connect
- **Tags:** food, price, unit-price, shopping-assistant, weight-conversion

## Description

Grocery math is annoying. When one brand sells 500g of flour for $2.50 and another sells 1.2kg for $5.00, it isn't always obvious which one saves you money. This MCP fixes that by giving your AI agent the ability to normalize every food item to a price per kilogram. 

You can hand your shopping list or a photo of a receipt to your AI client and ask it to find the best value. It handles the weight conversions and the division for you. Whether you are trying to decide between a small snack pack and a family size box, or you want to know if a bulk deal is a gimmick, this tool provides the math. It's built to take the guesswork out of unit pricing so you can focus on your budget.

## Tools

### calculate_unit_price
This tool finds the cost of a single kilogram for any food item you provide.

### compare_unit_prices
Use this to see which of two different food packages offers the better value.

### convert_weight_to_kg
This tool converts various mass measurements into kilograms for easy comparison.

### get_bulk_savings_threshold
This tool analyzes bulk deals to determine if the larger package actually saves you money.

## Prompt Examples

**Prompt:** 
```
How much does a 500g bag of flour costing $2.50 cost per kilogram?
```

**Response:** 
```
$5.00 per kilogram.
```

**Prompt:** 
```
Which is a better deal: 1kg of rice for $3.00 or 500g of rice for $1.60?
```

**Response:** 
```
The 1kg bag for $3.00 is the better deal.
```

**Prompt:** 
```
Convert 250 grams to kilograms.
```

**Response:** 
```
0.25 kg
```

## Capabilities

### Unit Price Normalization
Your agent converts various weights into a standard price per kilogram.

### Package Comparison
The AI compares two different items to identify the cheapest option.

### Weight Conversion
Your client turns grams or other units into kilograms instantly.

### Bulk Value Analysis
The tool checks if buying larger quantities provides real savings.

## Use Cases

### Grocery Store Comparison
Compare two different brands of the same product to find the lowest unit price.

### Bulk Buying Decisions
Check if a large bag of rice is cheaper than two smaller bags.

### Budget Tracking
Feed your AI client receipt data to normalize costs for your monthly budget.

### Unit Conversion
Quickly turn grams into kilograms to make price calculations easier.

## Benefits

- Eliminates manual math when comparing grocery prices.
- Identifies when bulk buying is actually a waste of money.
- Standardizes all food costs to a single kilogram metric.

## How It Works

Connect the MCP to your AI client and start asking about prices.

1. Connect the MCP to Claude, Cursor, or Windsurf via Vinkius.
2. Provide the weight and price of the food items to your AI client.
3. The AI uses the tools to calculate or compare the values.
4. Receive the direct answer regarding the best value or unit price.

## Frequently Asked Questions

**How do I use this MCP with Claude?**
You connect to the Vinkius catalog, which hosts the MCP for you. Once connected, you can simply ask Claude to calculate prices or compare items using the provided tools.

**Can I compare items in grams?**
Yes. You can use the weight conversion tool to turn grams into kilograms, making it easy to compare any food item.

**Does this help with bulk shopping?**
Yes. The get_bulk_savings_threshold tool specifically analyzes whether a bulk package offers significant savings compared to smaller sizes.

**Do I need to host this myself?**
No. Vinkius hosts and manages the MCP for you. You just connect your client and it is ready to use.

**What AI clients are compatible?**
This MCP works with any MCP-compatible client, including Claude, Cursor, and Windsurf.

**How do I calculate the price per kilogram?**
You can use the `calculate_unit_price` tool by providing the total package cost, the weight, and the unit (kg or g).

**Can I compare two different brands?**
Yes, use the `compare_unit_prices` tool to determine which package offers the better value per kilogram.

**Does it support grams?**
Yes, the tools support weight normalization for grams (g), kilograms (kg), and milligrams (mg).
