Best Buy API Connector for AI agents.
10 live capabilities
Find electronics, check local store inventory, and pull user reviews instantly.
Waiting for input…
Why people use Best Buy API
Best Buy for Real-Time Retail Inventory Checks
This Connector puts all that data into one chat. Your agent can check a ZIP code, find the nearest store, and tell you if the item is on the shelf in one go. You get a clean summary of availability and specs without ever leaving your workspace.
What Vinkius changes
You get a direct line to Best Buy's retail data without ever opening a browser.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Finding a specific laptop for a budget
A user asks for a 13-inch laptop under $800 with a great screen.
- Real-world use case 02
Checking local stock for a camera
A shopper wants to know if a Sony A7 IV is in stock at a specific ZIP code.
- Real-world use case 03
Researching TV reviews
An analyst needs to know why people like a specific OLED TV.
Complete set · 10capabilities
The complete Best Buy API capability set.
These are the exact actions your AI can choose when you ask it to work with Best Buy API.
01—04
4 capabilities in this set.
Part of 10 available through Best Buy API.
- 01 Capability
Get also viewed products
See what other customers looked at for a specific SKU. This helps with identifying related items.
- 02 Capability
Get category by id
Get the specific sub-categories for a parent category. Use this to drill down into specific types of electronics.
- 03 Capability
Get open box products
Find discounted open-box items in specific categories. This is perfect for finding deals on high-end gear.
- 04 Capability
Get product reviews
Pull user ratings and written feedback for any product. Use this to gauge real-world customer satisfaction.
05—07
3 capabilities in this set.
Part of 10 available through Best Buy API.
- 05 Capability
Get product by sku
Get the full technical specs for a specific product ID. It helps you see every detail of a piece of hardware instantly.
- 06 Capability
Get store details
Pull all the information for a specific Best Buy location. Use this to see store hours and contact info.
- 07 Capability
Get trending products
See what's currently popular and highly rated. This is great for spotting new market trends.
08—10
3 capabilities in this set.
Part of 10 available through Best Buy API.
- 08 Capability
List categories
See the top-level categories in the Best Buy catalog. Use this to map out the general retail structure.
- 09 Capability
Search products
Search the entire catalog for items based on your criteria. It's the primary way to find new electronics.
- 10 Capability
Search stores
Find Best Buy locations near a specific ZIP code or city. This is how you locate the nearest physical store.
Set up in minutes
One URL. Then ask Best Buy API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Best Buy API from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Q2XbHdHQN67Qqf3T5245NYjRrBtQtCEInX3ZpUyY/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Best Buy API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Best Buy API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Q2XbHdHQN67Qqf3T5245NYjRrBtQtCEInX3ZpUyY/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Best Buy API URL.
- Step 03
Save and start
Save the connection and enable Best Buy API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"best-buy": {
"url": "https://edge.vinkius.com/vk_preview_Q2XbHdHQN67Qqf3T5245NYjRrBtQtCEInX3ZpUyY/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Best Buy API
Open Agent mode in chat and ask: "Using Best Buy API, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"best-buy": {
"url": "https://edge.vinkius.com/vk_preview_Q2XbHdHQN67Qqf3T5245NYjRrBtQtCEInX3ZpUyY/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Best Buy API
Ask Copilot: "Using Best Buy API, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"best-buy": {
"url": "https://edge.vinkius.com/vk_preview_Q2XbHdHQN67Qqf3T5245NYjRrBtQtCEInX3ZpUyY/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Best Buy API
Open Cascade and ask: "Using Best Buy API, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"best-buy": {
"url": "https://edge.vinkius.com/vk_preview_Q2XbHdHQN67Qqf3T5245NYjRrBtQtCEInX3ZpUyY/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Best Buy API
Ask Cline: "Using Best Buy API, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add best-buy --transport http "https://edge.vinkius.com/vk_preview_Q2XbHdHQN67Qqf3T5245NYjRrBtQtCEInX3ZpUyY/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Best Buy API
Ask Claude: "Using Best Buy API, show me...". 10 tools are ready
Where the request belongs
Work Best Buy API can move forward.
For retail researchers, e-commerce developers, and savvy shoppers who are tired of manual product hunting and want instant access to real-time stock levels.
E-commerce Analyst
Compares competitor pricing and catalog specs against Best Buy data in real-time.
Affiliate Developer
Pulls clean product data and images to populate their own apps or sites.
Personal Shopper
Finds the highest-rated electronics available at a specific local store today.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKelkoo
Search product offers, compare prices, and explore retail catalogs via Kelkoo.
Klevu (E-commerce AI Search)
Power your e-commerce discovery via Klevu AI. execute keyword searches, manage category merchandising, and retrieve product recommendations.
Constructor
Empower e-commerce discovery via Constructor.io. perform ML-ranked product searches, get personalized recommendations, and audit browse categories directly from any AI agent.
eBay Shopper
Connect eBay Shopper to any AI agent via MCP.
Coppel
Automate retail operations via Coppel. browse products, manage orders, check customer credit, and find stores across Mexico from any AI agent.
CheapShark
Find the best PC game deals across multiple stores. Search for games, compare prices, and set price alerts directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Best Buy API connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Best Buy API.
The practical details behind the request, access and result.
Can I use the Best Buy MCP to find items near my house?
Yes, you can provide a ZIP code to your agent, and it will find the nearest stores and check if specific items are in stock.
Does the Best Buy MCP show me open-box deals?
Yes, it can specifically pull discounted open-box products so you can find better prices on high-end electronics.
Can my agent read actual customer reviews?
It can pull the latest ratings and review data, allowing your agent to summarize what people like or dislike about a product.
Is this Connector good for price comparison?
It's great for seeing what's currently available on Best Buy, which helps you compare against other retailers quickly.
Can I use the Best Buy MCP to see what's trending?
Yes, the capability can pull a list of the most popular and highly rated items currently on the site.
How do I get the data into my AI client?
You just need to connect this Connector through Vinkius and provide your API keys from the Best Buy developer portal.
How do I get started with the Best Buy integration?
Subscribe, enter your API credentials (just your API Key generated from developer.bestbuy.com → My Apps), and you're ready. No code, no setup, no webhooks. just connect and start exploring retail data through your AI agent. Takes only 30 seconds. no secondary OAuth apps, no logs.
Can my AI agent check if a specific TV is available at my local store?
Yes. Your agent queries the exact SKU against real-time local inventories using your ZIP code or Store ID. It returns exact quantities and pickup availability instantly without you ever opening the website.
What happens when I need to compare highly-rated products before a purchase?
Just ask your AI agent. It actively parses Best Buy's endpoint for items matching your criteria, filtering only for top-tier ratings and summarizing user reviews—all in a single conversation, accelerating your decision-making.
Can I automate pulling product data and images for my affiliate marketing site?
Absolutely. Program the agent to fetch bulk product schemas, including high-res URLs, precise dimensions, and technical specifications, which is perfect for e-commerce developers maintaining synchronized comparison sites.
One connection away
Give your agent a direct line to Best Buy API.
Connect Best Buy API once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available