← adadiamonds.com

INDIVIDUAL MCP TOOL

create_checkout_link

Assemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent.

adadiamonds.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.adadiamonds.com/mcp/v1

No auth detected

Connect to this endpoint to inspect the live schema for create_checkout_link and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

adadiamonds.com

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

Related tools

  • search_diamonds — Search Ada Diamonds' live loose lab grown diamond inventory by shape, carat weight, price, color, clarity, and cut.
  • search_engagement_rings — Search Ada Diamonds' engagement ring settings by center-stone shape, style, and setting price.
  • search_jewelry — Search Ada Diamonds' fine jewelry — wedding bands, earrings, necklaces, bracelets, and fashion rings — by category, type, diamond shape, and price.
  • search_knowledge_base — Search Ada Diamonds' published guides on lab grown diamonds — the 4Cs, CVD vs HPHT growth, shape guides, certification, and buying advice.
  • read_article — Fetch the full markdown text of one Ada Diamonds knowledge base article by slug.
  • get_company_info — Contact details, showroom address and hours, how consultations work, and what Ada Diamonds sells.
  • request_consultation — Submit a consultation request on the customer's behalf.