# Tattoo Time Estimator AI Agent Connect

> Calculate tattoo session duration, number of appointments, and healing time.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_I09m7T8lxihCZV3JCPMkyMMIQ4oxKwDkKDsM4iNi/ai-agent-connect
- **Tags:** tattoo, planning, estimation, art, beauty

## Description

This MCP server provides precise tattoo project planning. Use `calculate_tattoo_estimate` to determine total hours, the number of required sessions, and expected healing periods based on area, body location, and style. You can also use `get_available_locations` to see supported body parts or `get_style_guidance` to understand how different artistic styles impact the duration.

## Tools

### get_style_guidance
Returns the difficulty multiplier for a specific tattoo style

### calculate_tattoo_estimate
Provides a complete breakdown of time, sessions, and healing requirements for a specific tattoo project

### get_available_locations
Returns a list of valid body locations for estimation

## Prompt Examples

**Prompt:** 
```
How long will a 50 sq cm traditional tattoo on my arm take?
```

**Response:** 
```
A 50 sq cm traditional tattoo on your arm will take approximately 5 hours, requiring 2 sessions, with a healing time of 2-3 weeks.
```

**Prompt:** 
```
Estimate a complex realism tattoo on my ribs covering 100 sq cm.
```

**Response:** 
```
A 100 sq cm complex realism tattoo on your ribs will take approximately 30 hours, requiring 7 sessions, with a healing time of 2-3 weeks.
```

**Prompt:** 
```
What are the available body locations for estimation?
```

**Response:** 
```
The available locations are arm, leg, back, chest, ribs, hand, and foot.
```

## Frequently Asked Questions

**How accurate are these estimates?**
Estimates are deterministic based on the provided area, style, and location. Use `calculate_tattoo_estimate` for the most precise calculation.

**What body parts can I estimate for?**
You can estimate for the arm, leg, back, chest, ribs, hand, and foot. Use `get_available_locations` to confirm the full list.

**Does the style of the tattoo change the time?**
Yes, different styles have different complexity weights. You can use `get_style_guidance` to see how a specific style affects the duration.
