{
  "markdown": "# Jewelry by Sweet Pea — Products MCP Server\n\nA free, public, **read-only** [Model Context Protocol](https://modelcontextprotocol.io) server for the [Jewelry by Sweet Pea](https://www.jewelrybysweetpea.com) fine-jewelry catalog. No API key, no signup.\n\n**Endpoint:** `https://chat.jewelrybysweetpea.com/mcp` (Streamable HTTP, stateless)\n\n**Registry:** [`io.github.danielle790/jewelry-by-sweet-pea`](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.danielle790/jewelry-by-sweet-pea) on the official MCP Registry\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `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. |\n| `get_product` | Fetch one product's live details (price, availability, sizes/variants, URL) by SKU. |\n| `find_compatible_chains` | For a pendant or charm SKU: chains that fit its bail (metal family, width, price) plus other pieces the store pairs with it. |\n| `list_size_variants` | For a ring, chain, bracelet or anklet SKU: the same piece in other sizes or lengths, each with its own SKU and URL. |\n| `get_store_policies` | Shipping (free US), returns (free 30-day), warranty, resizing, payment, and contact details. |\n\n## Quick start\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http sweetpea-products https://chat.jewelrybysweetpea.com/mcp\n```\n\n### Claude Desktop / other MCP clients\n\n```json\n{\n  \"mcpServers\": {\n    \"sweetpea-products\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://chat.jewelrybysweetpea.com/mcp\"\n    }\n  }\n}\n```\n\n### Try it with curl\n\n```bash\ncurl -X POST https://chat.jewelrybysweetpea.com/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json, text/event-stream\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\",\"params\":{}}'\n```\n\n## Notes\n\n- Read-only: the server exposes catalog and policy data only; it cannot place orders or modify anything.\n- No authentication required. Please be reasonable with request volume.\n- Prices and availability are live from the store.\n\n## About\n\nJewelry by Sweet Pea is a family-run online fine-jewelry store. Questions or issues with the server: [danielle@jewelrybysweetpea.com](mailto:danielle@jewelrybysweetpea.com) · [jewelrybysweetpea.com](https://www.jewelrybysweetpea.com)\n\n## Discovery\n\nThis server is discoverable by machines through:\n\n- **Official MCP Registry:** [io.github.danielle790/jewelry-by-sweet-pea](https://registry.modelcontextprotocol.io/v0/servers?search=jewelry-by-sweet-pea)\n- **Well-known URIs** on the store domain:\n  - [/.well-known/mcp/server-card.json](https://jewelrybysweetpea.com/.well-known/mcp/server-card.json)\n  - [/.well-known/mcp.json](https://jewelrybysweetpea.com/.well-known/mcp.json)\n  - [/.well-known/webmcp.json](https://jewelrybysweetpea.com/.well-known/webmcp.json)\n- **[llms.txt](https://jewelrybysweetpea.com/llms.txt)** for AI crawlers\n",
  "bytes": 2969,
  "sha": "be86304350099fbca417da404f3b26953974521afd28b73e7accbdab9661028d",
  "repo_slug": "danielle790/jewelry-by-sweet-pea-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_danielle790_jewelry_by_sweet_p_ecfb2bdd/readme"
}