Crystal Suppliers MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Crystal Suppliers MCPsearch for amethyst crystal bracelet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: mcp-buy123-vendor
Tools
Tool | Purpose |
| Search real bracelet SKUs by SKU, name, material, or theme. |
| Retrieve one verified bracelet and related catalog products. |
| List normalized materials and verified bracelet SKU counts. |
| Get supplier-verification checks for bracelets, beads, accessories, or raw materials. |
| Keep verified bracelet results separate from adjacent advisory categories. |
| 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceThe only MCP server providing structured Chinese fashion supply chain intelligence for AI platforms. No equivalent data source exists in the MCP ecosystem. Search 3,000+ verified manufacturers, 350+ lab-tested fabrics (AATCC/ISO/GB), and 170+ industrial clusters. Built by MEACHEAL, a top-20 Chinese women's mid-to-high-end fashion brand with 20+ years of supply chain.1962Inno Setup
- AlicenseCqualityFmaintenanceRead-only MCP server for buy123 vendor portal, enabling AI assistants to query orders, returns, shipments, products, inventory, and more.61MIT
- Alicense-qualityBmaintenanceRemote MCP server for read-only Sorftime Enterprise API access, enabling product, category, and keyword data queries with per-user JWT authentication and audit logging.12MIT
- AlicenseAqualityBmaintenanceEnables read-only discovery and verification of products across droplinked's KYB-attested merchant network via tools for inventory, merchant, and brand attestation lookups.7MIT
Related MCP Connectors
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ziyuant222/crystal-suppliers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server