# Ring Size Calculator AI Agent Connect

> Convert finger measurements into precise international ring sizes.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_5Q4EO5LcZ53zmZbaxBAUqb2XILLWb6rryjWcwlmk/ai-agent-connect
- **Tags:** jewelry, sizing, conversion, measurement, international

## Description

This MCP server provides high-precision ring sizing tools. Use `calculate_ring_size` to convert circumference or diameter into multiple international standards including US, UK, France, Germany, Japan, and Switzerland. It accounts for physiological factors like temperature-induced swelling and knuckle clearance, as well as stylistic needs like wide band adjustments.

## Tools

### calculate_ring_size
Convert raw measurements into a comprehensive multi-system sizing report

### convert_units
Normalize different measurement types and units into a standard millimeter circumference and diameter

### get_size_recommendation
Provide a natural language summary and recommendation based on the calculated size and user constraints

## Prompt Examples

**Prompt:** 
```
What is my ring size if my finger circumference is 54mm and I want a US size?
```

**Response:** 
```
Your US ring size is 6.75.
```

**Prompt:** 
```
Convert a 17mm diameter to UK size.
```

**Response:** 
```
A 17mm diameter corresponds to a UK size N.
```

**Prompt:** 
```
I have a 52mm circumference and a wide band of 8mm. What is my size?
```

**Response:** 
```
Your adjusted US ring size is 6.0.
```

## Frequently Asked Questions

**How do I use the sizing tool?**
Provide your finger measurement (circumference or diameter) and the unit (mm or inches) to the `calculate_ring_size` tool to receive a full report.

**Does it account for wide bands?**
Yes, if you specify a `bandWidth` greater than 6mm, the tool automatically adjusts the size for better comfort.

**Can I adjust for temperature changes?**
Yes, you can enable `temperatureAdjustment` to account for fingers swelling in heat or shrinking in cold.
