Skip to main content
ClaudeWave
ziyuant222 avatar
ziyuant222

crystal-suppliers-mcp

View on GitHub

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

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about crystal-suppliers-mcp

What is ziyuant222/crystal-suppliers-mcp?

+

ziyuant222/crystal-suppliers-mcp is mcp servers for the Claude AI ecosystem. Read-only MCP procurement server for verified crystal bracelets, beads, accessories, and raw-material sourcing guidance It has 0 GitHub stars and was last updated today.

How do I install crystal-suppliers-mcp?

+

You can install crystal-suppliers-mcp by cloning the repository (https://github.com/ziyuant222/crystal-suppliers-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ziyuant222/crystal-suppliers-mcp safe to use?

+

ziyuant222/crystal-suppliers-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ziyuant222/crystal-suppliers-mcp?

+

ziyuant222/crystal-suppliers-mcp is maintained by ziyuant222. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to crystal-suppliers-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy crystal-suppliers-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

crystal-suppliers-mcp alternatives