eCommerce
superpharmacyplus.com.au
Provides product search, retrieval, and alternative recommendations for an Australian pharmacy e-commerce catalogue.
ENDPOINT 1
https://ai.superpharmacyplus.com.au/mcp
MCP server metadata
- Name
- superpharmacyplus-mcp
- Version
- 1.0.0
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_productsNatural-language semantic search across the full SuperPharmacyPlus catalogue (~6,600 Australian pharmacy and mobility products).
Inferred read-onlyget_productFetch the complete enriched record for a single product by either numeric id or SKU.
Inferred read-onlyfind_alternativesGiven 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.