Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Estroni Storefront

REMOTE · MCP.ESTRONI.COM.AU · SCANNED AUG 3

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

+2 this week 60 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.estroni.com.au

# add to Claude Code
claude mcp add --transport http estroni-storefront https://mcp.estroni.com.au/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add estroni-storefront --url https://mcp.estroni.com.au/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  estroni-storefront:
    url: "https://mcp.estroni.com.au/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +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.

  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +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.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 57

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.estroni.com.au/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=estroni.com.au CN=WE1,O=Google Trust Services,C=US 17 Jul 2026 15 Oct 2026 ECDSA 256 ECDSA-SHA256 2cea6b32e1e03e5013ba0bee0121f174
SANs: estroni.com.au, mcp.estroni.com.au, *.mcp.estroni.com.au
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.estroni.com.au. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
au. present 26642, 32902 8, 8 Verified
com.au. present 14185 8 Verified
estroni.com.au. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.estroni.com.au/mcp Verified 200
http (plaintext) http://mcp.estroni.com.au/mcp Inconclusive 404
MCP tools — 5 exposed · ~831 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_cart ~91

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

NameTypeReqDescription
cart_idstringyesShopify cart id, formatted like: gid://shopify/Cart/c1-66330c6d752c2b242bb8487474949791?key=fa8913e951098d30d68033cf6b7b50f3

No output schema declared.

No examples provided.

get_product_details ~184

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.

NameTypeReqDescription
countrystringISO 3166-1 alpha-2 country code for which to return localized results (e.g., 'US', 'CA', 'GB').
languagestringISO 639-1 language code for which to return localized results (e.g., 'EN', 'FR', 'DE').
optionsobjectVariant 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_idstringyesThe product ID, e.g. gid://shopify/Product/123

No output schema declared.

No examples provided.

search_catalog ~124

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

NameTypeReqDescription
catalogobjectCatalog search parameters.
metaobjectMCP transport metadata for UCP agent discovery.

No output schema declared.

No examples provided.

search_shop_policies_and_faqs ~114

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?"

NameTypeReqDescription
contextstringAdditional information about the request such as user demographics, mood, location, or other relevant details that could help in tailoring the response appropriately.
querystringyesA natural language query.

No output schema declared.

No examples provided.

update_cart ~318

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.

NameTypeReqDescription
add_itemsarrayItems to add to the cart. Required when creating a new cart.
buyer_identityobjectInformation about the buyer including email, phone, and delivery address.
cart_idstringIdentifier for the cart being updated. If not provided, a new cart will be created.
delivery_addresses_to_addarrayInformation about the delivery addresses to add.
delivery_addresses_to_replacearrayDelivery addresses to apply to the cart, replaces all existing cart delivery addresses. Removes all delivery addresses when empty.
discount_codesarrayDiscount or promo codes to apply to the cart. Only prompt if customer mentions having a discount code.
gift_card_codesarrayGift card codes to apply to the cart. Only prompt if customer mentions having a gift card.
notestringA note or special instructions for the cart. Optional - can ask if customer wants to add special instructions.
remove_line_idsarrayList of line item IDs to remove explicitly.
selected_delivery_optionsarrayThe delivery options to select for the cart.
update_itemsarrayExisting cart line items to update quantities for. Use quantity 0 to remove an item.

No output schema declared.

No examples provided.