# Food Delivery vs. Cooking Analyzer AI Agent Connect

> A deterministic cost and time-efficiency analyzer for Singaporean young adults.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_D0lAA8hQrBa6s8VgbxMezYOT6dHFcQLehCaCurQ5/ai-agent-connect
- **Tags:** singapore, cost-analysis, food-delivery, cooking, efficiency

## Description

This MCP server provides precise economic modeling to help users decide between ordering food and cooking at home. By analyzing weekly delivery costs and the implicit time-cost of cooking, it calculates the delivery premium and the hourly value of time saved. Use `get_delivery_cost_analysis` to find weekly delivery spending, `get_cooking_cost_analysis` to determine the true economic cost of home cooking, and `get_comparison_and_recommendation` to receive a final lifestyle recommendation based on your primary hourly wage.

## Tools

### get_comparison_and_recommendation
Compares delivery vs. cooking to determine the financial premium, time saved, and provides a final lifestyle recommendation

### get_cooking_cost_analysis
Calculates the total weekly economic cost of cooking at home, including time

### get_delivery_cost_analysis
Calculates the total weekly financial commitment for a delivery-heavy lifestyle

## Prompt Examples

**Prompt:** 
```
I order 5 meals a week at 25 SGD each. How much do I spend on delivery?
```

**Response:** 
```
Your total weekly delivery cost is 125 SGD.
```

**Prompt:** 
```
I spend 100 SGD on groceries and cook 5 meals a week. What is my cooking cost?
```

**Response:** 
```
Your total weekly cooking cost is 137.50 SGD.
```

**Prompt:** 
```
Compare 5 delivery meals at 25 SGD each vs cooking 5 meals with a 100 SGD grocery budget. My hourly wage is 30 SGD.
```

**Response:** 
```
Delivery is Worth It.
```

## Frequently Asked Questions

**How is the cost of cooking calculated?**
The cost of cooking includes your weekly grocery budget plus the opportunity cost of the time spent preparing and cleaning up meals.

**What does the recommendation mean?**
If the hourly value of your time saved is lower than your main job's hourly rate, the tool suggests you 'Cook More'. Otherwise, it suggests 'Delivery is Worth It'.

**Can I use this with Cursor or Claude Desktop?**
Yes, this MCP server can be connected to Cursor, Claude Desktop, VS Code, Windsurf, and any other MCP-compatible client via Vinkius Edge.
