FITINY jewellery tools: density-corrected carat/mm, GIA grades, ISO 8653 ring sizes
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Grading reference and caratβmillimetre conversion for moissanite β calculated, not copied.
Practically every carat/mm chart on the web is calculated for diamond. Moissanite has a different density (3.21 vs 3.52 g/cmΒ³), so applying a diamond chart to moissanite is wrong by roughly 9%:
| Diameter | Diamond | Moissanite | Cubic zirconia |
|---|---|---|---|
| 4.0 mm | 0.24 ct | 0.22 ct | 0.39 ct |
| 5.0 mm | 0.47 ct | 0.43 ct | 0.76 ct |
| 6.5 mm | 1.03 ct | 0.94 ct | 1.66 ct |
| 8.0 mm | 1.91 ct | 1.74 ct | 3.09 ct |
This is why moissanite is usually sold by millimetre rather than by carat β the same "1 carat" looks like a different size depending on the stone.
Cross-border ring buying goes wrong because the systems are unrelated: a US 6 is a UK M, not a UK 6. EU sizes under ISO 8653 are simply the inner circumference in millimetres.
| US | UK | EU | Inner Γ |
|---|---|---|---|
| 5 | J | 49.3 | 15.7 mm |
| 6 | M | 51.9 | 16.5 mm |
| 7 | O | 54.4 | 17.3 mm |
| 8 | Q | 57.0 | 18.1 mm |
| 9 | RΒ½ | 59.5 | 18.9 mm |
Sizes that aren't on the chart return the nearest listed size flagged exact: false,
rather than inventing a value.
Two ways to run it.
Hosted β nothing to install. Point any MCP client at:
Listed in the official MCP Registry as com.fitiny/moissanite-tools.
Local β stdio:
Exposes six tools:
| Tool | Answers |
|---|---|
carat_to_mm | How wide is a 1 ct moissanite? |
mm_to_carat | What does a 6.5 mm stone weigh in each material? |
grading_scale | What does VVS1 / D colour actually mean? |
ring_size_convert | What is a UK M in US sizing? |
necklace_length | Where does an 18" necklace sit? |
stud_appearance | How big does a 6 mm stud read on the ear? |
GIA's round-brilliant formula, scaled by relative density:
Accuracy against published diamond charts: 1.4% mean, 3.3% max. Real stones vary with cut proportions β treat the output as guidance, not as a substitute for weighing a stone.
Round brilliant only. Fancy shapes (oval, princess, emerald, pear) distribute weight differently and need shape-specific factors that aren't in here.
Colour and clarity scales follow the GIA diamond grading system, which the moissanite trade has adopted. The optical constants (refractive index, dispersion, Mohs hardness, density) are published gemmological values. Nothing here was scraped from another site β the conversion figures are computed from the formula above, which is why they can be released under MIT.
This is a descriptive reference, not a certification. A graded stone comes with a report from a gemmological laboratory; this repo just explains what those grades mean.
An interactive version runs at fitiny.com/pages/moissanite-grading.
MIT β see LICENSE. Maintained by FITINY Jewelry.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/moissanite-tools)<a href="https://allmcps.com/mcp/moissanite-tools"><img src="https://allmcps.com/api/badge/moissanite-tools?style=directory" alt="Moissanite Tools on AllMCPs" /></a>