# Gemstone Weight Calculator AI Agent Connect

> Estimate gemstone carat weight and market value using physical dimensions.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_1RgUBG4wW8r4dIyYFxmm45vP85JUrVK6JE4sxWDL/ai-agent-connect
- **Tags:** gemstone, carat, weight, diamond, valuation

## Description

This MCP server provides precise tools for gemstone professionals and enthusiasts to calculate mass and value. By using the `estimate_carat_weight` tool, you can determine the carat weight of a stone by providing its shape, length, width, depth, and material type. The server also includes `calculate_gemstone_value` to estimate market price and `get_gemstone_specifications` to retrieve specific gravity and shape correction factors.

## Tools

### calculate_gemstone_value
Determines the estimated market price range for a gemstone

### estimate_carat_weight
Calculates the estimated carat weight of a gemstone based on its physical dimensions and material type

### get_gemstone_specifications
Retrieves the physical constants (specific gravity) and correction factors for a given gemstone and shape combination

## Prompt Examples

**Prompt:** 
```
What is the estimated weight of a round diamond that is 6mm long, 6mm wide, and 3.5mm deep?
```

**Response:** 
```
The estimated weight for a round diamond with those dimensions is 0.68 carats.
```

**Prompt:** 
```
Calculate the value of a 2.5 carat sapphire if the price per carat is $500.
```

**Response:** 
```
The estimated market value for the sapphire is $1,250.00.
```

**Prompt:** 
```
What is the specific gravity for an emerald?
```

**Response:** 
```
The specific gravity for an emerald is 2.72.
```

## Frequently Asked Questions

**How accurate are these weight estimates?**
Estimates are calculated using deterministic formulas based on specific gravity and shape-specific correction factors provided by the `get_gemstone_specifications` tool.

**Which gemstone types are supported?**
The tool supports diamond, ruby, sapphire, emerald, amethyst, topaz, garnet, opal, and pearl.

**Can I calculate the price of a stone?**
Yes, you can use the `calculate_gemstone_value` tool by providing the estimated carat weight and the current market rate per carat.
