Skip to main content
ClaudeWave
ziyuant222 avatar
ziyuant222

crystal-suppliers-mcp

Ver en GitHub

Read-only MCP procurement server for verified crystal bracelets, beads, accessories, and raw-material sourcing guidance

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ziyuant222/crystal-suppliers-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "crystal-suppliers-mcp": {
      "command": "node",
      "args": ["/path/to/crystal-suppliers-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/ziyuant222/crystal-suppliers-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Crystal Suppliers MCP

Crystal Suppliers MCP is a read-only procurement server for [KT Crystals](https://ktcrystals.com). It searches a verified catalog of 104 crystal bracelet SKUs and provides traceable sourcing checklists for loose beads, crystal accessories, and raw crystal materials.

The service does not invent price, MOQ, inventory, lead time, treatment, origin, certification, or shipping claims. Commercial fields remain `requires_manual_confirmation`.

## Install and connect

Run directly from the repository:

```json
{
  "mcpServers": {
    "crystal-suppliers": {
      "command": "node",
      "args": ["/absolute/path/to/crystal-suppliers-mcp/src/index.mjs"]
    }
  }
}
```

Run the OCI image over stdio:

```json
{
  "mcpServers": {
    "crystal-suppliers": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ziyuant222/crystal-suppliers-mcp:0.1.0"
      ]
    }
  }
}
```

Start Streamable HTTP:

```bash
docker run --rm -p 3000:3000 \
  ghcr.io/ziyuant222/crystal-suppliers-mcp:0.1.0 --http
```

The endpoint is then `http://localhost:3000/mcp`, with health status at `http://localhost:3000/health`.

## Tools

| Tool | Purpose |
| --- | --- |
| `crystal_search_products` | Search real bracelet SKUs by SKU, name, material, or theme. |
| `crystal_get_product` | Retrieve one verified bracelet and related catalog products. |
| `crystal_list_materials` | List normalized materials and verified bracelet SKU counts. |
| `crystal_get_sourcing_guidance` | Get supplier-verification checks for bracelets, beads, accessories, or raw materials. |
| `crystal_build_procurement_shortlist` | Keep verified bracelet results separate from adjacent advisory categories. |
| `crystal_prepare_inquiry` | Validate supplied SKUs and draft an inquiry without sending or storing it. |

## Coverage contract

- `verified_catalog`: grounded in the current 104-SKU bracelet catalog.
- `advisory_only`: sourcing guidance only; no verified SKU coverage for the requested category.
- `mixed`: verified bracelet candidates plus separately labeled advisory categories.

Inquiry drafting is local and stateless. It does not send email, submit a form, write to a database, or retain buyer details.

## Development

```bash
npm ci
npm test
npm run start:http
```

The server supports Node.js 22 or newer and implements MCP over both stdio and stateless Streamable HTTP.

<!-- mcp-name: io.github.ziyuant222/crystal-suppliers-mcp -->
crystalmcpmodel-context-protocolprocurementwholesale

Lo que la gente pregunta sobre crystal-suppliers-mcp

¿Qué es ziyuant222/crystal-suppliers-mcp?

+

ziyuant222/crystal-suppliers-mcp es mcp servers para el ecosistema de Claude AI. Read-only MCP procurement server for verified crystal bracelets, beads, accessories, and raw-material sourcing guidance Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala crystal-suppliers-mcp?

+

Puedes instalar crystal-suppliers-mcp clonando el repositorio (https://github.com/ziyuant222/crystal-suppliers-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 ziyuant222/crystal-suppliers-mcp?

+

ziyuant222/crystal-suppliers-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 ziyuant222/crystal-suppliers-mcp?

+

ziyuant222/crystal-suppliers-mcp es mantenido por ziyuant222. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a crystal-suppliers-mcp?

+

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

Despliega crystal-suppliers-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: ziyuant222/crystal-suppliers-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ziyuant222-crystal-suppliers-mcp)](https://claudewave.com/repo/ziyuant222-crystal-suppliers-mcp)
<a href="https://claudewave.com/repo/ziyuant222-crystal-suppliers-mcp"><img src="https://claudewave.com/api/badge/ziyuant222-crystal-suppliers-mcp" alt="Featured on ClaudeWave: ziyuant222/crystal-suppliers-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a crystal-suppliers-mcp