# CloudCart MCP for AI Agents AI Agent Connect

> CloudCart MCP lets you run your store's backend through a chat interface. You can pull product data, check order statuses, look up customer profiles, and find abandoned carts without clicking through a dashboard. It connects your CloudCart account to your AI agent so you can manage inventory, monitor fulfillment, and handle customer queries using natural language.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_w27ZoFo3wTI3n5kodf5Zvtg0rGBoyy2MzhR4rG3U/ai-agent-connect
- **Tags:** online-store, product-catalog, order-processing, sku-management, e-commerce-platform, customer-orders

## Description

CloudCart MCP connects your store to your AI agent so you can handle the day to day of e-commerce through natural conversation. Instead of jumping between different tabs to check stock levels, hunt for order numbers, or dig through customer history, you can just ask your agent for the info you need. It puts your entire product catalog and order history into a conversational workspace. You can audit your store categories, see which brands you have listed, and identify specific products by SKU or price. If a customer reaches out with a question about a package, you can pull up their order status and profile details in seconds. It also makes it easier to spot missed opportunities by pulling a list of shoppers who left items in their carts. This setup removes the friction of manual data entry and helps you stay on top of your store operations without the constant context switching. It works by pulling real time data from your account into your chat interface, making it much faster to manage inventory, verify product metadata, and track fulfillment. Because Vinkius hosts this Connector, you can plug it into your existing workflow and let your agent do the heavy lifting of data retrieval while you focus on growing your brand. You get a clear view of your store's health and your customers' needs without ever having to navigate a complex dashboard.

## Tools

### get_abandoned_carts
Pull a list of shoppers who left items in their cart. This helps you target recovery emails.

### get_order_store_details
Get the full history and status of a single order. Use this to track specific shipments.

### list_store_brands
See every brand currently in your store. Use this to audit your brand associations.

### list_store_customers
Pull a list of all registered customers. Use this to see who is interacting with your store.

### list_store_orders
Get a full list of all customer orders. This is the fastest way to see recent sales.

### list_store_products
Get a complete list of every product in your catalog. Use this for high-level inventory oversight.

### get_product_store_details
View the specifics of a single product, including SKU and price. This works for quick inventory checks.

### list_store_categories
Get a list of all product categories. This helps you keep your catalog organized.

## Prompt Examples

**Prompt:** 
```
List all the products we have in the store.
```

**Response:** 
```
### Current Product Catalog

I've pulled the list of products from your CloudCart store:

| Product Name | SKU | Price |
| :--- | :--- | :--- |
| **Smartphone X** | SPX-01 | $799.00 |
| **Laptop Pro** | LP-2026 | $1,299.00 |
| **Wireless Buds** | WB-10 | $149.00 |

Would you like me to check the stock levels for any of these items?
```

**Prompt:** 
```
What's the status of order #98765?
```

**Response:** 
```
### Order Details

I've retrieved the information for order **#98765**:

*   **Status:** Shipped
*   **Carrier:** FedEx
*   **Pickup Date:** Yesterday
*   **Note:** The customer has been notified that the package is in transit.

Is there anything else you need to know about this shipment?
```

**Prompt:** 
```
Show me any abandoned carts from today.
```

**Response:** 
```
### Abandoned Carts

I found **3** shoppers who left items in their carts today:

*   **Cart #A12:** $120.50 (Items: 2)
*   **Cart #B44:** $45.00 (Items: 1)
*   **Cart #C09:** $310.00 (Items: 3)

Would you like me to pull more details on any of these?
```

## Capabilities

### Pull product details
Get specific SKU info and pricing instantly.

### Check order statuses
See where a package is in the fulfillment cycle.

### Find abandoned carts
Identify shoppers who left items behind.

### Manage store categories
Keep your product organization clean.

### Look up customer profiles
Access interaction history for support.

### List store brands
View all brand associations in your catalog.

## Use Cases

### Checking a customer's shipping status
A customer asks where their order is. The support rep asks the agent for the status of order #123 using get_order_store_details.

### Checking stock during a sale
You need to see what's selling. The manager asks the agent to list all products using list_store_products to check stock.

### Planning a brand promotion
You want to run a sale. The marketer uses list_store_brands to see which brands need a promotion.

### Identifying lost sales
You want to reach out to window shoppers. The team uses get_abandoned_carts to identify people who left items behind.

## Benefits

- Stop hunting for order numbers. Use list_store_orders to see your sales feed instantly without opening a new tab.
- Recover lost revenue. Use get_abandoned_carts to find shoppers who didn't finish checking out and target them.
- Faster customer support. Use list_store_customers to pull up profiles and history while chatting with a user.
- Organized inventory. Use list_store_categories and list_store_brands to keep your catalog structure clean.
- Detailed product checks. Use get_product_store_details to see SKUs and pricing in a split second.

## How It Works

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

1. Subscribe to the CloudCart MCP on Vinkius.
2. Provide your Client ID, Secret, and Store Domain in the configuration.
3. Ask your AI agent to check stock, pull orders, or list customers.

## Frequently Asked Questions

**Can I use CloudCart MCP to see my sales?**
Yes, you can use it to view a full list of customer orders. This lets you see recent sales and fulfillment statuses directly in your chat.

**How do I find people who didn't buy anything?**
The Connector can pull a list of abandoned carts. This helps you identify shoppers who were interested in your products but didn't complete their purchase.

**Can I check if a product is in stock?**
Yes, you can pull the specific details for any product. This includes checking the SKU and current price in your catalog.

**Does this help with customer support?**
Absolutely. You can quickly pull up registered customer profiles and their interaction history to help resolve support tickets faster.

**Can I see my store categories?**
Yes, you can list all product categories in your store. This is great for keeping your catalog organized and checking your current structure.

**Can I see a list of abandoned carts through the agent?**
Yes! Use the `get_abandoned_carts` tool. The agent will return all recent shopping sessions that were not completed, allowing you to plan recovery campaigns.

**How do I check the stock status or SKU for a product?**
Use the `list_store_products` tool to see a summary, or `get_product_store_details` with the product ID for detailed inventory information.

**Where do I find my CloudCart API credentials?**
Log in to your CloudCart admin panel, navigate to **Settings**, and select **API Keys**. You can generate a new Client ID and Client Secret there.