New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@striderlabs/mcp-bestbuy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@striderlabs/mcp-bestbuy

MCP server connector for Best Buy electronics retail — search products, manage cart, check store availability, track orders, and manage rewards

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

@striderlabs/mcp-bestbuy

MCP server connector for Best Buy electronics retail — search products, manage your cart, check store availability, track orders, and view rewards.

Features

  • Search Best Buy's full catalog with filters (price, category, sort)
  • Product details with specs, pricing, and availability
  • Check availability for shipping and in-store pickup by ZIP code
  • Cart management — add, view, and remove items
  • Checkout with order preview before placing
  • Store locator with pickup slot availability
  • Order tracking by order number
  • My Best Buy Rewards balance, tier, and activity

Installation

npm install -g @striderlabs/mcp-bestbuy

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "bestbuy": {
      "command": "mcp-bestbuy"
    }
  }
}

Tools

ToolDescription
statusCheck authentication status
loginSign in with Best Buy account credentials
logoutClear session and cookies
search_productsSearch products by name, brand, or category
get_product_detailsFull product info: specs, price, ratings
check_availabilityShipping and store pickup availability by ZIP
add_to_cartAdd a product to your cart
view_cartView cart contents and totals
remove_from_cartRemove an item from cart
checkoutPreview or complete checkout
get_store_pickup_slotsFind nearby stores and check pickup availability
track_orderTrack an order by order number
get_rewards_statusView My Best Buy points, tier, and certificates

Example Workflow

  • Search for a product: search_products with query "Sony WH-1000XM5"
  • Get details: get_product_details with the product URL
  • Check local availability: check_availability with your ZIP code
  • Add to cart: add_to_cart with the product URL
  • Review cart: view_cart
  • Preview checkout: checkout with confirm: false
  • Place order: checkout with confirm: true

Authentication

Use the login tool to authenticate. Sessions are persisted in ~/.striderlabs/bestbuy/.

Requirements

  • Node.js 18+
  • Playwright (installed automatically)

Run npx playwright install chromium on first use.

Author

Strider Labs — striderlabs.ai

Keywords

mcp

FAQs

Package last updated on 12 Mar 2026

Related posts