eCommerce
etal-australia.com
Provides tools to search and retrieve products, collections, and merchant details from a storefront.
ENDPOINT 1
https://ai.etal-australia.com/mcp
MCP server metadata
- Name
- com.etal-australia.ai/product-discovery
- Version
- 1.0.0
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_productsSearch the public products of this storefront with a bounded, paginated query.
Inferred read-onlyget_productRetrieve the full public record of one product by the identifier returned from search.
Inferred read-onlylist_collectionsList the collections currently available on this storefront, paginated.
Inferred read-onlyget_collectionRetrieve one available collection with a bounded page of its products.
Inferred read-onlyget_brand_factsReturn the public facts about the merchant this storefront represents: name, site, policies, shipping, and support details.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.