# Channable MCP for AI Agents AI Agent Connect

> Channable MCP. Manage marketplace orders, stock, and shipments across Amazon, eBay, and other channels directly through your AI agent. Track sales, update inventory levels, and handle returns in one chat interface.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UvLbFUlhtjGcMclMl1xnv0d7xjNNvUVFhy1NT0iy/ai-agent-connect
- **Tags:** feed-management, marketplace-integration, order-fulfillment, stock-synchronization, inventory-management, multichannel-selling

## Description

Connect your Channable account to your agent to handle the heavy lifting of multichannel selling. Instead of jumping between different dashboards for Amazon, eBay, or bol.com, you can just ask your agent to do the work for you. If you need to know which orders are pending or want to see a summary of your current project, you just ask. It handles the tedious stuff like checking shipment statuses or looking up specific order details so you can stay focused on growing your business. You can keep your inventory levels accurate across every platform at once, which stops the headache of overselling. It also makes managing customer returns a lot less of a chore because you can see everything right in your chat. Having this available in the Vinkius catalog makes it easy to plug into your existing workflow without needing to learn a new complex interface. It turns your agent into a logistics coordinator that knows your stock, your projects, and your sales data across the entire web. You can check your project summaries, see which channels are active, and get your shipping numbers without ever leaving your chat window. It is about taking the manual data entry out of your day and letting your agent handle the logistics.

## Tools

### get_order_details
Get specific information for a single order to check its status or contents.

### get_project_summary
Get a high-level summary of a project to see its current status and connected channels.

### list_connected_channels
List all the sales channels currently linked to a specific project.

### list_marketplace_orders
List all orders from every connected marketplace for a specific project.

### list_channable_projects
List every project associated with your Channable company account.

### list_customer_returns
List all customer returns for a specific project to manage your return flow.

### list_order_shipments
List all shipments and their tracking numbers for a specific project.

### update_product_stock
Update the stock levels for products within a specific project to prevent overselling.

## Prompt Examples

**Prompt:** 
```
What's the status of my orders from Amazon and eBay today?
```

**Response:** 
```
### Today's Marketplace Orders

| Marketplace | Order ID | Status | Items |
| :--- | :--- | :--- | :--- |
| **Amazon** | #ABC-123 | Shipped | 2 |
| **eBay** | #DEF-456 | Pending | 1 |
| **bol.com** | #GHI-789 | Processing | 3 |

Would you like me to pull the tracking details for the Amazon shipment?
```

**Prompt:** 
```
Update the stock for the 'Blue Hoodie' to 20 units in my main project.
```

**Response:** 
```
✅ **Stock Updated Successfully**

I've updated the stock for **Blue Hoodie** to **20 units** in your main project. This change is now syncing across all your connected channels.
```

**Prompt:** 
```
Show me all the returns for the holiday project.
```

**Response:** 
```
### Holiday Project Returns

I found **3 active returns** for the holiday project:

*   **Order #9982**: Item damaged during transit (Returned)
*   **Order #9985**: Wrong size sent (In transit)
*   **Order #9990**: Customer changed mind (Received)

Let me know if you want to see the specific details for any of these.
```

## Capabilities

### Check order statuses
Pull details for specific orders across all your connected marketplaces.

### Update product stock
Change inventory levels for products in a project to keep all channels in sync.

### Track shipments
Retrieve shipment lists and tracking numbers for your marketplace orders.

### View customer returns
Access and manage return records for specific projects directly in your chat.

### Get project summaries
See a high-level overview of your project status and connected sales channels.

### See connected channels
List every marketplace channel currently linked to your project.

## Use Cases

### Syncing stock during a flash sale
An ops lead realizes stock is low on a hot item and asks the agent to use update_product_stock for SKU 'SHIRT-01' to 50 units.

### Checking a late delivery status
A customer asks about a late delivery. Support uses get_order_details to find the tracking number and list_order_shipments to check the status.

### Reviewing new project setup
A manager wants to see how a new project is doing and asks the agent to use get_project_summary and list_connected_channels to review the setup.

### Handling a bol.com return
A return is requested on bol.com. The team uses list_customer_returns to see the return status and manage the request.

## Benefits

- Stop jumping between tabs by using list_marketplace_orders to see every order from every channel in one view.
- Prevent overselling by using update_product_stock to keep your inventory levels accurate across all channels.
- Speed up support by using get_order_details and list_customer_returns to find info instantly.
- Get a clear picture of your business using get_project_summary to see project health at a glance.
- Monitor your reach with list_connected_channels to see every marketplace you are currently selling on.
- Save time on logistics by using list_order_shipments to pull tracking numbers for your customers.

## How It Works

The bottom line is you get a conversational interface for your entire Channable e-commerce operation.

1. Subscribe to this Connector on Vinkius.
2. Enter your Channable API Token and Company ID in your client settings.
3. Ask your agent to pull orders, check stock, or list shipments.

## Frequently Asked Questions

**Does the Channable MCP work with Amazon and eBay?**
Yes, it connects to all marketplaces linked to your Channable account. This includes Amazon, eBay, bol.com, and others.

**Can I use this to update my inventory?**
Yes, you can use your agent to update stock levels across all your connected channels instantly to prevent overselling.

**How does this help with customer returns?**
It lets your agent see and manage return records for specific projects so you can provide faster support and stay organized.

**Can I see my shipment tracking numbers?**
Yes, your agent can pull shipment lists and tracking numbers for your marketplace orders directly from Channable.

**Is this for single-channel sellers?**
It is best for multichannel sellers who use Channable to sync inventory and orders across multiple sales platforms.

**Can I get a summary of my projects?**
Yes, you can ask your agent to pull a summary of any project to see its current status, sales data, and active channels.

**Can I update stock for multiple products at once?**
Yes! Use the `update_product_stock` tool. You can provide an array of SKU IDs and their new stock levels, and the agent will sync them across Channable.

**How do I see orders from a specific marketplace like Amazon?**
Use the `list_marketplace_orders` tool with your project ID. The agent will return all recent orders, and you can see the originating channel (e.g., Amazon, eBay) for each.

**Where do I find my Channable API Token?**
Log in to Channable, go to 'Company Settings' in the sidebar, and then select 'Channable API'. You can generate and copy your token from there.