Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Ada Diamonds

REMOTE · WWW.ADADIAMONDS.COM · SCANNED SEP 20

Live lab grown diamond inventory, engagement ring settings, fine jewelry, and diamond buying guides.

−6 this week 72 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3891 tokens (~228/item across 17 items; 8 tools + 9 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management35
  • Stability check failed: schema churn in the 26 days we've observed: 0 tool removals, 7 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the Ada Diamonds MCP server?

Ada Diamonds is a hosted endpoint at https://www.adadiamonds.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · www.adadiamonds.com

# add to Claude Code
claude mcp add --transport http com-adadiamonds-ada-diamonds 'https://www.adadiamonds.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-adadiamonds-ada-diamonds": {
      "url": "https://www.adadiamonds.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-adadiamonds-ada-diamonds": {
      "type": "http",
      "url": "https://www.adadiamonds.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-adadiamonds-ada-diamonds]
url = "https://www.adadiamonds.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-adadiamonds-ada-diamonds": {
      "type": "remote",
      "url": "https://www.adadiamonds.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-adadiamonds-ada-diamonds --url 'https://www.adadiamonds.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-adadiamonds-ada-diamonds:
    url: "https://www.adadiamonds.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-adadiamonds-ada-diamonds": {
      "Transport": "http",
      "Url": "https://www.adadiamonds.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-adadiamonds-ada-diamonds -t streamable-http -u 'https://www.adadiamonds.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-adadiamonds-ada-diamonds": {
      "type": "http",
      "url": "https://www.adadiamonds.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 28 to 32.

  • 18 Sept 26 −9
    • Stability: 0.77 → fail security
    • A breaking change shipped without a version bump: still 1.0.0 security
    • Schema quality: 111 → 228 functional
    • “create_checkout_link” added a required parameter “context”, so existing callers break functional
    • “create_checkout_link” added a required parameter “llm_model”, so existing callers break functional
    • “get_company_info” added a required parameter “context”, so existing callers break functional
    • “get_company_info” added a required parameter “llm_model”, so existing callers break functional
    • “read_article” added a required parameter “context”, so existing callers break functional
    • “read_article” added a required parameter “llm_model”, so existing callers break functional
    • “request_consultation” added a required parameter “context”, so existing callers break functional
    • “request_consultation” added a required parameter “llm_model”, so existing callers break functional
    • “search_diamonds” added a required parameter “context”, so existing callers break functional
    • “search_diamonds” added a required parameter “llm_model”, so existing callers break functional
    • “search_engagement_rings” added a required parameter “context”, so existing callers break functional
    • “search_engagement_rings” added a required parameter “llm_model”, so existing callers break functional
    • “search_jewelry” added a required parameter “context”, so existing callers break functional
    • “search_jewelry” added a required parameter “llm_model”, so existing callers break functional
    • “search_knowledge_base” added a required parameter “context”, so existing callers break functional
    • “search_knowledge_base” added a required parameter “llm_model”, so existing callers break functional
    • “create_checkout_link” added an optional parameter “conversation_id” cosmetic
    • “get_company_info” added an optional parameter “conversation_id” cosmetic
    • “read_article” added an optional parameter “conversation_id” cosmetic
    • “request_consultation” added an optional parameter “conversation_id” cosmetic
    • “search_diamonds” added an optional parameter “conversation_id” cosmetic
    • “search_engagement_rings” added an optional parameter “conversation_id” cosmetic
    • “search_jewelry” added an optional parameter “conversation_id” cosmetic
    • “search_knowledge_base” added an optional parameter “conversation_id” cosmetic
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://www.adadiamonds.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=adadiamonds.com CN=YE2,O=Let's Encrypt,C=US 31 Aug 2026 29 Nov 2026 ECDSA 256 ECDSA-SHA384 6a4320ea6ca343a4fc68694ed2669d998a8
SANs: *.adadiamonds.com, adadiamonds.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of www.adadiamonds.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
adadiamonds.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://www.adadiamonds.com/mcp Verified 200
http (plaintext) http://www.adadiamonds.com/mcp HTTPS enforced 308 https://www.adadiamonds.com/mcp
MCP tools · 8 exposed · ~3,383 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_checkout_link ~515

Assemble 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.

NameTypeReqDescription
buyer_emailstringBuyer email for the receipt; Stripe collects it on the payment page when omitted
buyer_namestringBuyer full name
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
envstringsandbox returns a simulated link and creates no Stripe session; production mints a live, payable Stripe Checkout link. Defaults to sandbox for anonymous callers and to the credential's environment ot…
itemsarrayyesItems to buy; a complete ring is one setting plus one diamond
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
shipping_addressobjectyesWhere the order ships; used to price tax and shipping into the link
NameTypeReqDescription
expires_atyesISO timestamp the link stops working
messagestringyesHuman-readable outcome, including the link when ready
problemsarrayyesWhat blocks the link when status is needs_input
sandboxbooleanyesTrue when the link is simulated (sandbox): nothing is payable and no Stripe session was created. False means the link is live and payable.
shipping_usdnumberyesShipping in US dollars (0 = free insured FedEx)
statusstringyesready when a payable link was created; needs_input lists what is missing
subtotal_usdnumberyesItems subtotal in US dollars
tax_usdnumberyesSales tax in US dollars for the given address
total_usdnumberyesTotal the buyer pays in US dollars
urlyesThe Stripe-hosted checkout URL, when ready

No examples provided.

get_company_info ~344

Contact 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.

NameTypeReqDescription
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
sectionstringWhich part to return as text: contact (phone, email, hours, website), showrooms (addresses and hours), consultations (how remote and in-person consultations work), or all (default). The structured re…
NameTypeReqDescription
descriptionstringyesWhat Ada Diamonds sells and how it works
emailstringyesCustomer email address
hoursstringyesBusiness hours
inquiryUrlstringyesPage where a customer starts a consultation
namestringyesLegal company name
phonestringyesMain phone number
showroomsarrayyesPhysical showrooms
websitestringyesWebsite URL

No examples provided.

read_article ~321

Fetch 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.

NameTypeReqDescription
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
slugstringyesArticle slug from search_knowledge_base, e.g. "cvd-lab-diamonds" or "lab-diamond-shapes-guide"
NameTypeReqDescription
excerptyesOne-paragraph summary, when published
foundbooleanyesFalse when no article has that slug
markdownyesThe full article body as markdown, when found
slugstringyesThe slug that was requested
titleyesArticle title, when found
urlstringyesArticle page URL

No examples provided.

request_consultation ~409

Submit 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.

NameTypeReqDescription
budget_usdnumberApproximate budget in US dollars
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
emailstringyesCustomer's email address; the jeweler replies here
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
messagestringWhat the customer is looking for, in their words
namestringCustomer's name
phonestringCustomer's phone number, if they want a call
product_urlstringURL of a specific diamond, setting, or piece they are interested in
topicstringWhat the consultation is about
NameTypeReqDescription
emailyesThe customer email the request was filed under
messagestringyesHuman-readable outcome, including what to do next
referenceyesRequest reference, when received
sandboxbooleanyesTrue when a sandbox credential was used: nothing was created and nobody was contacted
statusstringyesreceived when a request was recorded; otherwise why it was not

No examples provided.

search_diamonds ~559

Search 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.

NameTypeReqDescription
claritystringClarity grade: FL, IF, VVS1, VVS2, VS1, VS2, SI1, or SI2
colorstringColor grade, D (colorless) through K
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
cutstringCut grade: Ideal, Excellent, or Very Good
limitnumberMaximum number of results to return, 1 to 50 (default 10)
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
max_caratnumberMaximum carat weight, e.g. 2
max_pricenumberMaximum price of the loose stone in US dollars
min_caratnumberMinimum carat weight, e.g. 1 or 1.5
min_pricenumberMinimum price of the loose stone in US dollars
shapestringCut shape: Round, Oval, Cushion, Emerald, Pear, Radiant, Asscher, Princess, or Marquise
sortstringResult order: price_asc (default relevance), price_desc, carat_asc, or carat_desc
NameTypeReqDescription
browseUrlstringyesWeb page listing the full catalog for this search
itemsarrayyesThe matching entries, best match first
kindstringyesWhich catalog the results come from
queryobjectyesThe filters that were applied (only the ones you sent)
shownintegeryesHow many entries are in `items`
totalintegeryesHow many catalog entries matched before the limit

No examples provided.

search_engagement_rings ~454

Search 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.

NameTypeReqDescription
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
limitnumberMaximum number of results to return, 1 to 50 (default 10)
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
max_pricenumberMaximum setting price in US dollars, excluding the center diamond
min_pricenumberMinimum setting price in US dollars, excluding the center diamond
qstringFree-text match on the setting name
shapestringCenter-stone shape the setting must accommodate, e.g. Oval
stylestringDesign style, e.g. Petite Four Prong, Trellis, Bezel
typestringSetting type, e.g. Solitaire, Halo, Three Stone
NameTypeReqDescription
browseUrlstringyesWeb page listing the full catalog for this search
itemsarrayyesThe matching entries, best match first
kindstringyesWhich catalog the results come from
queryobjectyesThe filters that were applied (only the ones you sent)
shownintegeryesHow many entries are in `items`
totalintegeryesHow many catalog entries matched before the limit

No examples provided.

search_jewelry ~426

Search 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.

NameTypeReqDescription
categorystringCategory: Bridal or Fashion
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
limitnumberMaximum number of results to return, 1 to 50 (default 10)
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
max_pricenumberMaximum price in US dollars
min_pricenumberMinimum price in US dollars
qstringFree-text match on the product name
shapestringDiamond shape used in the piece, e.g. Round
typestringType, e.g. Wedding Bands, Earrings, Necklaces, Bracelets, Rings
NameTypeReqDescription
browseUrlstringyesWeb page listing the full catalog for this search
itemsarrayyesThe matching entries, best match first
kindstringyesWhich catalog the results come from
queryobjectyesThe filters that were applied (only the ones you sent)
shownintegeryesHow many entries are in `items`
totalintegeryesHow many catalog entries matched before the limit

No examples provided.

search_knowledge_base ~355

Search 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.

NameTypeReqDescription
contextstringyesExplain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include,…
conversation_idstringEcho the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it.
limitnumberMaximum number of results to return, 1 to 25 (default 8)
llm_modelstringyesThe exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model…
querystringyesTopic to search for, matched against article titles, summaries, and slugs
NameTypeReqDescription
browseUrlstringyesWeb page listing every guide
itemsarrayyesMatching articles
kindstringyesAlways "articles"
querystringyesThe search terms that were used
totalintegeryesHow many articles are in `items`

No examples provided.

Common questions

What is the Ada Diamonds MCP server?

Ada Diamonds is an MCP server listed in the public MCP registry as com.adadiamonds/ada-diamonds. Live lab grown diamond inventory, engagement ring settings, fine jewelry, and diamond buying guides. This page covers its hosted endpoint (https://www.adadiamonds.com/mcp).

Is the Ada Diamonds MCP server safe to use?

Ada Diamonds scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Ada Diamonds MCP server expose?

Ada Diamonds exposes 8 tools: search_diamonds, search_engagement_rings, search_jewelry, search_knowledge_base, read_article, and 3 more. Their descriptions and schemas cost roughly 3,383 tokens of context every time the server is loaded.

Does the Ada Diamonds MCP server require authentication?

No. We connected to Ada Diamonds without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Ada Diamonds MCP server still maintained?

Ada Diamonds is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.