INDIVIDUAL MCP TOOL
search_products
Natural-language semantic search across the full SuperPharmacyPlus catalogue (~6,600 Australian pharmacy and mobility products).
LIVE ENDPOINT
https://ai.superpharmacyplus.com.au/mcp
Connect to this endpoint to inspect the live schema for search_products 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
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.
Related tools
get_product— Fetch the complete enriched record for a single product by either numeric id or SKU.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).get_category— Fetch a category authority page by slug (e.g.get_brand— Fetch a brand authority page by slug (e.g.compare_products— Side-by-side comparison of 2-4 SuperPharmacyPlus products.