CapzyCapzy / Data MCP Get API key

Platforms / homedepot

homedepot toolset

3 tools. Mount this server and your agent gets every homedepot endpoint, fully typed.

https://mcp.capzy.ai/homedepot/mcp
claude mcp add capzy-homedepot --transport http https://mcp.capzy.ai/homedepot/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Products

homedepot_product 1 credit Product Detail

Full product detail for one item: pricing, images, specifications, categories, brand, model and store availability, with the review summary bundled in.

ParamTypeRequiredDescription
item_id string required Home Depot item id (OMSID) from the product URL.
store_id string optional Store id for local pricing and availability.
zip string optional ZIP or postal code for local pricing and availability.
delivery_zip string optional Delivery ZIP or postal code for shipping estimates.
market string optional Marketplace region. Default: us
homedepot_reviews 1 credit Product Reviews

Paginated product reviews with the rating histogram, review highlights and individual customer reviews for a product.

ParamTypeRequiredDescription
item_id string required Home Depot item id (OMSID) from the product URL.
page integer optional Review page number. Default: 1
sort string optional Sort order for reviews.
rating integer optional Show only reviews with this exact star rating, 1 to 5.
store_id string optional Store id for local pricing and availability context.
market string optional Marketplace region. Default: us
homedepot_search 1 credit Search Products

Search Home Depot products by keyword. Returns organic_results with pricing, ratings, brand, model and availability for each item, plus the store-localized search context and pagination.

ParamTypeRequiredDescription
query string required Search keywords (product term).
page integer optional Result page number (24 results per page). Default: 1
sort string optional Sort order for results.
min_price number optional Only products priced at or above this amount.
max_price number optional Only products priced at or below this amount.
brand string optional Filter to a brand name. Comma separate multiple brands.
category string optional Scope results to a Home Depot category or department name.
rating_min integer optional Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up).
store_id string optional Store id for local pricing and availability.
zip string optional ZIP or postal code for local pricing and availability.
delivery_zip string optional Delivery ZIP or postal code for shipping estimates.
market string optional Marketplace region. Default: us

Fewer tools?

The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.