# Shoplazza MCP for AI Agents AI Agent Connect

> Shoplazza MCP. Manage your global store, track orders, and update inventory through a chat interface. It connects your AI agent to your Shoplazza shop so you can handle retail tasks without leaving your workspace.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Kz6ybVxDS2lt2zG5gHp4BikgEjkZviqGGKlK4YUf/ai-agent-connect
- **Tags:** cross-border-retail, product-listing, store-management, order-tracking, inventory-sync

## Description

This Connector lets you run your Shoplazza store using natural language. Instead of digging through a complex admin dashboard, you can just ask your agent to find specific orders, check if items are in stock, or see what's in a particular collection. It handles the heavy lifting of navigating a global retail platform, making it much faster to get answers about your business. Whether you're checking a single customer's history or auditing a massive batch of orders, your agent does the clicking for you. It's built for people who need to move fast and don't want to spend their day tab-switching between different management screens. By adding this to your toolkit via the Vinkius catalog, you turn a manual retail process into a conversation. You can keep your data accurate and your sales moving without the usual friction of manual data entry or searching for hidden settings. It's about getting your store under control without the headache of a cluttered interface. You can quickly verify that a high-priority shipment is on its way or see exactly how many units of a specific SKU are left in your warehouse. It removes the friction of having to remember where every setting is tucked away, letting you focus on growing your brand instead of managing the software.

## Tools

### list_products
Get a full list of every product you sell. Use this to audit your current catalog.

### list_webhooks
See the webhooks currently configured for your store. This helps you manage your automated notifications.

### get_customer
Look up specific details for a single customer. This is great for handling individual support requests.

### get_inventory_levels
Check how many units of a product are left in stock. This prevents you from selling items you don't have.

### get_order
Pull the full details for a specific order. Use this to check payment status or shipping info.

### get_product
Get the metadata and details for a specific product. It's useful for checking descriptions or prices.

### get_shop_info
Retrieve the general information about your store. This gives your agent the context it needs to help you.

### list_collections
See all product collections in your shop. This helps you organize how items are grouped for customers.

### list_customers
Pull a list of all customers from your store. You can use this to review your user base quickly.

### list_orders
View all orders placed in your shop. It's the fastest way to see what needs to be shipped.

## Prompt Examples

**Prompt:** 
```
List all products in my Shoplazza store.
```

**Response:** 
```
I've pulled your Shoplazza product list. You have 42 active items. Would you like to see the stock levels for any specific ones?
```

**Prompt:** 
```
Show me the last 5 orders from my Shoplazza shop.
```

**Response:** 
```
Here are your last 5 orders:

| Order ID | Total | Status |
|---|---|---|
| 1024 | $50.00 | Shipped |
| 1023 | $120.00 | Processing |
| 1022 | $35.00 | Shipped |
| 1021 | $200.00 | Processing |
| 1020 | $15.00 | Shipped |
```

**Prompt:** 
```
Check the inventory level for item ID 'inv-99'.
```

**Response:** 
```
I checked the inventory for item 'inv-99'. You currently have 12 units in stock. Do you want me to check any other IDs?
```

## Capabilities

### List all store products
Get a full list of every item you sell in your shop.

### Track real-time stock
Check how many units of a product are left in your warehouse.

### Pull order details
Retrieve specific information for any order placed by a customer.

### Search customer profiles
Look up customer purchase history and personal details instantly.

### Manage store webhooks
View and monitor the webhooks currently configured for your shop.

### Browse collections
See how your products are grouped into different store collections.

## Use Cases

### Out of stock alert
A manager asks the agent to check stock for a hot item using get_inventory_levels and then asks to list the products with the lowest count.

### Order audit
An ops lead wants to see the last 10 orders from a specific region and asks the agent to use list_orders to pull the data.

### Customer lookup
A support rep asks the agent to find a customer's history using get_customer to solve a refund request.

### Collection review
A marketing lead asks the agent to list all collections using list_collections to plan a new seasonal sale.

## Benefits

- Stop hunting for orders. Use list_orders and get_order to find fulfillment details in seconds instead of clicking through pages.
- Keep stock accurate. Use get_inventory_levels to check availability instantly so you never oversell a product.
- Faster product audits. Use list_products and get_product to review your entire catalog without manual scrolling.
- Better customer support. Use list_customers and get_customer to pull purchase history and resolve issues faster.
- Easier store oversight. Use list_webhooks and get_shop_info to keep your backend configurations organized.

## How It Works

The bottom line is you get a conversational interface for your entire Shoplazza retail operation.

1. Subscribe to the Shoplazza MCP in your preferred client.
2. Provide your Shoplazza Shop Domain and Admin API Access Token.
3. Ask your agent to list orders, check stock, or find customer info.

## Frequently Asked Questions

**Can I use the Shoplazza MCP to manage my store?**
Yes, it lets you interact with your Shoplazza store data using natural language. You can find orders, check stock, and see customer info without using the web dashboard.

**Does the Shoplazza MCP work for global retail?**
It's designed for global brands. It helps you monitor products and orders across different regions from one central chat.

**Can I check my inventory with the Shoplazza MCP?**
Yes, you can ask your agent to get inventory levels for specific products to see what's in stock in real-time.

**How do I see my orders using the Shoplazza MCP?**
Your agent can list all orders or pull specific details for a single order so you can track fulfillment status easily.

**Can the Shoplazza MCP help with customer support?**
It allows you to list customers and get specific details like purchase history to help resolve issues faster.

**Will the Shoplazza MCP show my store's webhooks?**
Yes, you can use it to list and monitor the webhooks configured for your store to keep your integrations running.

**How do I find my Shoplazza Access Token?**
Log in to the [Shoplazza Partner Platform](https://partners.shoplazza.com/), create an application, and follow the OAuth 2.0 flow to obtain your Admin API Access Token.

**What is the 'shop_domain' format?**
Your shop domain should be the full URL of your Shoplazza admin instance, typically in the format: `your-store.myshoplazza.com`.

**Can I check inventory for specific items?**
Yes. Use the `get_inventory_levels` tool. You can optionally provide a comma-separated list of `inventory_item_ids` to retrieve the stock levels for those specific items.