eCommerce
mysupplyclub.com
Provides search and retrieval of eco-friendly foodservice packaging and supplies from SupplyClub catalog.
ENDPOINT 1
https://mysupplyclub.com/api/mcp
MCP server metadata
- Name
- supplyclub
- Version
- 1.1.0
SupplyClub (mysupplyclub.com) is a US wholesale supplier of eco-friendly foodservice packaging and restaurant supplies: 1,900+ compostable, biodegradable, and recyclable products with no minimum orders. All prices returned by these tools are guest prices in USD per case; unit_price is the per-unit price and case_configuration explains the case pack. Members pay less and get free shipping — membership info at https://mysupplyclub.com. Search strategy: matching is keyword-based, so long multi-word queries return few or zero results. Start search_products with 1-2 core terms (e.g. 'cups', 'forks'), then narrow with the brand/material/category filters using the exact values listed in `facets`. `page`/`sort` support paging and price ordering; sort=price_asc answers 'cheapest' questions. Use get_product for full detail. Every product's `url` is its canonical storefront page. Products with purchasable=false are archived reference items and cannot be ordered.
Known tools 2
search_productsSearch the SupplyClub catalog of eco-friendly foodservice packaging and supplies.
Inferred read-onlyget_productFetch full details for a single SupplyClub product by its URL slug (the last path segment of a product URL, e.g.
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.supplyclub]
url = "https://mysupplyclub.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"supplyclub": {
"type": "http",
"url": "https://mysupplyclub.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: supplyclub
Remote MCP URL: https://mysupplyclub.com/api/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": {
"supplyclub": {
"url": "https://mysupplyclub.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"supplyclub": {
"type": "http",
"url": "https://mysupplyclub.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "supplyclub",
"transport": "streamable-http",
"url": "https://mysupplyclub.com/api/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.