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. |
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 |
|---|---|
| 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 | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose targeting specific e-commerce functions: shopping bag management (add, get, remove), wishlist management (add, get), product operations (search, get details), inventory checking, order history, and order tracking. No ambiguity exists between tools as they cover non-overlapping workflows.
All tools follow a consistent verb_noun pattern using snake_case: add_to_bag, get_product, search_products, etc. The naming convention is perfectly uniform throughout the set, making it predictable and easy to understand.
With 10 tools, the server is well-scoped for an e-commerce domain, covering core operations like product discovery, shopping cart management, wishlisting, inventory checks, and order tracking. Each tool earns its place without redundancy or bloat.
The toolset provides complete coverage for the Nordstrom shopping domain: full CRUD for the shopping bag (add, get, remove), wishlist management (add, get), product search and details, inventory checks, order history, and order tracking. No obvious gaps exist for typical user workflows.