Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COSTCO_EMAIL | No | Costco account email | |
| COSTCO_PASSWORD | No | Costco account password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| status | Check Costco authentication status and session info |
| login | Authenticate with Costco account using email and password via browser automation |
| logout | Clear Costco session and stored cookies |
| search_products | Search Costco products by name, category, or brand |
| get_product_details | Get detailed product information including price, description, and availability |
| add_to_cart | Add a Costco product to the cart |
| view_cart | View current Costco cart contents and totals |
| update_cart | Update item quantities or remove items from the Costco cart |
| get_delivery_options | Check delivery and warehouse pickup availability for cart items or a specific product |
| select_delivery | Choose delivery method — home delivery or warehouse pickup |
| checkout | Preview or complete a Costco order. Use confirm=false to preview first. |
| get_orders | View Costco order history |
| track_order | Track a Costco order delivery status |
| get_membership | Check Costco membership status, type, and renewal date |
| get_warehouse_locations | Find nearby Costco warehouses by ZIP code or city |
| check_warehouse_stock | Check in-warehouse availability of a product at a specific Costco location |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |