Ada Diamonds MCP server
Live lab grown diamond inventory, engagement ring settings, fine jewelry, and diamond buying guides.
Little public usage data yet
Reviews
Write oneNobody has reviewed Ada Diamonds yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Ada Diamonds tools (8, 2 write)
write = sends, deletes, buys or postscreate_checkout_linkwrite actionFreeAssemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent. Item ids come from the search tools (`diamond:<report>`, `setting:<slug>`, `jewelry:<slug>`); a complete ring is one setting plus one diamond. Needs the shipping address (prices tax and shipping into the link). Expires after 24 hours. No credential needed. Without a production credential this tool runs in the sandbox: the link is simulated and no Stripe session is created. Pass `env: "production"` when the customer actually wants to buy — that returns a live, payable link.
get_company_infoFreeContact details, showroom address and hours, how consultations work, and what Ada Diamonds sells. Use this to answer questions about the business rather than about a product.
read_articleFreeFetch the full markdown text of one Ada Diamonds knowledge base article by slug. Use search_knowledge_base first if you don't know the slug.
request_consultationwrite actionFreeSubmit a consultation request on the customer's behalf. Requires the `appointments:write` scope, which the customer grants through Ada's OAuth authorization flow — this tool cannot be used without their explicit approval.
search_diamondsFreeSearch Ada Diamonds' live loose lab grown diamond inventory by shape, carat weight, price, color, clarity, and cut. Returns currently available stones with their grading report numbers and product URLs. Use this for any question about what diamond a budget can buy. MCP Apps-enabled: hosts that support MCP Apps render the results as an interactive card grid.
search_engagement_ringsFreeSearch Ada Diamonds' engagement ring settings by center-stone shape, style, and setting price. Setting prices exclude the center diamond — pair with search_diamonds to quote a complete ring. MCP Apps-enabled: hosts that support MCP Apps render the results as an interactive card grid.
search_jewelryFreeSearch Ada Diamonds' fine jewelry — wedding bands, earrings, necklaces, bracelets, and fashion rings — by category, type, diamond shape, and price. MCP Apps-enabled: hosts that support MCP Apps render the results as an interactive card grid.
search_knowledge_baseFreeSearch Ada Diamonds' published guides on lab grown diamonds — the 4Cs, CVD vs HPHT growth, shape guides, certification, and buying advice. Returns article summaries and markdown URLs. Use read_article to get an article's full text.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 491ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http ada-diamonds https://www.adadiamonds.com/mcp
Ada Diamonds: common questions
- Is Ada Diamonds MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Ada Diamonds safety report
- How do I install Ada Diamonds?
- It runs remotely at www.adadiamonds.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Ada Diamonds need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Ada Diamonds maintained?
- The latest release is v1.0.0.
- Is Ada Diamonds up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.