streamable-httpupdated 1mo ago
A free, public, read-only Model Context Protocol server for the Jewelry by Sweet Pea fine-jewelry catalog. No API key, no signup.
What can you do with Jewelry by Sweet Pea Products?
Jewelry by Sweet Pea โ Products MCP Server
A free, public, read-only Model Context Protocol server for the Jewelry by Sweet Pea fine-jewelry catalog. No API key, no signup.
Endpoint: https://chat.jewelrybysweetpea.com/mcp (Streamable HTTP, stateless)
Registry: io.github.danielle790/jewelry-by-sweet-pea on the official MCP Registry
Tools
| Tool | What it does |
|---|---|
search_products |
Live search of 100,000+ fine-jewelry products (gold, sterling silver, NCAA/collegiate LogoArt). Returns name, SKU, live price, availability, and product URL. |
get_product |
Fetch one product's live details (price, availability, sizes/variants, URL) by SKU. |
get_store_policies |
Shipping (free US), returns (free 30-day), warranty, resizing, payment, and contact details. |
Quick start
Claude Code
claude mcp add --transport http sweetpea-products https://chat.jewelrybysweetpea.com/mcp
Claude Desktop / other MCP clients
{
"mcpServers": {
"sweetpea-products": {
"type": "streamable-http",
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}
Try it with curl
curl -X POST https://chat.jewelrybysweetpea.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
Notes
- Read-only: the server exposes catalog and policy data only; it cannot place orders or modify anything.
- No authentication required. Please be reasonable with request volume.
- Prices and availability are live from the store.
About
Jewelry by Sweet Pea is a family-run online fine-jewelry store. Questions or issues with the server: danielle@jewelrybysweetpea.com ยท jewelrybysweetpea.com
Discovery
This server is discoverable by machines through:
- Official MCP Registry: io.github.danielle790/jewelry-by-sweet-pea
- Well-known URIs on the store domain:
- llms.txt for AI crawlers
Install
Add Jewelry by Sweet Pea Products to your client. Pick the one you use.
claude mcp add --transport http jewelry-by-sweet-pea-products https://chat.jewelrybysweetpea.com/mcpcodex mcp add jewelry-by-sweet-pea-products --url https://chat.jewelrybysweetpea.com/mcp{
"mcpServers": {
"jewelry-by-sweet-pea-products": {
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"jewelry-by-sweet-pea-products": {
"type": "http",
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"jewelry-by-sweet-pea-products": {
"url": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"jewelry-by-sweet-pea-products": {
"serverUrl": "https://chat.jewelrybysweetpea.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
Jewelry by Sweet Pea Products exposes 3 tools to a connected agent.
- search_products
- Live search of 100,000+ fine-jewelry products (gold, sterling silver, NCAA/collegiate LogoArt). Returns name, SKU, live price, availability, and product URL.
- get_product
- Fetch one product's live details (price, availability, sizes/variants, URL) by SKU.
- get_store_policies
- Shipping (free US), returns (free 30-day), warranty, resizing, payment, and contact details.
Score
60 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 30, 2026 |
| 1.0.0 | Jul 30, 2026 |