{
  "name": "SupplyClub MCP Server",
  "description": "Read-only product catalog tools for mysupplyclub.com — wholesale eco-friendly food packaging and restaurant supplies. Search 6,000+ products with brand, material, category, and price filters, page and sort results, or fetch full product detail by slug.",
  "url": "https://mysupplyclub.com/api/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-11-25",
  "authentication": {
    "type": "none",
    "instructions": "No authentication required for catalog tools. Public access is rate-limited per IP (60 requests/minute). A bearer tier exists for future privileged tools — contact info@mysupplyclub.com."
  },
  "capabilities": {
    "tools": [
      {
        "name": "search_products",
        "description": "Free-text product search with optional brand, material, category, and price filters plus paging and price sorting. Returns price, unit price, case configuration, eco attributes, canonical product URL, and facets listing valid filter values."
      },
      {
        "name": "get_product",
        "description": "Full product detail by slug."
      }
    ]
  },
  "documentation": "https://mysupplyclub.com/llms.txt",
  "contact": "info@mysupplyclub.com"
}
