# Gemology Carat & Alloy Calculator AI Agent Connect

> Calculate gemstone carat weight and precious metal alloy compositions.

## Overview
- **Category:** mathematics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_I50XXLlGJgdrko1EP8iyvOEY13MyCnnqKsPySqzJ/ai-agent-connect
- **Tags:** gemstone, carat, gold, alloy, jewelry-design

## Description

This MCP server provides precise tools for gemologists and jewelers. Use `estimate_gemstone_weight` to determine the estimated carat weight of a stone using its dimensions and specific gravity. Use `calculate_alloy_composition` to find the exact gram weights of source metals needed to reach a target karat. Finally, use `calculate_metal_melt_value` to find the current market value of precious metals based on spot prices.

## Tools

### calculate_metal_melt_value
Calculates the total monetary value of a specific weight of precious metal based on current market pricing

### estimate_gemstone_weight
Calculates the estimated carat weight of a gemstone based on its dimensions and material

### calculate_alloy_composition
Determines the exact weight of source metals needed to create a target karat alloy

## Prompt Examples

**Prompt:** 
```
What is the estimated weight of a round diamond with length 6mm, width 6mm, depth 3.5mm and specific gravity 3.52?
```

**Response:** 
```
The estimated weight for the round diamond is 0.75 carats.
```

**Prompt:** 
```
How much 24k and 14k gold do I need to make 10 grams of 18k gold?
```

**Response:** 
```
To make 10 grams of 18k gold, you need 7.5 grams of 24k gold and 2.5 grams of 14k gold.
```

**Prompt:** 
```
What is the melt value of 50 grams of 18k gold if the spot price is 2000 USD per troy ounce?
```

**Response:** 
```
The total value of the 18k gold is 1350.00 USD.
```

## Frequently Asked Questions

**How accurate is the gemstone weight estimation?**
The `estimate_gemstone_weight` tool uses shape-specific multipliers and the specific gravity of the material to provide a deterministic estimate of the carat weight.

**Can I calculate the value of my gold?**
Yes, by using `calculate_metal_melt_value`, you can determine the USD value of a metal weight based on its karat and the current spot price per troy ounce.

**How do I mix metals for a specific karat?**
The `calculate_alloy_composition` tool calculates the exact amount of two source metals required to achieve your target karat and total weight.
