# Capsule Wardrobe Planner AI Agent Connect

> Capsule Wardrobe Planner is a deterministic engine that builds optimized clothing collections. It uses specific constraints like piece limits, seasonal temperature ranges, and occasion requirements to ensure your wardrobe actually works when you need it. You can check garment versatility or validate if an outfit is appropriate for a specific weather scenario.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UVUrtHkFxtxzE3JIx2WIorxslSE57ypfEWIVJof4/ai-agent-connect
- **Tags:** wardrobe, capsule, clothing, style, planning

## Description

You can stop guessing if your clothes will work for your next trip. This MCP acts as a logic engine for your wardrobe, turning a pile of clothes into a mathematically sound collection. Instead of just picking random items, you give your AI client specific constraints like a maximum number of pieces or a target temperature range. The engine then calculates the best combinations to ensure you aren't overpacked or underdressed. 

You can use it to score how much use you'll get out of a new purchase or to verify if a specific outfit meets the requirements for a formal dinner in a cool climate. It removes the guesswork from packing and wardrobe building by focusing on how many different ways your items can be worn together. Whether you are prepping for a summer trip to Italy or trying to minimize your daily clothing footprint, this tool provides the logic to make it happen.

## Tools

### analyze_wardrobe_coverage
This tool generates a report on how well your current selection covers specific weather scenarios and social occasions.

### get_garment_versatility
This tool calculates a score for a single item based on how many different outfit combinations it can support.

### plan_capsule
This tool builds an optimized wardrobe based on the specific constraints and garments you provide.

### validate_outfit
This tool checks if a specific combination of clothes is appropriate for a given temperature and occasion.

## Prompt Examples

**Prompt:** 
```
Help me plan a 10-item capsule wardrobe for a summer trip to Italy with a temperature range of 25-35 degrees.
```

**Response:** 
```
I have generated a 10-item capsule wardrobe optimized for summer in Italy. It includes 4 tops, 3 bottoms, 2 pairs of footwear, and 1 accessory, providing 12 unique outfit combinations that cover Casual and Professional occasions.
```

**Prompt:** 
```
Is this outfit valid for a formal dinner at 20 degrees Celsius: a black dress and heels?
```

**Response:** 
```
Yes, the black dress and heels combination is a valid outfit for a formal occasion at 20 degrees Celsius.
```

**Prompt:** 
```
Which of these items is the most versatile for my current wardrobe?
```

**Response:** 
```
The white linen shirt has the highest versatility score, as it can participate in 8 different outfit combinations across various occasions.
```

## Capabilities

### Wardrobe Optimization
Your agent uses this to pick the best set of clothes within a strict piece limit.

### Outfit Validation
Your agent checks if your chosen clothes match the weather and the event type.

### Versatility Scoring
Your agent evaluates individual items to see how many outfits they can help create.

### Coverage Analysis
Your agent reviews your entire collection to find gaps in your climate or occasion readiness.

## Use Cases

### Vacation Packing
Generate a tight, 10-item list for a specific destination and weather range.

### Minimalist Wardrobe Building
Determine which items provide the most value to a small, permanent collection.

### Event Preparation
Verify if a specific outfit is appropriate for a formal or casual event in certain weather.

### Shopping Decisions
Check how a potential new purchase would score in terms of versatility with what you already own.

## Benefits

- Reduces packing weight by maximizing outfit combinations.
- Ensures outfit suitability for specific temperatures.
- Identifies gaps in your wardrobe coverage.
- Provides mathematical scores for garment utility.

## How It Works

Connect the MCP to your AI client and start planning through natural language.

1. Connect the MCP to your preferred client like Claude or Cursor via Vinkius.
2. Provide your constraints such as piece limits, destination, or temperature.
3. Ask your agent to plan a capsule or validate a specific outfit.
4. Review the generated wardrobe plans or versatility scores.

## Frequently Asked Questions

**What is a capsule wardrobe?**
It is a curated collection of clothing items that can be combined to create many different outfits, usually focused on a specific season or trip.

**How does the tool decide if an outfit is valid?**
The MCP checks the combination of garments against specific temperature ranges and the type of occasion you specify.

**Can I use this for different climates?**
Yes, you can provide specific temperature ranges to ensure the wardrobe is optimized for the climate you will face.

**How do I connect this to my AI?**
You connect it through the Vinkius platform, which hosts the MCP so you can use it in clients like Claude or Cursor with one click.

**Does this help with packing?**
Yes, it helps you plan a specific number of items that provide the maximum number of outfit combinations for your trip.

**How does the engine decide which clothes to pick?**
The engine uses a deterministic optimization process to maximize the total number of valid outfit combinations within your specified piece limit.

**Can I check if an outfit is suitable for a specific temperature?**
Yes, you can use the `validate_outfit` tool to verify if a set of garments is appropriate for a given temperature and occasion.

**What happens if two different sets of clothes provide the same number of outfits?**
The engine uses a stable tie-break rule based on the lexicographical sum of item IDs to ensure the selection is always consistent.
