Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Connector For Sam'S Club

FreeNot checked

Provides tools for searching Sam's Club products, locating warehouse clubs, and accessing membership information using realistic mock data. It enables AI assist

GitHubEmbed

About

Provides tools for searching Sam's Club products, locating warehouse clubs, and accessing membership information using realistic mock data. It enables AI assistants to interact with product catalogs and store services for development and testing purposes.

README

An MCP (Model Context Protocol) server that exposes Sam's Club product search, store locator, and membership information as tools for AI assistants.

Tools

search_products

Search Sam's Club products by keyword, with optional category filtering and result count control.

Parameters:

Parameter Type Required Description
query string Yes Search term (e.g. "olive oil", "TV", "laundry detergent")
category string No Filter by category: Electronics, Grocery, Household, Meat & Seafood, Appliances, Outdoor
maxResults number No Max results to return (default: 10, max: 15)

Example response fields: id, name, category, price, unit, availability, rating, reviews


find_clubs

Find Sam's Club warehouse locations near a zip code or city.

Parameters:

Parameter Type Required Description
location string Yes Zip code (e.g. "72712") or city/state (e.g. "Bentonville, AR")
radius number No Search radius in miles (default: 25)

Example response fields: club id, name, address, phone, hours, services, distanceMiles


get_membership_info

Returns Sam's Club membership tiers, annual fees, and benefits. Takes no parameters.

Response includes: membership types (standard and Plus), annual fees, benefits lists, add-on pricing, free trial details, and contact information.


Installation

npm install
npm run build

Usage

Run directly

node dist/index.js

Configure in Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "samsclub": {
      "command": "node",
      "args": ["/path/to/mcp-samsclub/dist/index.js"]
    }
  }
}

Or if installed globally via npm:

{
  "mcpServers": {
    "samsclub": {
      "command": "mcp-samsclub"
    }
  }
}

Development

# Install dependencies
npm install

# Build
npm run build

# Pack for distribution
npm pack

Notes

This connector uses realistic mock data and does not make live requests to Sam's Club servers. It is intended for development, testing, and demonstration purposes.

License

MIT

from github.com/markswendsen-code/mcp-samsclub

Install Connector For Sam'S Club in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-connector-for-sam-s-club

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-connector-for-sam-s-club -- npx -y @striderlabs/mcp-samsclub

Step-by-step: how to install Connector For Sam'S Club

FAQ

Is Connector For Sam'S Club MCP free?

Yes, Connector For Sam'S Club MCP is free — one-click install via Unyly at no cost.

Does Connector For Sam'S Club need an API key?

No, Connector For Sam'S Club runs without API keys or environment variables.

Is Connector For Sam'S Club hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Connector For Sam'S Club in Claude Desktop, Claude Code or Cursor?

Open Connector For Sam'S Club on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Connector For Sam'S Club with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs