← Registry

eCommerce

etal-australia.com

Provides tools to search and retrieve products, collections, and merchant details from a storefront.

1 endpoint5 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://ai.etal-australia.com/mcp

No auth detected

MCP server metadata

Name
com.etal-australia.ai/product-discovery
Version
1.0.0
Capabilities
tools
Server instructions

Public, anonymous, read-only product discovery for Et Al Australia. Use search_products to find products; get_product for one product’s full public record; list_collections and get_collection for the collections currently available; get_brand_facts for merchant facts and policies. Every product result carries storefront_url, the page where a purchase continues. No tool adds to a cart, checks out, places an order, or changes any data.

Known tools 5

search_products

Search the public products of this storefront with a bounded, paginated query.

Inferred read-only
get_product

Retrieve the full public record of one product by the identifier returned from search.

Inferred read-only
list_collections

List the collections currently available on this storefront, paginated.

Inferred read-only
get_collection

Retrieve one available collection with a bounded page of its products.

Inferred read-only
get_brand_facts

Return the public facts about the merchant this storefront represents: name, site, policies, shipping, and support details.

Inferred read-only

CONNECT 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.com-etal-australia-ai-product-discovery]
url = "https://ai.etal-australia.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-etal-australia-ai-product-discovery": {
      "type": "http",
      "url": "https://ai.etal-australia.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-etal-australia-ai-product-discovery
Remote MCP URL: https://ai.etal-australia.com/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": {
    "com-etal-australia-ai-product-discovery": {
      "url": "https://ai.etal-australia.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-etal-australia-ai-product-discovery": {
      "type": "http",
      "url": "https://ai.etal-australia.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-etal-australia-ai-product-discovery",
  "transport": "streamable-http",
  "url": "https://ai.etal-australia.com/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.