INDIVIDUAL MCP TOOL
get_product
Fetch one product's live details (price, availability, sizes/variants, URL) by its SKU.
LIVE ENDPOINT
https://chat.jewelrybysweetpea.com/mcp
Connect to this endpoint to inspect the live schema for get_product 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.jewelry-by-sweet-pea]
url = "https://chat.jewelrybysweetpea.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jewelry-by-sweet-pea": {
"type": "http",
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jewelry-by-sweet-pea
Remote MCP URL: https://chat.jewelrybysweetpea.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": {
"jewelry-by-sweet-pea": {
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jewelry-by-sweet-pea": {
"type": "http",
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jewelry-by-sweet-pea",
"transport": "streamable-http",
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Live search of 100,000+ fine-jewelry products (gold, sterling silver, NCAA/collegiate LogoArt).find_compatible_chains— For a pendant or charm SKU, returns chains whose width fits the pendant's bail (same metal family, sensible width and price), plus other pieces the store pairs with it (same school/team or same collection).list_size_variants— For a ring, chain, bracelet or anklet SKU, lists the sibling products that are the same piece in other sizes (ring sizes) or lengths (inches), each with its own SKU and URL.get_store_policies— Shipping (free US), returns (free 30-day), warranty, resizing, payment, and contact details for Jewelry by Sweet Pea.