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 | |
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-nordstrom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server