{"name":"com.adadiamonds/ada-diamonds","slug":"adadiamonds-ada-diamonds","title":"Ada Diamonds","description":"Live lab grown diamond inventory, engagement ring settings, fine jewelry, and diamond buying guides.","url":"https://mcp.market/server/adadiamonds-ada-diamonds","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T05:51:15.507Z","last_ok_at":"2026-09-24T05:51:15.507Z","latency_ms":298},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.adadiamonds.com/","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://www.adadiamonds.com/mcp"}],"packages":[],"tools":[{"name":"create_checkout_link","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"minItems":1,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Catalog item id: `diamond:<report number>`, `setting:<slug>`, or `jewelry:<slug>` (from search_diamonds / search_engagement_rings / search_jewelry results)"},"quantity":{"default":1,"description":"Quantity, 1-10 (diamonds are always 1)","type":"integer","minimum":1,"maximum":10}},"required":["id"]},"description":"Items to buy; a complete ring is one setting plus one diamond"},"shipping_address":{"type":"object","properties":{"name":{"description":"Recipient name","type":"string"},"line_one":{"type":"string","description":"Street address, line 1"},"line_two":{"description":"Street address, line 2","type":"string"},"city":{"type":"string","description":"City"},"state":{"type":"string","description":"State or region code, e.g. NY"},"postal_code":{"type":"string","description":"Postal code"},"country":{"type":"string","description":"Two-letter country code, e.g. US"},"phone_number":{"description":"Recipient phone number","type":"string"}},"required":["line_one","city","state","postal_code","country"],"description":"Where the order ships; used to price tax and shipping into the link"},"buyer_email":{"description":"Buyer email for the receipt; Stripe collects it on the payment page when omitted","type":"string"},"buyer_name":{"description":"Buyer full name","type":"string"},"env":{"description":"sandbox 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 otherwise. A sandbox credential is always sandbox.","type":"string","enum":["production","sandbox"]},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["items","shipping_address","context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_company_info","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"section":{"default":"all","description":"Which 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 result always carries every section.","type":"string","enum":["all","contact","showrooms","consultations"]},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"read_article","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Article slug from search_knowledge_base, e.g. \"cvd-lab-diamonds\" or \"lab-diamond-shapes-guide\""},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["slug","context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"request_consultation","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"Customer's email address; the jeweler replies here"},"name":{"description":"Customer's name","type":"string"},"phone":{"description":"Customer's phone number, if they want a call","type":"string"},"topic":{"description":"What the consultation is about","type":"string","enum":["engagement_ring","loose_diamond","wedding_band","fine_jewelry","custom_design","other"]},"message":{"description":"What the customer is looking for, in their words","type":"string"},"budget_usd":{"description":"Approximate budget in US dollars","type":"number"},"product_url":{"description":"URL of a specific diamond, setting, or piece they are interested in","type":"string"},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["email","context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_diamonds","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"shape":{"description":"Cut shape: Round, Oval, Cushion, Emerald, Pear, Radiant, Asscher, Princess, or Marquise","type":"string"},"min_carat":{"description":"Minimum carat weight, e.g. 1 or 1.5","type":"number"},"max_carat":{"description":"Maximum carat weight, e.g. 2","type":"number"},"min_price":{"description":"Minimum price of the loose stone in US dollars","type":"number"},"max_price":{"description":"Maximum price of the loose stone in US dollars","type":"number"},"color":{"description":"Color grade, D (colorless) through K","type":"string"},"clarity":{"description":"Clarity grade: FL, IF, VVS1, VVS2, VS1, VS2, SI1, or SI2","type":"string"},"cut":{"description":"Cut grade: Ideal, Excellent, or Very Good","type":"string"},"sort":{"description":"Result order: price_asc (default relevance), price_desc, carat_asc, or carat_desc","type":"string","enum":["price_asc","price_desc","carat_asc","carat_desc"]},"limit":{"default":10,"description":"Maximum number of results to return, 1 to 50 (default 10)","type":"number","minimum":1,"maximum":50},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_engagement_rings","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"shape":{"description":"Center-stone shape the setting must accommodate, e.g. Oval","type":"string"},"style":{"description":"Design style, e.g. Petite Four Prong, Trellis, Bezel","type":"string"},"type":{"description":"Setting type, e.g. Solitaire, Halo, Three Stone","type":"string"},"min_price":{"description":"Minimum setting price in US dollars, excluding the center diamond","type":"number"},"max_price":{"description":"Maximum setting price in US dollars, excluding the center diamond","type":"number"},"q":{"description":"Free-text match on the setting name","type":"string"},"limit":{"default":10,"description":"Maximum number of results to return, 1 to 50 (default 10)","type":"number","minimum":1,"maximum":50},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_jewelry","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"description":"Category: Bridal or Fashion","type":"string"},"type":{"description":"Type, e.g. Wedding Bands, Earrings, Necklaces, Bracelets, Rings","type":"string"},"shape":{"description":"Diamond shape used in the piece, e.g. Round","type":"string"},"min_price":{"description":"Minimum price in US dollars","type":"number"},"max_price":{"description":"Maximum price in US dollars","type":"number"},"q":{"description":"Free-text match on the product name","type":"string"},"limit":{"default":10,"description":"Maximum number of results to return, 1 to 50 (default 10)","type":"number","minimum":1,"maximum":50},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_knowledge_base","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Topic to search for, matched against article titles, summaries, and slugs"},"limit":{"default":8,"description":"Maximum number of results to return, 1 to 25 (default 8)","type":"number","minimum":1,"maximum":25},"context":{"type":"string","description":"Explain 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, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as \"a user\", \"the customer\", or \"an account\". Example: \"Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution.\""},"llm_model":{"type":"string","description":"The 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 identifier with certainty, pass \"unknown\" — never guess."},"conversation_id":{"type":"string","description":"Echo 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."}},"required":["query","context","llm_model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T13:03:10.641Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T13:03:10.624Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 491ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://www.adadiamonds.com/mcp","reachable":true,"authRequired":false,"latencyMs":491,"serverInfo":{"name":"ada-diamonds","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.adadiamonds.com/favicon.ico","source":"site","width":100,"height":100},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}