INDIVIDUAL MCP TOOL
crystal_prepare_inquiry
Validate any supplied bracelet SKUs and draft an English wholesale inquiry.
LIVE ENDPOINT
https://ktcrystals.com/mcp
Connect to this endpoint to inspect the live schema for crystal_prepare_inquiry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.crystal-suppliers-mcp-server]
url = "https://ktcrystals.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crystal-suppliers-mcp-server": {
"type": "http",
"url": "https://ktcrystals.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crystal-suppliers-mcp-server
Remote MCP URL: https://ktcrystals.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"crystal-suppliers-mcp-server": {
"url": "https://ktcrystals.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crystal-suppliers-mcp-server": {
"type": "http",
"url": "https://ktcrystals.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crystal-suppliers-mcp-server",
"transport": "streamable-http",
"url": "https://ktcrystals.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
crystal_search_products— Search the verified 104-SKU bracelet catalog by SKU, name, material, or theme.crystal_get_product— Get one verified bracelet by exact SKU or slug, including materials, image, source URL, related SKUs, and explicit manual-confirmation status for commercial terms.crystal_list_materials— List normalized materials and real SKU counts from the current verified bracelet catalog.crystal_get_sourcing_guidance— Get source-linked procurement checks for bracelets, loose beads, accessories, or raw materials.crystal_build_procurement_shortlist— Build a deterministic shortlist across requested crystal categories.