MCP Connector for Sam's Club
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
MCP Connector for Sam's Club
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.