# SFR Store

Search SFR’s catalog using natural language and refine results with filters. View product and variant details, then build and update carts with shipping, discounts, and checkout. Get quick answers to…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add huangmy157/ddd

# Browse available tools
npx -y smithery tool list huangmy157/ddd

# Get full schema for a tool
npx -y smithery tool get huangmy157/ddd search_shop_catalog

# Call a tool
npx -y smithery tool call huangmy157/ddd search_shop_catalog '{}'
```

## Direct MCP Connection

Endpoint: `https://ddd--huangmy157.run.tools`

## Tools (6)

- `search_shop_catalog` — Search for products from the online store, hosted on Shopify.
- `get_cart` — Get the cart including items, shipping options, discount info, and checkout url for a given cart id
- `update_cart` — Perform updates to a cart, including adding/removing/updating line items, buyer information, shipping details, discount…
- `search_shop_policies_and_faqs` — Used to get facts about the stores policies, products, or services.
- `get_product_details` — Look up a product by ID and optionally specify variant options to select a specific variant.
- `verify_store_domain` — Verify the store domain. You can call this tool to verify that a store domain is valid.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get huangmy157/ddd <tool-name>
```
