Bestbuy

Bestbuy

Best Buy offers a suite of APIs providing access to product, store, category, and recommendation data.

1VIEWS
2027USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app bestbuynpx @composio/cli add cursor --app bestbuynpx @composio/cli add cursor --app bestbuynpx @composio/cli add cursor --app bestbuy

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Categories

Tool to retrieve best buy product categories. use when you need to list or filter categories in the catalog.

Get Category Details

Tool to retrieve detailed information about a best buy category by its id. use when you need enriched metadata about a specific category.

Get Product Details By Sku

Tool to retrieve detailed information about a specific product by sku. use after obtaining a valid sku to fetch its attributes.

Get Products

Tool to retrieve products from best buy. use when you need to fetch product listings with optional filters and sorting. example: 'get products for category abcat0101000 sorted by saleprice.dsc.'

Get Review Details

Tool to retrieve detailed information for a specific review by id. use after confirming the review id.

Get Product Reviews

Tool to retrieve product reviews. use when you need customer feedback with filters or sorting. use after obtaining product skus.

Get Store Details

Tool to retrieve detailed information about a specific best buy store. use when you have a valid store id.

Get Best Buy Stores

Tool to retrieve a list of best buy stores. use when you need store listings with optional filters or geo-search after confirming your api key.

8 actions available