2M
25karats — Made-to-Order Wedding & Engagement Rings
/price_product
price product
Exact live price in USD for a fully configured item — the same number the customer pays on 25karats.com (computed from current metal market pricing, not a cache
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 /price_product for me.
Input
| Field | Type | Description |
|---|---|---|
| variant_id | integer | Variant id from get_product (preferred) |
| style_code | string | |
| slug | string | |
| url | string | |
| metal | string (10K | 14K | 18K | PLAT | SILVER | STEEL) | |
| stone_type | string | Engagement rings with a diamond-type choice: 'natural' or 'lab' (or the id from get_produc |
| ring_size | string | |
| width | string | Bands: option_value id or display value, e.g. '6' (mm) |
| thickness | string | |
| color | string | |
| finish | string | |
| options | object | Map option_id (from get_product) to an option_value id or display label; an alternative to |
| his | object | His & hers sets: configuration and optional engraving for the his band |
| her | object | His & hers sets: configuration and optional engraving for the her band |
| engraving_text | string | Wedding bands only; for H&H put this inside his/her |
| engraving_font | string | Wedding bands only; for H&H put this inside his/her |
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":"/price_product","input":{}}'cli
npx cracked-ai run -p mcp-com-25karats-storefront -e /price_product -i '{}'mcp
run_tool({ provider: "mcp-com-25karats-storefront", endpoint: "/price_product", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.