# Serving Calorie Total AI Agent Connect

> Serving Calorie Total MCP gives your AI client the ability to calculate the exact caloric content of food. It handles everything from looking up ingredient densities to aggregating the total calories for a single serving. Instead of guessing, your agent can now pull ingredient lists and compute specific caloric contributions for every component in a recipe.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_kvH3L7nGqe0pyIGjeROYbtRrIvZlEZuzVu9i5UQg/ai-agent-connect
- **Tags:** calories, nutrition, recipes, diet, cooking

## Description

You can now give your AI agent the ability to perform precise nutritional math. This MCP provides the specific tools needed to break down a recipe into its caloric parts. You can use it to pull a full list of ingredients for a specific recipe or look up the caloric density of a single item. Once the data is in, your agent can calculate exactly how much each ingredient contributes to the whole. It finishes the job by aggregating those numbers to give you a final, accurate calorie count for a single serving. It's a direct way to move from a list of ingredients to a complete nutritional profile without manual math.

## Tools

### calculate_ingredient_contribution
This tool calculates the specific number of calories a set amount of an ingredient adds to a dish.

### calculate_total_serving_calories
This tool sums up all individual ingredient contributions to find the total calories in one serving.

### get_ingredient_density
This tool retrieves the caloric density for a specific ingredient.

### get_recipe_ingredient_list
This tool pulls a complete list of ingredients required for a specific recipe ID.

## Prompt Examples

**Prompt:** 
```
What are the total calories in recipe ID 'pancake_001'?
```

**Response:** 
```
The total calories for recipe pancake_001 is 450 kcal.
```

**Prompt:** 
```
How many calories does 50g of sugar contribute?
```

**Response:** 
```
50g of sugar contributes 196 calories.
```

**Prompt:** 
```
List all ingredients for recipe 'omelette_v2'.
```

**Response:** 
```
The ingredients for omelette_v2 are: 2 eggs, 10g butter, and 5g salt.
```

## Capabilities

### Ingredient Density Lookup
Your agent uses this to find the caloric value per unit of a specific food item.

### Recipe Component Retrieval
The AI pulls a full list of ingredients for a recipe to begin calculations.

### Individual Contribution Math
Your agent calculates how much a specific weight of an ingredient adds to the total.

### Total Serving Aggregation
The AI sums all parts to provide a final calorie count for a single serving.

## Use Cases

### Recipe Analysis
Your agent pulls a recipe list and calculates the total calories for a single serving.

### Ingredient Substitution
You can check how changing an ingredient's weight affects the total caloric count.

### Nutritional Reporting
Generate a breakdown of how much each ingredient contributes to a dish's energy content.

### Dietary Planning
Use the ingredient density tool to estimate calories for custom food combinations.

## Benefits

- Removes manual math errors by automating caloric summation.
- Provides direct access to ingredient density data.
- Enables your agent to handle complex recipe breakdowns automatically.

## How It Works

Connecting this MCP to your client is a one-click process through Vinkius.

1. Connect your preferred client like Claude or Cursor to Vinkius.
2. Your agent identifies the recipe or ingredient you want to analyze.
3. The MCP retrieves ingredient lists and density data.
4. The agent calculates individual and total caloric contributions.
5. You receive the final calorie count in your chat interface.

## Frequently Asked Questions

**How do I use this MCP with Claude?**
You connect your Claude client to Vinkius once, and the tools become immediately available for your agent to use in any conversation.

**Can this MCP calculate calories for custom recipes?**
Yes, by using the ingredient density and contribution tools, your agent can calculate the calories for any combination of ingredients.

**What kind of clients work with this MCP?**
Any MCP-compatible client works, including Claude, Cursor, Windsurf, and VS Code.

**Do I need to host the MCP myself?**
No, Vinkius hosts and manages the MCP for you, so it is ready to use the moment you connect.

**Does this provide a full nutritional breakdown?**
It focuses on caloric content, providing ingredient density, individual contributions, and total serving calories.
