# Squarespace Commerce MCP for AI Agents AI Agent Connect

> Squarespace Commerce MCP brings your store's backend into your AI. Manage inventory, track orders, and fulfill shipments without switching tabs. It lets your agent handle stock updates, customer logs, and catalog details directly from your chat interface.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_PXzvabm1TUHoqyDjhZemYqcxMuzopSpqI59pYgF9/ai-agent-connect
- **Tags:** inventory-tracking, order-fulfillment, product-catalog, headless-cms, shipping-logistics, data-sync

## Description

This Squarespace Commerce MCP connects your store's backend directly to your AI client, so you can handle the heavy lifting of e-commerce without the constant context switching. Instead of jumping between your store admin and your workspace to see if a popular item sold out or if a shipment is ready to go, you can just ask your agent for the status. You'll get real-time data on stock levels, customer histories, and transaction flows right where you're already working. It's a major shift in how you handle the repetitive parts of running a shop. You can check your entire product catalog, see who your customers are, and track every sale that comes through your site without ever opening a new browser tab. This is perfect for keeping your operations organized and moving fast during busy sales periods. If you're looking for a way to handle the manual overhead of a growing brand, this is the bridge you need. You can find this and thousands of other connectors in the Vinkius catalog to build out your entire stack.

You can move your products to your customers as fast as possible by managing a small boutique or a large warehouse. By moving your commerce data into your AI environment, you turn a series of manual clicks into a simple conversation. You can quickly identify which items need restocking, find specific customer details to resolve issues, and update your shipping logs in seconds. It removes the friction between your data and your actions, letting you focus on growing your business instead of fighting with a dashboard.

## Tools

### adjust_inventory
Update the stock count for a specific product variant by adding or subtracting a quantity. This helps keep your live store numbers accurate.

### fulfill_order
Mark a specific order as shipped and add the carrier name and tracking number. Use this to finalize your shipping workflow.

### get_order_details
Pull specific information for a single order to see buyer details and items. This is useful for resolving customer issues.

### get_product_details
Get the full data for a product, including all its available variants. Use this to check SKU configurations.

### list_inventory
See a full list of current stock levels across all your product variants. Use this to identify low stock items quickly.

### list_webhooks
View all currently configured webhook subscriptions for your commerce site. This helps you manage your automated data feeds.

### list_orders
Retrieve a paginated list of all commerce orders from your store. This provides a high-level view of your recent sales.

### list_products
Get a list of all products in your catalog with their unique IDs. Use this to audit your entire product line.

### list_customer_profiles
Pull a list of all customer profiles registered in your store. This helps you manage your customer base.

### list_transactions
Access your financial transaction history for accounting and tracking. Use this to review your revenue streams.

## Prompt Examples

**Prompt:** 
```
Which orders are still pending fulfillment from last week?
```

**Response:** 
```
I've scanned your recent orders. Here are the ones still marked as pending:

| Order ID | Customer | Total | Status |
| :--- | :--- | :--- | :--- |
| #62Bf | Alice Lee | $140.00 | Pending |
| #12Zx | John M. | $40.50 | Pending |

Would you like me to get the details for either of these?
```

**Prompt:** 
```
We just sold 3 blue hats offline. Update the stock.
```

**Response:** 
```
I've located the 'Blue Hat' variant in your catalog. 

**Stock Update Confirmed**
- **Item**: Blue Hat
- **Adjustment**: -3 units
- **New Balance**: 12 units available

Your online store now reflects the offline sale.
```

**Prompt:** 
```
Show me a summary of our top selling products based on transaction history.
```

**Response:** 
```
Based on your recent transactions, here are your top performers:

*   **Winter Coat X5**: 45 units sold
*   **Canvas Tote**: 32 units sold
*   **Leather Belt**: 12 units sold

Let me know if you'd like a deeper breakdown of any of these.
```

## Capabilities

### Update stock levels
Adjust inventory quantities instantly for specific product variants.

### Process shipments
Mark orders as fulfilled and attach tracking numbers.

### View order history
See specific buyer details and order statuses.

### Browse product catalogs
Pull full lists of products and their nested SKUs.

### Track finances
Access your transaction history and customer profiles.

### Monitor webhooks
View your current webhook subscriptions for automated alerts.

## Use Cases

### Syncing offline sales to online stock
When you sell an item in person, tell your agent to use adjust_inventory to subtract the unit from your online stock so you don't oversell.

### Identifying late shipments
Ask your agent to list_orders and find any items that haven't been fulfilled in over 48 hours so you can prioritize them.

### Verifying SKU data for new launches
Use list_products and get_product_details to pull your new items and verify that all variants have the correct IDs before going live.

### Quick revenue auditing
Ask your agent to list_transactions for the last 30 days to get a summary of your sales for your weekly report.

## Benefits

- Stop manual data entry by using adjust_inventory to update stock levels from a simple text command.
- Speed up shipping by using fulfill_order to mark shipments and add tracking numbers without opening the admin panel.
- Get instant visibility into your shop by pulling full catalogs with list_products and list_inventory.
- Handle customer service faster by pulling buyer histories using list_customer_profiles.
- Simplify your accounting by accessing financial flows directly with list_transactions.
- Build custom headless flows by inspecting your commerce structure with get_product_details.

## How It Works

The bottom line is you get a hands-off way to manage your e-commerce operations through natural language.

1. Connect the Connector to your local environment.
2. Input your Squarespace Developer API Key.
3. Ask your agent to perform tasks like checking low stock or fulfilling orders.

## Frequently Asked Questions

**Can the Squarespace Commerce MCP help me fulfill orders?**
Yes, it allows your agent to mark orders as shipped and add tracking numbers directly. This means you can handle your shipping logistics through a simple chat interface instead of clicking through your dashboard.

**How do I update my stock levels using the Squarespace Commerce MCP?**
You can simply tell your agent how many items to add or subtract from a specific product. It will automatically update your live store numbers for you.

**Can I see my customer profiles with this Connector?**
Yes, it lets you pull a list of all customer profiles registered in your store. This makes it much easier to find specific buyer details when you need to resolve an issue.

**Is the Squarespace Commerce MCP good for headless commerce?**
It is excellent for headless setups. It gives developers a way to query commerce data and manage products without needing to interact with the standard Squarespace UI.

**Can I see my financial transactions?**
Yes, the Connector provides a way to pull your transaction history. You can use this to quickly review your revenue streams and check your recent sales history.

**Does the Squarespace Commerce MCP support webhooks?**
It can list your current webhook subscriptions. This helps you manage your automated data feeds and ensure your store is communicating correctly with other services.

**Can the AI add inventory if a new shipment of stock arrives?**
Yes. Once you know the `variant_id` representing your SKU item (extracted from `get_product_details`), simply instruct the AI: "Add +10 to the stock of this variant". The AI securely triggers `adjust_inventory` scaling up the quantities actively across your storefront.

**Am I able to finalize orders automatically feeding a Tracking ID string?**
Yes! Use the `fulfill_order` command naturally. Pass the order ID, the postal tracking number, and specify the dispatch carrier (FedEx, UPS, etc). The workflow marks the backend as satisfied natively informing Squarespace.

**How detailed is the product variant readout locally?**
By executing `get_product_details`, the agent drops deep metadata directly inline. You get descriptions, arrays mapping every single variant SKU attached, full pricing metrics (sale versus original tags), images context arrays, visibility flags, and physical weight calculations.