2M
25karats — Made-to-Order Wedding & Engagement Rings
/search_products
search products
Search the 25karats made-to-order catalog (wedding bands, engagement rings, his & hers sets, fine jewelry) by keywords or a style code. Use this first when a sh
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_products for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Keywords or a style code (e.g. 'HC100232') |
| category | string (engagement_rings | wedding_bands | mens_rings | womens_diamond_rings | his_hers_sets | jewelry) | Optional shopper-facing catalog category. engagement_rings / wedding_bands / his_hers_sets |
| product_line | string (engagement_or_diamond_ring | wedding_band | his_and_hers_set | jewelry) | Optional product-line filter; category is preferred |
| tags | array | Every supplied style tag must match, by slug, name, or id |
| metal | string (10K | 14K | 18K | PLAT | SILVER | STEEL) | Optional metal filter; each returned starting price and URL use this metal's variant |
| price_min | number | |
| price_max | number | |
| limit | integer | Requested results per page (default 10); values outside 1..24 are clamped and reported |
| page | integer | Requested page; values below 1 are clamped and reported |
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_products","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-25karats-storefront -e /search_products -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-25karats-storefront", endpoint: "/search_products", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.