# BigCommerce MCP for AI Agents AI Agent Connect

> BigCommerce. Manage your online store's product catalog, order fulfillment, and customer data using your AI client. It gives you direct access to your store's backend so you can handle inventory, track shipments, and organize categories without jumping between tabs.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ZkCHZeD8jB07dIbrbE77AefDDf56O4EHsSP9Z095/ai-agent-connect
- **Tags:** online-store, product-catalog, order-fulfillment, saas-ecommerce, inventory-tracking, variant-management

## Description

This BigCommerce MCP lets you connect your online store to your AI agent to handle the heavy lifting of e-commerce management. Managing an enterprise store usually means juggling dozens of browser tabs. You're constantly switching between the order dashboard to see what's shipped, the product catalog to update stock, and the customer list to handle support requests. This setup changes that by letting your agent handle the data retrieval for you. Instead of manual data entry, you can just ask your agent to pull up a specific order profile or update a product's metadata. You'll find it's a lot easier to keep your storefront organized when you can just describe the changes you want to make. It handles the complex calls for things like brand listings and category structures, making the whole process feel like you're talking to a store manager who already knows your business inside out. Because Vinkius hosts this, you can plug it into your existing workflow and get started immediately. It's about getting the data you need, exactly when you need it, without the friction of a clunky admin panel. You can check your store configuration, like currency or language, without digging through nested menus. It turns your AI into a functional extension of your commerce team, letting you focus on growth while the agent handles the organization of your core store data.

## Tools

### get_customer_details
Pulls specific profile data for a single customer. This helps you understand a shopper's history in seconds.

### get_order_details
Fetches the full profile for a specific transaction. You'll see billing and fulfillment status instantly.

### get_product_details
Retrieves metadata for a specific item in your catalog. Use it to check exact specs or stock levels.

### get_store_info
Pulls your store's configuration and account status. It's the fastest way to check currency or language settings.

### list_catalog_brands
Lists all the brands currently in your store. Use this to audit your catalog's brand distribution.

### list_catalog_categories
Lists all product categories. It helps you see how your storefront architecture is organized.

### list_customers
Pulls a list of all shoppers in your store. This is your starting point for high-level customer audits.

### list_orders
Lists your most recent transactions. Use it to quickly scan what's been sold today.

### list_products
Lists your products with optional filtering by name or brand. This lets you browse your entire inventory quickly.

## Prompt Examples

**Prompt:** 
```
Who are my top customers and what have they ordered lately?
```

**Response:** 
```
I've pulled your customer list. Here are some frequent shoppers:

| Customer | Total Orders | Last Order |
| :--- | :--- | :--- |
| Jane Smith | 12 | $240.00 |
| Mike Ross | 8 | $115.50 |

Would you like me to pull the full order details for any of these?
```

**Prompt:** 
```
Show me the status of order #1024.
```

**Response:** 
```
Order #1024 is currently marked as **Shipped**.

*   **Billing Status**: Paid
*   **Shipping Carrier**: FedEx
*   **Tracking Number**: 123456789

Do you want me to look up the customer's contact info for this order?
```

**Prompt:** 
```
List my products under the 'Home Decor' category.
```

**Response:** 
```
I found 14 products in 'Home Decor'. Here are the top 3:

*   **Ceramic Vase** (Stock: 22)
*   **Velvet Pillow** (Stock: 5)
*   **Wall Clock** (Stock: 10)

Should I pull the full metadata for any of these?
```

## Capabilities

### Pull order details
Get shipping and billing status for specific transactions instantly.

### Retrieve customer profiles
Access shopper history and metadata to provide better support.

### Filter product listings
Browse your inventory by brand or name to find specific items quickly.

### Manage catalog structure
Organize your storefront by listing and managing categories and brands.

### Check store configuration
View your store's currency, language, and account status in one place.

## Use Cases

### Handling a late shipment inquiry
A customer asks about a late package. Use get_order_details to see the status and get_customer_details to find their history.

### Checking brand stock levels
You need to see if a specific brand is overstocked. Use list_products filtered by brand to get a quick count.

### Planning a new category launch
You're planning a new category launch. Use list_catalog_categories to see where the new items fit best.

### Auditing brand distribution
A marketing lead wants to see your top brands. Use list_catalog_brands to generate a list for a social media campaign.

## Benefits

- Stop hunting for order IDs by using list_orders to see your recent sales in a clean list.
- Get a full view of your shoppers instantly with get_customer_details to personalize your service.
- Keep your catalog organized by using list_catalog_categories to audit your storefront structure.
- Update product info without manual entry by using list_products with specific filters.
- Check your store's global configuration in seconds using get_store_info instead of digging through settings.

## How It Works

The bottom line is you get a conversational interface for your entire BigCommerce backend.

1. Subscribe to the Connector on the Vinkius Marketplace.
2. Get your Access Token, Store Hash, and Client ID from your BigCommerce API settings.
3. Connect these credentials to your AI client to start managing your store.

## Frequently Asked Questions

**Can I use the BigCommerce MCP to check my store's stock levels?**
Yes. You can ask your AI client to list products and filter them by name or brand to see exactly how many items you have left in your inventory.

**Does the BigCommerce MCP work with my existing customer data?**
It connects directly to your BigCommerce account. Your agent can pull full customer profiles, including their purchase history and account status.

**Can I use this to manage my store categories?**
Yes. You can use the Connector to list all your current categories and brands, helping you keep your storefront organization consistent.

**How do I get my order history through the BigCommerce MCP?**
Your AI client can pull a list of your most recent orders or fetch the specific details of a single transaction, including the fulfillment status.

**Is the BigCommerce MCP safe for my store's information?**
It uses your official BigCommerce API credentials. You only provide the necessary tokens, and your agent acts as an interface to your existing secure dashboard.

**Can I use the BigCommerce MCP to see my store's currency settings?**
Yes. The Connector can pull your store's configuration details, which include your currency, language preferences, and general account status.

**How do I find my BigCommerce API credentials?**
Log in to your BigCommerce admin, navigate to **Settings** > **API Accounts**, and create a new V2/V3 API account to get your token, hash, and client ID.

**Does it support both V2 and V3 APIs?**
Yes! The server automatically routes requests to the correct endpoint (V3 for products/customers, V2 for orders) to ensure high-fidelity data access.

**Where do I find my Store Hash?**
Your store hash is the unique identifier in your BigCommerce API URL (e.g., 'xyz123' in api.bigcommerce.com/stores/xyz123/v3/).