Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Stienhardt
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Stienhardt

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Stienhardt (NYC): shop live Lab Grown Diamonds, engagement rings, jewelry. Search, cart, checkout.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "stienhardt-2": {
      "command": "npx",
      "args": [
        "-y",
        "stienhardt-2"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Stienhardt store on MCP

A small New York lab-grown diamond jeweler's live inventory, cart, and checkout, reachable by any Model Context Protocol client. The endpoint is Shopify's own per-store Universal Commerce Protocol (UCP) server; this repository registers it in the official MCP Registry and documents what an agent can and cannot do with it. Disclosure up front: we sell rings. Nothing here appraises or verifies a stone; the tools point you to the grading lab's own verification page.

  • Registry entry: io.github.JacobiusMakes/stienhardt-store (published 2026-09-01)
  • Endpoint: https://stienhard-stones.myshopify.com/api/ucp/mcp (streamable HTTP, 13 tools)
  • Discovery: https://stienhardt.com/.well-known/ucp (UCP 2026-08-25; Shop Pay, Google Pay, card)
  • Hosted helper: https://diamond-mcp.stienhardt.workers.dev/mcp (education tools plus live inventory search, with the agent profile UCP requires injected for you)

Try it (no signup, nothing to install)

Claude.ai (any plan): Customize, Connectors, Add custom connector, name Stienhardt, URL https://diamond-mcp.stienhardt.workers.dev/mcp, auth None. Then ask: "Find a 2 carat Dutch Marquise in stock and show me how big it reads in millimeters."

Claude Code:

Terminal
claude mcp add --transport http stienhardt https://diamond-mcp.stienhardt.workers.dev/mcp

MCP Inspector against the raw Shopify endpoint:

Terminal
npx @modelcontextprotocol/inspector --transport streamable-http --server-url https://stienhard-stones.myshopify.com/api/ucp/mcp

Note for scripts: Cloudflare returns error 1010 to Python's default Python-urllib user agent on the hosted helper; set any other User-Agent header. curl, Node, and MCP clients are unaffected.

initialize and tools/list answer anonymously. Every tools/call must carry arguments.meta.ucp-agent.profile, a URL to a UCP platform profile; see the gating table below.

What a self-registered agent can and cannot do (probed 2026-09-02)

StepResult
search_catalog "Dutch Marquise 2 carat"Ten live products with report-certified titles, prices, and links
create_cart with one variantA cart with totals and a continue_url
create_checkoutA checkout object: status incomplete, totals, refund, shipping, privacy and terms links, payment.instruments: [], and a continue_url to Stienhardt's hosted Shopify checkout
complete_checkoutNot self-serve. Shopify grants direct completion case by case; the buyer finishes at the continue_url (Shop Pay, Google Pay, or card)

So the honest sentence is: an assistant can search live inventory, read the report numbers, build a cart, open a checkout, and hand you the link to pay. It does not pay for you.

The one thing an agent must know (capability gating)

Shopify fetches the profile URL you pass, requires Content-Type: application/json (GitHub raw fails with profile_malformed; a CDN such as jsDelivr works), requires a payment_handlers block, and exposes only the tools whose capabilities the profile declares. Declare too little and the tools "do not exist".

Tool familyCapability key the profile must declare
search_catalogdev.ucp.shopping.catalog.search
lookup_catalog, get_productdev.ucp.shopping.catalog.lookup
cart toolsdev.ucp.shopping.cart
checkout toolsdev.ucp.shopping.checkout (plus fulfillment, discount)

A working profile lives at https://cdn.jsdelivr.net/gh/JacobiusMakes/diamond-mcp@<sha>/agent-profile.json (source in the diamond-mcp repo). Pin the commit sha; jsDelivr caches @main for days. Shopify's fetcher also refuses *.workers.dev hosts, which is why the hosted helper points at the CDN copy.

Generic MCP clients do not send this profile on their own. The hosted helper injects it and exposes two clean tools, search_inventory and get_product, beside the eight open education tools.

The open education stack

  • diamond-mcp on npm (MIT): eight tools over a sourced, dated facts file and a 90-entry gemology encyclopedia. https://github.com/JacobiusMakes/diamond-mcp
  • Hugging Face dataset JacobiusMakes/diamond-gemology-encyclopedia (MIT).
  • "Dutch Marquise: Open Geometry Specification", DOI 10.5281/zenodo.21938900. A Dutch Marquise is an elongated hexagonal cut diamond, cut for brilliance; IGI reports read it as "Hexagonal Modified Brilliant".

Consumer-safety notes (they apply when an agent shops for jewelry)

  • Every agent-facing title carries the lab-grown qualifier (16 CFR 23.12).
  • The buyer confirms in a trusted checkout before any payment (UCP checkout spec); agents never hold card data.
  • Each stone's lab and report number are in the product data; verify them on the lab's own report lookup before you pay.
  • Returns and resizing are exposed in the checkout's policy links, because an agent buyer cannot try on.

Files

  • server.json: the registry manifest (GitHub namespace, remote streamable-http). Publish with mcp-publisher login github then mcp-publisher publish from this folder.
  • LICENSE: MIT.

Stienhardt sources certified Lab Grown Diamonds and hand-sets and finishes rings in New York City, by appointment. Store: https://stienhardt.com/?utm_source=github&utm_medium=readme&utm_campaign=mcp-store Questions: jgalperin@stienhardt.com.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • S
    Stienhardt

    Stienhardt (NYC): shop live Lab Grown Diamonds, engagement rings, jewelry. Search, cart, checkout.

    πŸ’» Developer Tools0 views
    Compare vs Stienhardt β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Stienhardt

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "stienhardt": { "command": "npx", "args": ["-y", "Stienhardt"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewStienhardt AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/stienhardt-2?style=directory)](https://allmcps.com/mcp/stienhardt-2)
HTML Embed
<a href="https://allmcps.com/mcp/stienhardt-2"><img src="https://allmcps.com/api/badge/stienhardt-2?style=directory" alt="Stienhardt on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Stienhardt β†’Install in Claude DesktopInstall in CursorInstall in VS Code