INDIVIDUAL MCP TOOL
browse_collection
Browse one collection/category page deterministically — the same product set, ordering, and filters a shopper sees on the site.
LIVE ENDPOINT
https://www.25karats.com/mcp
Connect to this endpoint to inspect the live schema for browse_collection and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.25karats]
url = "https://www.25karats.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"25karats": {
"type": "http",
"url": "https://www.25karats.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 25karats
Remote MCP URL: https://www.25karats.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"25karats": {
"url": "https://www.25karats.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"25karats": {
"type": "http",
"url": "https://www.25karats.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "25karats",
"transport": "streamable-http",
"url": "https://www.25karats.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the 25karats made-to-order catalog (wedding bands, engagement rings, his & hers sets, fine jewelry) by keywords or a style code.list_collections— The navigable catalog taxonomy: every public collection with its permalink (for browse_collection), title, and product count, as a tree.get_product— Full detail for one product: metal variants with live starting prices, the complete customization matrix (ring sizes, widths, thickness, color, finish, stone type, engraving rules) with the ids to echo into price_product, stone specifications, physical dimensions, size-group siblings, matching pieces, and the default image.price_product— Exact live price in USD for a fully configured item — the same number the customer pays on 25karats.get_product_images— Every gallery image for a product with high-resolution URLs.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.get_store_info— 25karats brand facts and policies for answering shoppers: who we are, shipping and production times, returns, warranty, resizing, engraving, financing, and contact details.