# Fashion Size Table Lookup AI Agent Connect

> Fashion Size Table Lookup MCP bridges the gap between physical body measurements and standardized clothing labels. Your AI client uses this tool to translate raw dimensions into specific sizes across different regional systems like the USA or Europe. It handles measurement validation and provides exact dimension ranges for any given size label, making it easy to ensure a proper fit every time.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_34Q7xJm9ejWsL3az30JGwJ7iwafn1l14KSeI1WvI/ai-agent-connect
- **Tags:** sizing, apparel, measurements, clothing, fit

## Description

You can stop guessing which size to order when dealing with international clothing brands. This MCP gives your AI client the ability to act as a sizing expert by mapping physical body measurements to standardized apparel labels. Whether you are working with US, European, or other regional sizing standards, your agent can determine the right fit based on raw data. 

If you have a set of measurements, you can use this tool to check if they are realistic for a specific gender before attempting to find a size. It also lets you look up the specific physical dimensions that a brand's size label actually represents. This removes the guesswork from apparel sizing, allowing your agent to provide precise recommendations across various gender categories and regional systems.

## Tools

### find_size_by_label
This tool retrieves the actual physical dimensions tied to a specific size label. Use it to see exactly what a size Medium or Large means in centimeters or inches.

### get_available_sizing_systems
This tool lists all supported regional sizing standards and gender categories. It tells your agent which sizing systems are available for lookup.

### get_size_by_measurements
This tool calculates the ideal clothing size based on provided body measurements. It works within a specific region's sizing system to find the best fit.

### validate_measurements
This tool checks if a set of physical measurements is realistic and complete for a given gender. It prevents your agent from using invalid data for sizing calculations.

## Prompt Examples

**Prompt:** 
```
Based on my measurements (waist: 32, hips: 40), what size should I buy in the USA for women?
```

**Response:** 
```
Based on your measurements, the recommended size in the USA is 8.
```

**Prompt:** 
```
What are the dimensions for a size Medium in Europe for men?
```

**Response:** 
```
For a Men's Medium in Europe, the chest measurement range is 96-100 cm and the waist is 82-86 cm.
```

**Prompt:** 
```
Are these measurements valid for a man: waist 34, chest 40?
```

**Response:** 
```
Yes, these measurements are valid and complete for the requested gender.
```

## Capabilities

### Regional Sizing Translation
Your agent maps measurements to specific regional standards like US or EU sizing.

### Measurement Validation
The tool checks if provided physical dimensions are realistic for the target gender.

### Dimension Lookup
Your agent can find the exact physical ranges associated with any size label.

### System Discovery
The tool identifies which gender categories and regional standards are supported.

## Use Cases

### Automated Fit Assistants
An AI agent uses the tool to recommend clothing sizes to customers based on their body data.

### International Shopping
Your agent converts US measurements to European sizes to ensure correct ordering from foreign retailers.

### Data Validation
The tool checks if user-submitted measurements are physically plausible for a specific gender.

### Size Specification Lookup
An agent retrieves the exact chest or waist ranges for a specific size label to confirm fit.

## Benefits

- Eliminates sizing errors by using physical measurements instead of guesses.
- Standardizes sizing across different global regions.
- Ensures data integrity through measurement validation.
- Provides direct access to dimension ranges for specific labels.

## How It Works

Connect the MCP to your client and let your agent handle the sizing logic.

1. Connect the MCP to your AI client via Vinkius.
2. Provide your agent with physical body measurements.
3. The agent uses the tool to validate the data and select a regional system.
4. The agent returns the specific size or dimension range to you.

## Frequently Asked Questions

**How does this MCP handle different countries?**
The tool supports various regional sizing systems. Your agent can specify the region, such as the USA or Europe, to get the correct size recommendation.

**Can I use this with Claude or Cursor?**
Yes. You can connect this MCP to any MCP-compatible client including Claude, Cursor, and Windsurf.

**Does it work for both men and women?**
Yes. The tool includes gender categories and can validate measurements for different genders.

**What if my measurements are incorrect?**
The validate_measurements tool checks if your measurements are realistic and complete for the requested gender to prevent errors.

**How do I see the actual inches or centimeters for a size?**
You can use the find_size_by_label tool to get the specific physical dimension ranges for any size label.
