2M
25karats — Made-to-Order Wedding & Engagement Rings
/browse_collection
browse collection
Browse one collection/category page deterministically — the same product set, ordering, and filters a shopper sees on the site. Pass the collection permalink fr
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 /browse_collection for me.
Input
| Field | Type | Description |
|---|---|---|
| collection* | string | Collection permalink, with or without leading slash |
| tags | array | Style tag slugs, e.g. ['celtic','braided'] |
| metals | string | Offered metal codes, e.g. ['14K','PLAT']; price and URL use the first offered selection |
| price_tag | string | Price-range slug or id, e.g. '501-1000'; accepts one value or an array |
| cats | array | Child-category slugs on a listing-nav collection; matches the site's cats filter |
| sort | string (best | price_asc | price_desc) | Default: best sellers |
| limit | integer | Max 24 |
| 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":"/browse_collection","input":{"collection":"..."}}'cli
npx cracked-ai run -p mcp-com-25karats-storefront -e /browse_collection -i '{"collection":"..."}'mcp
run_tool({ provider: "mcp-com-25karats-storefront", endpoint: "/browse_collection", input: {"collection":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.