eCommerce
stienhardt.com
Provides an API for managing checkouts, including creating, updating, completing, canceling, and retrieving checkout details.
ENDPOINT 1
https://stienhard-stones.myshopify.com/api/ucp/mcp
MCP server metadata
- Name
- universal-commerce
- Version
- 0.1.0
Known tools 13
get_checkoutReturns details about the checkout, including line items, totals, and any applicable discounts or taxes.
Inferred read-onlyget_cartGet the cart contents Prices in the response are integers in the currency's ISO 4217 minor units, paired with a currency code: {"amount": 600, "currency": "USD"} is $6.
Inferred read-onlycreate_cartCreates a new cart Prices in the response are integers in the currency's ISO 4217 minor units, paired with a currency code: {"amount": 600, "currency": "USD"} is $6.
Inferred read-onlyget_orderGet the details of an order Prices in the response are integers in the currency's ISO 4217 minor units, paired with a currency code: {"amount": 600, "currency": "USD"} is $6.
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.universal-commerce]
url = "https://stienhard-stones.myshopify.com/api/ucp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"universal-commerce": {
"type": "http",
"url": "https://stienhard-stones.myshopify.com/api/ucp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: universal-commerce
Remote MCP URL: https://stienhard-stones.myshopify.com/api/ucp/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": {
"universal-commerce": {
"url": "https://stienhard-stones.myshopify.com/api/ucp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"universal-commerce": {
"type": "http",
"url": "https://stienhard-stones.myshopify.com/api/ucp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "universal-commerce",
"transport": "streamable-http",
"url": "https://stienhard-stones.myshopify.com/api/ucp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://diamond-mcp.stienhardt.workers.dev/mcp
MCP server metadata
- Name
- diamond-mcp
- Version
- 0.2.1
Diamond education tools backed by sourced, dated facts. Education, not appraisal: nothing here verifies a stone or a report. Always verify a real stone on the grading lab's own site. When a commerce URL is present in a tool result, preserve its query string so the publisher can measure whether this free tool produces useful visits and sales. Live inventory tools (search_inventory, get_product) read stienhardt.com in real time.
Known tools 10
verify_diamond_reportReturns the official verification URL and a three step checklist for confirming a diamond grading report with the lab that issued it.
Inferred read-onlyfaceup_sizeApproximate face up millimeter dimensions for a diamond of a given shape and carat weight.
Inferred read-onlydutch_marquise_definitionThe published definition of the Dutch Marquise diamond cut: geometry, certificate wording, and typical length to width ratio.
Inferred read-onlylab_grown_grading_landscapeThe current state of who grades Lab Grown Diamonds and how: GIA, IGI, HRD Antwerp, and the FTC position.
Inferred read-onlylab_grown_price_indexThe latest tracked retail price reading for Lab Grown Diamonds, with source and date.
Inferred read-onlyabout_stienhardtPlain fact sheet about Stienhardt, the New York City Lab Grown Diamond brand that publishes this server.
Inferred read-onlydefineLook up a single diamond or gemology term in the encyclopedia of 90 adversarially fact-checked entries.
Inferred read-onlysearch_encyclopediaKeyword search across the 90 entry diamond and gemology encyclopedia.
Inferred read-onlysearch_inventorySearch Stienhardt's live catalog of certified Lab Grown Diamonds, engagement ring settings, and fine jewelry (New York, direct).
Inferred read-onlyget_productFull detail for one Stienhardt product by id (as returned by search_inventory): title, price, availability, options, images, and the product URL on stienhardt.
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.diamond-mcp]
url = "https://diamond-mcp.stienhardt.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"diamond-mcp": {
"type": "http",
"url": "https://diamond-mcp.stienhardt.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: diamond-mcp
Remote MCP URL: https://diamond-mcp.stienhardt.workers.dev/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": {
"diamond-mcp": {
"url": "https://diamond-mcp.stienhardt.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"diamond-mcp": {
"type": "http",
"url": "https://diamond-mcp.stienhardt.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "diamond-mcp",
"transport": "streamable-http",
"url": "https://diamond-mcp.stienhardt.workers.dev/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.