← etal-australia.com

INDIVIDUAL MCP TOOL

list_collections

List the collections currently available on this storefront, paginated.

etal-australia.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for list_collections and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

etal-australia.com

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.

Related tools

  • search_products — Search the public products of this storefront with a bounded, paginated query.
  • get_product — Retrieve the full public record of one product by the identifier returned from search.
  • get_collection — Retrieve one available collection with a bounded page of its products.
  • get_brand_facts — Return the public facts about the merchant this storefront represents: name, site, policies, shipping, and support details.