Skip to main content
ClaudeWave
danielle790 avatar
danielle790

jewelry-by-sweet-pea-mcp

Ver en GitHub

Public read-only MCP server for the Jewelry by Sweet Pea fine-jewelry catalog (search_products, get_product, get_store_policies)

MCP ServersRegistry oficial0 estrellas0 forksActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/danielle790/jewelry-by-sweet-pea-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "jewelry-by-sweet-pea-mcp": {
      "command": "node",
      "args": ["/path/to/jewelry-by-sweet-pea-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/danielle790/jewelry-by-sweet-pea-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Jewelry by Sweet Pea — Products MCP Server

A 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.

**Endpoint:** `https://chat.jewelrybysweetpea.com/mcp` (Streamable HTTP, stateless)

**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

## 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

```bash
claude mcp add --transport http sweetpea-products https://chat.jewelrybysweetpea.com/mcp
```

### Claude Desktop / other MCP clients

```json
{
  "mcpServers": {
    "sweetpea-products": {
      "type": "streamable-http",
      "url": "https://chat.jewelrybysweetpea.com/mcp"
    }
  }
}
```

### Try it with curl

```bash
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](mailto:danielle@jewelrybysweetpea.com) · [jewelrybysweetpea.com](https://www.jewelrybysweetpea.com)

## Discovery

This server is discoverable by machines through:

- **Official MCP Registry:** [io.github.danielle790/jewelry-by-sweet-pea](https://registry.modelcontextprotocol.io/v0/servers?search=jewelry-by-sweet-pea)
- **Well-known URIs** on the store domain:
  - [/.well-known/mcp/server-card.json](https://jewelrybysweetpea.com/.well-known/mcp/server-card.json)
  - [/.well-known/mcp.json](https://jewelrybysweetpea.com/.well-known/mcp.json)
  - [/.well-known/webmcp.json](https://jewelrybysweetpea.com/.well-known/webmcp.json)
- **[llms.txt](https://jewelrybysweetpea.com/llms.txt)** for AI crawlers

Lo que la gente pregunta sobre jewelry-by-sweet-pea-mcp

¿Qué es danielle790/jewelry-by-sweet-pea-mcp?

+

danielle790/jewelry-by-sweet-pea-mcp es mcp servers para el ecosistema de Claude AI. Public read-only MCP server for the Jewelry by Sweet Pea fine-jewelry catalog (search_products, get_product, get_store_policies) Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala jewelry-by-sweet-pea-mcp?

+

Puedes instalar jewelry-by-sweet-pea-mcp clonando el repositorio (https://github.com/danielle790/jewelry-by-sweet-pea-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar danielle790/jewelry-by-sweet-pea-mcp?

+

danielle790/jewelry-by-sweet-pea-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene danielle790/jewelry-by-sweet-pea-mcp?

+

danielle790/jewelry-by-sweet-pea-mcp es mantenido por danielle790. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a jewelry-by-sweet-pea-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega jewelry-by-sweet-pea-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: danielle790/jewelry-by-sweet-pea-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/danielle790-jewelry-by-sweet-pea-mcp)](https://claudewave.com/repo/danielle790-jewelry-by-sweet-pea-mcp)
<a href="https://claudewave.com/repo/danielle790-jewelry-by-sweet-pea-mcp"><img src="https://claudewave.com/api/badge/danielle790-jewelry-by-sweet-pea-mcp" alt="Featured on ClaudeWave: danielle790/jewelry-by-sweet-pea-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a jewelry-by-sweet-pea-mcp