# Veeqo MCP

> Veeqo connects your AI agent directly to your multi-channel e-commerce backend, giving you real-time control over inventory, orders, and shipments from Amazon, Shopify, and more. Manage everything—from checking stock levels across warehouses to creating manual orders for specific customers—all through natural conversation.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Tags:** order-fulfillment, multi-channel-retail, stock-tracking, warehouse-management, shipping-automation, inventory-control

## Description

Running an online store means juggling dozens of dashboards: one for Amazon, another for Etsy, a third for your local warehouse system. This MCP lets you manage all that complexity from a single chat interface. You can tell your agent to check if the 'Blue T-Shirt' is in stock and then ask it to compile a list of all pending shipments needing tracking numbers. The platform handles fetching sales orders, pulling specific customer data, and even building new fulfillment records when needed. All you do is talk to your agent. It pulls that order information, cross-references the product catalog for accurate SKUs, and gives you an immediate status update on shipping history. Through Vinkius, you get a single point of control over your entire retail operation without ever leaving your workspace.

## Tools

### create_manual_order
Allows you to build and submit a new fulfillment order for any customer.

### get_order_details
Pulls all the specific items, costs, and details associated with a single sales order number.

### get_product_details
Retrieves comprehensive metadata and status information for any product SKU in your system.

### list_customers
Generates a list of all customers stored in your Veeqo account.

### list_orders
Provides an overview and listing of multiple sales orders that have been placed.

### list_inventory_products
Lists all products currently recorded in your inventory catalog.

### list_shipments
Shows a history of outgoing packages and their current tracking statuses.

## Prompt Examples

**Prompt:** 
```
List all active orders in my Veeqo account.
```

**Response:** 
```
I've retrieved your orders. You have 5 active sales orders including #10293, #10294, and #10295. Their statuses range from 'Awaiting Shipment' to 'Picking'. Which one should we inspect?
```

**Prompt:** 
```
Check the current stock for 'Blue T-Shirt' in the inventory.
```

**Response:** 
```
Fetching product details... The 'Blue T-Shirt' (SKU: TS-BLUE-01) has 42 units remaining in your main warehouse and 15 units in the secondary location. Shall I set a low-stock alert?
```

**Prompt:** 
```
Show me the last 3 shipments and their tracking numbers.
```

**Response:** 
```
I've retrieved the latest shipments: #SH-8823 (Track: 1Z99...), #SH-8824 (Track: 1Z88...), and #SH-8825 (Track: 1Z77...). All have been dispatched successfully via UPS.
```

## Capabilities

### Check Stock Levels
Query the current available stock count and detailed metadata for any product in your catalog.

### List Orders
Retrieve a comprehensive list of all sales orders that have come through your system.

### Get Order Details & Create Manual Fulfillment
Inspect any specific order for line-item details, or manually create new fulfillment records when needed.

### Monitor Shipments and Customers
Track the status of outgoing shipments or list customer contact information associated with past orders.

## Use Cases

### A Customer Calls Asking About Shipping Status
Instead of asking a coworker, you simply ask your agent: 'Show me the last 3 shipments and their tracking numbers.' The MCP uses `list_shipments` to pull the exact data, so you can give the customer an immediate, accurate answer.

### Running End-of-Day Inventory Reconciliation
You prompt your agent: 'List all products and check their current stock.' The MCP uses `list_inventory_products` and related tools to give you a full inventory snapshot, letting you spot discrepancies before the next day's sales start.

### Correcting a Mistake in an Order
A customer needs a product added that wasn't part of their original order. You tell your agent to use `get_product_details` to verify the correct SKU, and then instruct it to `create_manual_order` for the missing item.

### Investigating a Large Order Discrepancy
The sales team reports an order that is showing weird items. You ask your agent to use `get_order_details` on the specific order ID, which breaks down every line item and associated customer data using `list_customers`.

## Benefits

- Stop jumping between systems. You can check stock levels and list orders using your agent, keeping all e-commerce data in one conversation.
- Fulfill orders faster by letting the agent retrieve line-item details for any given order number, saving you from digging through multiple tabs.
- Keep clean records by listing customer information directly. You get access to core CRM data without having to download and manage CSV files.
- Stay ahead of logistics issues. Use the MCP to list shipments and pull current tracking numbers so you can give accurate updates to customers instantly.
- Maintain product accuracy with `get_product_details`. This tool fetches detailed metadata, letting you verify SKUs or variant status before placing a large order.
- Need an urgent fulfillment? You can use the agent to create manual orders for specific customers when automated processes fail.

## How It Works

The bottom line is that you talk to your agent like talking to a coworker, and it talks directly to your e-commerce backend for answers.

1. First, subscribe to this MCP on Vinkius and enter your specific Veeqo API key found in your user profile settings.
2. Next, trigger the workflow using natural language prompts within any compatible AI client.
3. The agent executes the necessary actions against your account and returns structured data—like stock counts or order lists—directly to you.

## Frequently Asked Questions

**How does the Veeqo MCP handle multiple channels?**
The MCP aggregates data from all connected sales channels, allowing you to monitor inventory and list orders regardless of where they originated. It makes your multi-channel view singular.

**Can I use the Veeqo MCP to check real-time stock?**
Yes. The MCP uses the product details tools to query current stock levels across all recorded locations in your catalog, giving you immediate inventory visibility.

**Is creating a manual order with the Veeqo MCP complicated?**
No. You simply prompt the agent to create the order for specific customers or items, and it handles the necessary data structuring behind the scenes.

**What if I need to check an old shipment status using the Veeqo MCP?**
You can use the list_shipments tool to pull your fulfillment history. This lets you track packages and review past shipping records easily.