2M
25karats — Made-to-Order Wedding & Engagement Rings
/search_diamonds
search diamonds
Search 25karats' in-stock IGI/GIA-certified lab-grown loose diamonds (center stones for engagement rings) by shape, carat, color, clarity, cut, and price. Price
liveunknown~5s typical
mcp25karats—made-to-order
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-25karats-storefront /search_diamonds for me.
Input
| Field | Type | Description |
|---|---|---|
| shape | string | One shape or an array, e.g. 'Round' or ['Oval','Emerald'] |
| color | string | One color or an array; D through K |
| clarity | string | One clarity or an array, e.g. 'VS1' or ['VS1','VVS2'] |
| cut | string | Cut grade as a label or certificate code: 'Ideal' (ID) or 'Excellent' (EX) |
| polish | string | Polish grade as a label or certificate code: 'Excellent' (EX), 'Very Good' (VG), 'Good' (G |
| symmetry | string | Symmetry grade as a label or certificate code: 'Excellent' (EX) or 'Very Good' (VG) |
| lab | string | Grading lab, e.g. IGI or GIA |
| carat_min | number | |
| carat_max | number | |
| price_min | number | |
| price_max | number | |
| stock_no | string | Exact stone lookup by stock number |
| sort | string (price_asc | price_desc | carat_asc | carat_desc | recent) | |
| limit | integer | Max 50 |
| page | integer |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-25karats-storefront","endpoint":"/search_diamonds","input":{}}'cli
npx cracked-ai run -p mcp-com-25karats-storefront -e /search_diamonds -i '{}'mcp
run_tool({ provider: "mcp-com-25karats-storefront", endpoint: "/search_diamonds", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.