← Registry

eCommerce

superpharmacyplus.com.au

Provides product search, retrieval, and alternative recommendations for an Australian pharmacy e-commerce catalogue.

1 endpoint6 known toolsFirst detected August 7, 2026Last detected August 7, 2026

ENDPOINT 1

https://ai.superpharmacyplus.com.au/mcp

No auth detected

MCP server metadata

Name
superpharmacyplus-mcp
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

SuperPharmacyPlus is an Australian pharmacy and mobility retailer. This server exposes the enriched product catalogue (~6,600 products) so AI assistants can search, look up, and recommend products without crawling the public site. All prices are in AUD. Availability terminology is Australian (in_stock, out_of_stock, backorder, discontinued). Tools are read-only — there is no add-to-cart or order capability via MCP. For purchasing, link the user to https://superpharmacyplus.com.au or the product_url returned by each tool. Choose tools as follows: - Open-ended buyer questions → search_products. - Specific product (id or SKU) → get_product. - "What else should I get?" / accessories → find_alternatives. - "Tell me about <category>" → get_category. - "What does <brand> sell?" → get_brand. - "Compare X and Y" / "What's the difference between A and B?" → compare_products.

Known tools 6

search_products

Natural-language semantic search across the full SuperPharmacyPlus catalogue (~6,600 Australian pharmacy and mobility products).

Inferred read-only
get_product

Fetch the complete enriched record for a single product by either numeric id or SKU.

Inferred read-only
find_alternatives

Given a product id or SKU, return cross-sell and compatibility-driven alternatives drawn from the curated relationships graph (BigCommerce related, compatible_with, frequently_paired, same_brand_category).

Inferred read-only
get_category

Fetch a category authority page by slug (e.g.

Inferred read-only
get_brand

Fetch a brand authority page by slug (e.g.

Inferred read-only
compare_products

Side-by-side comparison of 2-4 SuperPharmacyPlus products.

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.superpharmacyplus-mcp]
url = "https://ai.superpharmacyplus.com.au/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "superpharmacyplus-mcp": {
      "type": "http",
      "url": "https://ai.superpharmacyplus.com.au/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "superpharmacyplus-mcp": {
      "type": "http",
      "url": "https://ai.superpharmacyplus.com.au/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "superpharmacyplus-mcp",
  "transport": "streamable-http",
  "url": "https://ai.superpharmacyplus.com.au/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.