Back to Browse

Jewelry By Sweet Pea MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Live search of 100,000+ fine jewelry products, prices and store policies. Read-only, no auth.

About

Live search of 100,000+ fine jewelry products, prices and store policies. Read-only, no auth.

Remote endpoints: streamable-http: https://chat.jewelrybysweetpea.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

3 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-danielle790-jewelry-by-sweet-pea": {
      "url": "https://chat.jewelrybysweetpea.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolWhat it does
search_productsLive search of 100,000+ fine-jewelry products (gold, sterling silver, NCAA/collegiate LogoArt). Returns name, SKU, live price, availability, and product URL.
get_productFetch one product's live details (price, availability, sizes/variants, URL) by SKU.
get_store_policiesShipping (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:

Reviews

No reviews yet

Be the first to review this server!