mcp-walmart
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| status | Check Walmart authentication status and session info |
| login | Authenticate with Walmart account using email and password via browser automation |
| logout | Clear Walmart session and stored cookies |
| set_address | Set delivery or pickup address for Walmart. Affects product availability and pricing. |
| searchB | Search Walmart products by query with optional filters |
| get_product | Get detailed product information including price, description, and availability |
| add_to_cart | Add a product to the Walmart cart |
| view_cart | View current Walmart cart contents and totals |
| update_cartB | Update the quantity of an item in the Walmart cart |
| remove_from_cart | Remove a specific item from the Walmart cart |
| checkout | Preview checkout summary for the Walmart cart. Returns order summary without placing the order. |
| get_orders | Get Walmart order history |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one for searching products, the other for updating cart quantities. No overlap.
Both tools follow a consistent verb_noun snake_case pattern (search, update_cart), making them predictable.
With only 2 tools, the set feels too thin for a Walmart shopping server. Typical shopping tasks like add to cart, get cart, or remove item are missing.
There are obvious gaps: no add_to_cart, get_cart, remove_from_cart, or any order management. The surface only covers search and cart update, leaving essential operations absent.