# Estroni Storefront (remote · mcp.estroni.com.au)

UCP agentic-commerce proxy for Estroni: merino & low-tox women's activewear catalogue.

- Trust score: 60/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.estroni.com.au`: 60/100 (this document), [markdown](https://verifymcp.io/servers/estroni-storefront/mcp.md), [page](https://verifymcp.io/servers/estroni-storefront/mcp)

## Channel facts

- Endpoint: `https://mcp.estroni.com.au/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 831 tokens (~166/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http estroni-storefront https://mcp.estroni.com.au/mcp
```

### Codex

```toml
[mcp_servers.estroni-storefront]
url = "https://mcp.estroni.com.au/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "estroni-storefront": {
      "type": "remote",
      "url": "https://mcp.estroni.com.au/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add estroni-storefront --url https://mcp.estroni.com.au/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  estroni-storefront:
    url: "https://mcp.estroni.com.au/mcp"
```

### Other

```json
{
  "mcpServers": {
    "estroni-storefront": {
      "type": "http",
      "url": "https://mcp.estroni.com.au/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 59, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (5)

### `search_catalog` (~124 tokens)

Search for products from the online store, hosted on Shopify.

This tool can be used to search for products using natural language queries, specific filter criteria, or both.
At least one of query or filters must be provided.

Results are paginated, with initial results limited to improve experience.
Use the pagination.cursor from the response to fetch additional pages when users request more results.

Response conforms to the UCP catalog search capability (dev.ucp.shopping.catalog.search).

Input parameters:

- `catalog` (object): Catalog search parameters.
- `meta` (object): MCP transport metadata for UCP agent discovery.

### `get_cart` (~91 tokens)

Get the cart including items, shipping options, discount info, and checkout url for a given cart id

Input parameters:

- `cart_id` (string, required): Shopify cart id, formatted like: gid://shopify/Cart/c1-66330c6d752c2b242bb8487474949791?key=fa8913e951098d30d68033cf6b7b50f3

### `update_cart` (~318 tokens)

Perform updates to a cart, including adding/removing/updating line items, buyer information, shipping details, discount codes, gift cards and notes in one consolidated call. Shipping options become available after adding items and delivery address. When creating a new cart, only addItems is required.

Input parameters:

- `add_items` (array): Items to add to the cart. Required when creating a new cart.
- `buyer_identity` (object): Information about the buyer including email, phone, and delivery address.
- `cart_id` (string): Identifier for the cart being updated. If not provided, a new cart will be created.
- `delivery_addresses_to_add` (array): Information about the delivery addresses to add.
- `delivery_addresses_to_replace` (array): Delivery addresses to apply to the cart, replaces all existing cart delivery addresses. Removes all delivery addresses when empty.
- `discount_codes` (array): Discount or promo codes to apply to the cart. Only prompt if customer mentions having a discount code.
- `gift_card_codes` (array): Gift card codes to apply to the cart. Only prompt if customer mentions having a gift card.
- `note` (string): A note or special instructions for the cart. Optional - can ask if customer wants to add special instructions.
- `remove_line_ids` (array): List of line item IDs to remove explicitly.
- `selected_delivery_options` (array): The delivery options to select for the cart.
- `update_items` (array): Existing cart line items to update quantities for. Use quantity 0 to remove an item.

### `search_shop_policies_and_faqs` (~114 tokens)

Used to get facts about the stores policies, products, or services.
Some examples of questions you can ask are:
  \- What is your return policy?
  \- What is your shipping policy?
  \- What is your phone number?
  \- What are your hours of operation?"

Input parameters:

- `context` (string): Additional information about the request such as user demographics, mood, location, or other relevant details that could help in tailoring the response appropriately.
- `query` (string, required): A natural language query.

### `get_product_details` (~184 tokens)

Look up a product by ID. Pass the 'options' parameter to select a specific variant for the product card. Without options, the first available variant is returned.

Input parameters:

- `country` (string): ISO 3166-1 alpha-2 country code for which to return localized results (e.g., 'US', 'CA', 'GB').
- `language` (string): ISO 639-1 language code for which to return localized results (e.g., 'EN', 'FR', 'DE').
- `options` (object): Variant options to select a specific variant, e.g. {"Size": "10", "Color": "Black"}. Without options, the first available variant is returned. Option matching is case-insensitive and partial options…
- `product_id` (string, required): The product ID, e.g. gid://shopify/Product/123

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/estroni-storefront/mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 59
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://mcp.estroni.com.au/mcp
- Repository: https://github.com/estroni/storefront-mcp
- Changelog RSS feed: https://verifymcp.io/servers/estroni-storefront/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/estroni-storefront/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/estroni-storefront/mcp
