mcp-homedepot
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HD_DEFAULT_STORE | No | Default store ID for product/availability tools (defaults to 7074 Langford BC). | 7074 |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hd_searchA | Search Home Depot Canada (homedepot.ca) for products by keyword. Returns matching products with SKU, name, brand, model, price, rating, online stock, URL and image, plus the total result count, available filters (facets) and sort options. Use |
| hd_productA | Fetch the full product card for a Home Depot Canada SKU (product code): name, brand, model, description, images, rating/reviews, warranty, categories, price, in-store stock with aisle/bay location, online stock, and fulfillment options (pickup in store, ship to store, ship to home, express delivery) for a given store. |
| hd_store_availabilityA | Check in-store stock of a Home Depot Canada SKU across a store and its nearby stores. Returns, per store: store name, address, phone, coordinates, stock level/status, aisle/bay location, and pickup status. Sorted with in-stock stores first. Use to answer 'which store has this in stock near me'. |
| hd_storesA | List Home Depot Canada stores. With |
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 4 tools
Each tool has a distinct, non-overlapping purpose: product details, search, store availability, and store directory. No confusion between them.
All tools follow the consistent pattern 'hd_<noun>', with clear and predictable names that describe their function.
Four tools is well-scoped for a retail product information and store location service. Each tool is necessary and sufficient for typical queries.
The tool set covers core operations: search, product details, store list, and availability per store. No obvious gaps for the intended use case.