crystal-suppliers-mcp
Read-only MCP procurement server for verified crystal bracelets, beads, accessories, and raw-material sourcing guidance
Documentation
Crystal Suppliers MCP
Crystal Suppliers MCP is a read-only procurement server for KT Crystals. 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:
{
"mcpServers": {
"crystal-suppliers": {
"command": "node",
"args": ["/absolute/path/to/crystal-suppliers-mcp/src/index.mjs"]
}
}
}Run the OCI image over stdio:
{
"mcpServers": {
"crystal-suppliers": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/ziyuant222/crystal-suppliers-mcp:0.1.0"
]
}
}
}Start Streamable HTTP:
docker run --rm -p 3000:3000 \
ghcr.io/ziyuant222/crystal-suppliers-mcp:0.1.0 --httpThe 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
npm ci
npm test
npm run start:httpThe server supports Node.js 22 or newer and implements MCP over both stdio and stateless Streamable HTTP.
Frequently asked questions
What is crystal-suppliers-mcp?
crystal-suppliers-mcp is Read-only MCP procurement server for verified crystal bracelets, beads, accessories, and raw-material sourcing guidance
How do I install crystal-suppliers-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is crystal-suppliers-mcp open source?
Yes — it is hosted on GitHub at https://github.com/ziyuant222/crystal-suppliers-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP