eCommerce
25karats.com
Provides access to the 25karats jewelry catalog, enabling product search, collection browsing, detailed product information, and exact pricing for customized items.
ENDPOINT 1
https://www.25karats.com/mcp
MCP server metadata
- Name
- 25karats
- Version
- 1.0.11
25karats is a family-owned New York jewelry manufacturer: 1,500+ made-to-order wedding band designs, engagement rings, his & hers sets, and IGI-certified lab-grown diamonds, handcrafted in the USA with free shipping, free engraving, 60-day returns, and a lifetime warranty. Every ring is customizable (metal, ring size, width, thickness, color, finish, engraving) and priced live from current metal markets. Typical flow: search_products or browse_collection to find candidates, get_product for options and ids, price_product for the exact configured price plus a pre-configured checkout link, get_product_images for high-resolution photos, search_diamonds for loose center stones, and get_store_info for policies. All prices are USD.
Known tools 8
search_productsSearch the 25karats made-to-order catalog (wedding bands, engagement rings, his & hers sets, fine jewelry) by keywords or a style code.
Inferred read-onlybrowse_collectionBrowse one collection/category page deterministically — the same product set, ordering, and filters a shopper sees on the site.
Inferred read-onlylist_collectionsThe navigable catalog taxonomy: every public collection with its permalink (for browse_collection), title, and product count, as a tree.
Inferred read-onlyget_productFull 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.
Inferred read-onlyprice_productExact live price in USD for a fully configured item — the same number the customer pays on 25karats.
Inferred read-onlysearch_diamondsSearch 25karats' in-stock IGI/GIA-certified lab-grown loose diamonds (center stones for engagement rings) by shape, carat, color, clarity, cut, and price.
Inferred read-onlyget_store_info25karats brand facts and policies for answering shoppers: who we are, shipping and production times, returns, warranty, resizing, engraving, financing, and contact details.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.