eCommerce
adadiamonds.com
Searches Ada Diamonds' inventory of lab grown diamonds, engagement rings, and fine jewelry, and provides access to their educational guides on diamond buying.
ENDPOINT 1
https://www.adadiamonds.com/mcp
MCP server metadata
- Name
- ada-diamonds
- Version
- 1.0.0
Ada Diamonds is a lab grown diamond jeweler: custom engagement rings, loose lab diamonds, wedding bands, and fine jewelry, made to order in New York City. Pricing model: an engagement ring is a SETTING plus a LOOSE DIAMOND, priced separately. To quote a complete ring, call search_engagement_rings and search_diamonds and add them together. Setting prices never include the center stone. Read the ada://catalog/* resources once for inventory shape (available shapes, carat ranges, price bands) before running searches; it will save you several calls. Diamond inventory changes continuously, so re-check before quoting a specific stone. All prices are US dollars. Everything except request_consultation is public and needs no credential.
Known tools 7
search_diamondsSearch Ada Diamonds' live loose lab grown diamond inventory by shape, carat weight, price, color, clarity, and cut.
Inferred read-onlysearch_engagement_ringsSearch Ada Diamonds' engagement ring settings by center-stone shape, style, and setting price.
Inferred read-onlysearch_jewelrySearch Ada Diamonds' fine jewelry — wedding bands, earrings, necklaces, bracelets, and fashion rings — by category, type, diamond shape, and price.
Inferred read-onlysearch_knowledge_baseSearch Ada Diamonds' published guides on lab grown diamonds — the 4Cs, CVD vs HPHT growth, shape guides, certification, and buying advice.
Inferred read-onlyread_articleFetch the full markdown text of one Ada Diamonds knowledge base article by slug.
Inferred read-onlyget_company_infoContact details, showroom address and hours, how consultations work, and what Ada Diamonds sells.
Inferred read-onlyCONNECT 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.ada-diamonds]
url = "https://www.adadiamonds.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ada-diamonds
Remote MCP URL: https://www.adadiamonds.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": {
"ada-diamonds": {
"url": "https://www.adadiamonds.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ada-diamonds",
"transport": "streamable-http",
"url": "https://www.adadiamonds.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.