# Meat Cooking Calculator AI Agent Connect

> Precise cooking times, temperatures, and resting requirements for various meats.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ywXWBaoO1hd6X2X6cJpcEJsFGJIDTLYxuvTGlAAR/ai-agent-connect
- **Tags:** culinary, meat, temperature, cooking-time, food-safety

## Description

This MCP server provides deterministic culinary calculations to ensure perfect results every time. Use `calculate_cooking_parameters` to generate a complete plan including target internal temperatures, estimated cooking duration, and necessary resting time. You can also use `get_temperature_guidelines` to find specific temperature ranges for different doneness levels, or `validate_cooking_safety` to verify that your target temperature meets food safety standards. It accounts for weight, cooking method, bone-in status, and even altitude adjustments.

## Tools

### calculate_cooking_parameters
Calculates specific temperature targets, cooking duration, and resting requirements

### get_temperature_guidelines
Retrieves standard internal temperature ranges for a meat type and doneness

### validate_cooking_safety
Checks if a planned cooking temperature meets food safety requirements

## Prompt Examples

**Prompt:** 
```
I have a 2kg beef roast that is bone-in. I want to cook it in the oven to medium-rare. How long will it take and what temperature should I aim for?
```

**Response:** 
```
For a 2kg bone-in beef roast cooked in the oven to medium-rare, you should aim for an internal temperature of 130-135°F. The estimated cooking time is 145 minutes, and you should let it rest for 15 minutes.
```

**Prompt:** 
```
What is the safe temperature for chicken?
```

**Response:** 
```
The minimum safe internal temperature for chicken is 165°F.
```

**Prompt:** 
```
Is 140°F safe for a pork chop?
```

**Response:** 
```
No, 140°F is below the required safety threshold for pork. You should ensure it reaches the recommended minimum temperature to ensure it is safe to eat.
```

## Frequently Asked Questions

**How does altitude affect my cooking time?**
The calculator automatically adjusts the estimated cooking time by increasing it 5% for every 1000 meters of altitude to account for changes in heat transfer efficiency.

**Can I use this for poultry?**
Yes. While doneness levels are primarily for red meats, the tools provide the necessary safety minimum temperatures for chicken and turkey.

**What is carryover cooking?**
Carryover cooking is the rise in internal temperature that occurs after meat is removed from the heat source. The `calculate_cooking_parameters` tool provides an estimate of this rise.
