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 8
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-onlycreate_checkout_linkAssemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent.
Potential side effectsCONNECT 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.
ENDPOINT 2
https://www.adadiamonds.com/mcp/v1
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 8
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-onlycreate_checkout_linkAssemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent.
Potential side effectsCONNECT 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/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ada-diamonds
Remote MCP URL: https://www.adadiamonds.com/mcp/v1
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/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ada-diamonds",
"transport": "streamable-http",
"url": "https://www.adadiamonds.com/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://www.adadiamonds.com/mcp/docs
MCP server metadata
- Name
- ada-diamonds-docs
- Version
- 1.0.0
This server holds Ada Diamonds' developer documentation and its lab grown diamond buying guides. It is read-only and needs no credential. Start with search_docs for a question, or list_docs to see every page. read_doc returns full markdown for any uri. Developer topics: quickstart, rest-api, mcp, authentication, scopes, sandbox, cli, rate-limits, markdown, errors, versioning, batch, exports-jobs, nlweb, a2a, commerce. For live product searches use the product MCP server at https://www.adadiamonds.com/mcp instead.
Known tools 3
search_docsSearch the developer documentation (REST API, MCP, authentication, scopes, sandbox, rate limits, feeds, commerce) and the lab grown diamond knowledge base by keyword.
Inferred read-onlyread_docReturn the full markdown of one document by uri: ada-docs://developers/<section> (developer docs), ada-docs://guides/<slug> (knowledge base article), ada-docs://openapi (condensed operation list), ada-docs://agents-md, ada-docs://auth-md, ada-docs://pricing-md.
Inferred read-onlylist_docsList every document the server can read, optionally filtered to one section: developers (developer docs), guides (knowledge base articles), or reference (OpenAPI, agents.md, auth.md, pricing.md).
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-docs]
url = "https://www.adadiamonds.com/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ada-diamonds-docs": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ada-diamonds-docs
Remote MCP URL: https://www.adadiamonds.com/mcp/docs
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-docs": {
"url": "https://www.adadiamonds.com/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ada-diamonds-docs": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ada-diamonds-docs",
"transport": "streamable-http",
"url": "https://www.adadiamonds.com/mcp/docs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://www.adadiamonds.com/mcp/server-card
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 8
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-onlycreate_checkout_linkAssemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent.
Potential side effectsCONNECT 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/server-card"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/server-card"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ada-diamonds
Remote MCP URL: https://www.adadiamonds.com/mcp/server-card
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/server-card"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/server-card"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ada-diamonds",
"transport": "streamable-http",
"url": "https://www.adadiamonds.com/mcp/server-card"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://www.adadiamonds.com/mcp/docs/server-card
MCP server metadata
- Name
- ada-diamonds-docs
- Version
- 1.0.0
This server holds Ada Diamonds' developer documentation and its lab grown diamond buying guides. It is read-only and needs no credential. Start with search_docs for a question, or list_docs to see every page. read_doc returns full markdown for any uri. Developer topics: quickstart, rest-api, mcp, authentication, scopes, sandbox, cli, rate-limits, markdown, errors, versioning, batch, exports-jobs, nlweb, a2a, commerce. For live product searches use the product MCP server at https://www.adadiamonds.com/mcp instead.
Known tools 3
search_docsSearch the developer documentation (REST API, MCP, authentication, scopes, sandbox, rate limits, feeds, commerce) and the lab grown diamond knowledge base by keyword.
Inferred read-onlyread_docReturn the full markdown of one document by uri: ada-docs://developers/<section> (developer docs), ada-docs://guides/<slug> (knowledge base article), ada-docs://openapi (condensed operation list), ada-docs://agents-md, ada-docs://auth-md, ada-docs://pricing-md.
Inferred read-onlylist_docsList every document the server can read, optionally filtered to one section: developers (developer docs), guides (knowledge base articles), or reference (OpenAPI, agents.md, auth.md, pricing.md).
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-docs]
url = "https://www.adadiamonds.com/mcp/docs/server-card"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ada-diamonds-docs": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/docs/server-card"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ada-diamonds-docs
Remote MCP URL: https://www.adadiamonds.com/mcp/docs/server-card
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-docs": {
"url": "https://www.adadiamonds.com/mcp/docs/server-card"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ada-diamonds-docs": {
"type": "http",
"url": "https://www.adadiamonds.com/mcp/docs/server-card"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ada-diamonds-docs",
"transport": "streamable-http",
"url": "https://www.adadiamonds.com/mcp/docs/server-card"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://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 8
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-onlycreate_checkout_linkAssemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent.
Potential side effectsCONNECT 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://adadiamonds.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ada-diamonds": {
"type": "http",
"url": "https://adadiamonds.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ada-diamonds
Remote MCP URL: https://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://adadiamonds.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ada-diamonds": {
"type": "http",
"url": "https://adadiamonds.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ada-diamonds",
"transport": "streamable-http",
"url": "https://adadiamonds.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://www.adadiamonds.com/.well-known/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 8
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-onlycreate_checkout_linkAssemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent.
Potential side effectsCONNECT 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/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ada-diamonds
Remote MCP URL: https://www.adadiamonds.com/.well-known/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/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ada-diamonds": {
"type": "http",
"url": "https://www.adadiamonds.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ada-diamonds",
"transport": "streamable-http",
"url": "https://www.adadiamonds.com/.well-known/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.