MCP Connector for Sam's Club
Provides tools to search for Sam's Club products by keyword and category, locate nearby warehouse locations via zip code or city, and retrieve detailed membership information including tiers, annual fees, and benefits.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Connector for Sam's Clubfind organic olive oil and show me prices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| string | Yes | Search term (e.g. "olive oil", "TV", "laundry detergent") |
| string | No | Filter by category: |
| 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 |
| string | Yes | Zip code (e.g. |
| 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.
Related MCP server: Fake Store API MCP Server
Installation
npm install
npm run buildUsage
Run directly
node dist/index.jsConfigure 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 packNotes
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to interact with Dynamics 365 Commerce systems through 125+ tools covering customer management, sales orders, cart operations, product searches, inventory tracking, and store operations. Provides comprehensive mock data for development and testing purposes.Last updated2
- AlicenseAqualityDmaintenanceProvides seamless access to the Fake Store API for AI assistants with 18 CRUD tools for managing e-commerce data including products, carts, and users. Perfect for e-commerce demos, testing, and learning MCP development with zero configuration required.Last updated188MIT
- AlicenseAqualityDmaintenanceEnables interaction with Costco.com via browser automation to search products, manage shopping carts, and check membership status. It supports the full e-commerce lifecycle, including placing orders, tracking shipments, and locating nearby warehouses.Last updated1618MIT
- Alicense-qualityCmaintenanceProvides AI assistants with access to ShopSavvy's comprehensive product data, pricing information, and historical price tracking, enabling product lookup by barcode or ASIN, current offers, price history, and scheduling for automatic monitoring.Last updated717MIT
Related MCP Connectors
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-samsclub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server