Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NORDSTROM_EMAILYesNordstrom account email address used for accessing authenticated features like bag, wishlist, and orders.
NORDSTROM_PASSWORDYesNordstrom account password used for accessing authenticated features like bag, wishlist, and orders.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_products

Search Nordstrom merchandise by keyword, category, or brand. Returns a list of products with pricing, availability, and direct URLs.

get_product

Get full product details including description, features, available sizes, images, and pricing for a specific Nordstrom item.

add_to_bag

Add an item to the Nordstrom shopping bag. Requires authentication via NORDSTROM_EMAIL and NORDSTROM_PASSWORD environment variables.

get_bag

View the current Nordstrom shopping bag contents, subtotal, and estimated total. Requires authentication.

remove_from_bag

Remove an item from the Nordstrom shopping bag by item ID. Requires authentication.

get_wishlist

View saved items in the Nordstrom wishlist. Requires authentication.

add_to_wishlist

Save an item to the Nordstrom wishlist / Favorites. Requires authentication.

check_inventory

Check product availability at Nordstrom stores near a given ZIP code, for a specific size.

get_orders

View Nordstrom order history including order number, date, status, and items. Requires authentication.

track_order

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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