Nordstrom MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NORDSTROM_EMAIL | Yes | Nordstrom account email address used for accessing authenticated features like bag, wishlist, and orders. | |
| NORDSTROM_PASSWORD | Yes | Nordstrom account password used for accessing authenticated features like bag, wishlist, and orders. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsA | Search Nordstrom merchandise by keyword, category, or brand. Returns a list of products with pricing, availability, and direct URLs. |
| get_productA | Get full product details including description, features, available sizes, images, and pricing for a specific Nordstrom item. |
| add_to_bagA | Add an item to the Nordstrom shopping bag. Requires authentication via NORDSTROM_EMAIL and NORDSTROM_PASSWORD environment variables. |
| get_bagA | View the current Nordstrom shopping bag contents, subtotal, and estimated total. Requires authentication. |
| remove_from_bagA | Remove an item from the Nordstrom shopping bag by item ID. Requires authentication. |
| get_wishlistB | View saved items in the Nordstrom wishlist. Requires authentication. |
| add_to_wishlistB | Save an item to the Nordstrom wishlist / Favorites. Requires authentication. |
| check_inventoryB | Check product availability at Nordstrom stores near a given ZIP code, for a specific size. |
| get_ordersC | View Nordstrom order history including order number, date, status, and items. Requires authentication. |
| track_orderA | Track a Nordstrom shipment by order number. Returns status, carrier, tracking number, estimated delivery, and tracking events. Requires authentication. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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-nordstrom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server