# Oven Time Adjuster AI Agent Connect

> Oven Time Adjuster MCP handles the math for adjusting recipe durations. If your oven runs hot or you need to scale cooking times by a specific percentage, your AI client can now calculate precise new durations, verify they stay within safe bounds, and provide clear summaries of the changes.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zJfy8PEKv8M1FY7s3RkbHEOsbQIF6HSjB3Ec5FYy/ai-agent-connect
- **Tags:** kitchen, cooking-time, recipe-helper, oven, time-calculation

## Description

You shouldn't have to pull out a calculator every time you realize your oven isn't hitting the mark. This MCP gives your AI client the ability to handle cooking time math with precision. Whether you're dealing with a finicky convection oven or you need to adjust a recipe's timing by a specific percentage, you can just tell your agent what you need. It calculates the new duration, checks that the adjustment is safe, and formats the result so it's easy to read. It's a simple way to make sure your timing stays accurate when the hardware doesn't match the recipe.

## Tools

### validate_adjustment_range
This tool checks if a requested percentage change stays within safe cooking limits.

### calculate_adjusted_time
This tool computes the new cooking duration after you apply a specific percentage adjustment.

### format_cooking_duration
This tool turns raw seconds into a clean, human-readable time format.

### get_adjustment_summary
This tool provides a full breakdown of the original time, the change, and the final result.

## Prompt Examples

**Prompt:** 
```
If my recipe says 30 minutes, what is the new time if I increase it by 20%?
```

**Response:** 
```
The new cooking time will be 36 minutes.
```

**Prompt:** 
```
I need to reduce a 120 second cook time by 50%. What is the result?
```

**Response:** 
```
The adjusted cooking time is 60 seconds.
```

**Prompt:** 
```
Show me a summary for a 45 minute cook time with a 10% increase.
```

**Response:** 
```
Original duration: 45 minutes, Delta: 4.5 minutes, Final duration: 49.5 minutes.
```

## Capabilities

### Percentage Adjustments
Your agent uses this to scale cooking times up or down based on oven behavior.

### Safety Validation
The AI checks that your requested time changes won't result in unsafe cooking bounds.

### Time Formatting
Your client converts raw seconds into readable minutes and seconds.

### Change Summaries
The agent generates a clear breakdown of the original and new cooking durations.

## Use Cases

### Oven Calibration
Adjust recipe times when you know your oven runs hotter or cooler than standard.

### Recipe Scaling
Change cooking durations by a set percentage to match different cooking methods.

### Quick Conversions
Turn raw seconds into readable time strings for your digital recipe notes.

### Adjustment Audits
Get a full summary of how much a cooking time has changed after an adjustment.

## Benefits

- Removes manual math from the cooking process.
- Ensures adjustments stay within safe operational ranges.
- Provides readable time formats for easy kitchen use.

## How It Works

Connect the MCP to your AI client and start asking for time adjustments.

1. Connect the MCP to your preferred client like Claude or Cursor via Vinkius.
2. Tell your agent the original cooking time and the percentage you want to change.
3. The agent uses the tools to calculate and validate the new time.
4. Your agent provides the final, formatted cooking duration.

## Frequently Asked Questions

**How do I use this MCP with Claude?**
You connect to the MCP through the Vinkius platform, which hosts it for you. Once connected, you can simply ask Claude to perform time adjustments using the available tools.

**Can this MCP ensure my cooking times are safe?**
Yes, it includes a tool specifically designed to validate if a percentage adjustment stays within safe cooking bounds.

**Does it work with any AI client?**
It works with any MCP-compatible client, including Cursor, Windsurf, and VS Code.

**What kind of output do I get?**
The MCP can provide raw numbers, human-readable time strings, or a full summary showing the original time and the delta.

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

**How do I increase the cooking time?**
Provide a positive percentage to the `calculate_adjusted_time` tool. For example, use 10 to increase the time by 10%.

**Can I decrease the cooking time?**
Yes, use a negative percentage. For example, -15 will reduce the cooking time by 15%.

**How can I see a summary of the changes?**
You can use the `get_adjustment_summary` tool to see the original duration, the delta, and the final calculated time.
