# MRPeasy MCP for AI Agents AI Agent Connect

> MRPeasy MCP lets you manage manufacturing and inventory through your AI agent. Track customer orders, manufacturing orders, and stock levels without switching tabs. It gives your agent a direct line into your production floor and warehouse data.

## Overview
- **Category:** erp-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_OgJ7gRiLxwSCQJ1qHX7WWZ9dsnOtemlCshUYfhg3/ai-agent-connect
- **Tags:** manufacturing-erp, production-tracking, inventory-control, sales-orders, shop-floor-management, supply-chain

## Description

MRPeasy is the bridge between your factory floor and your AI agent. Instead of digging through complex ERP menus to find out where a batch is or if you have enough raw materials, you can just ask your agent. It pulls real-time data from your MRPeasy account so you can stay focused on moving product rather than hunting for numbers. You can check order statuses, see what's happening at specific work stations, and keep tabs on your suppliers all in one conversation. This is a core part of the Vinkius catalog, making it easy to plug your manufacturing data into any tool you already use. It takes the friction out of production oversight by putting your inventory and procurement history right at your fingertips.

## Tools

### list_customer_orders
List all customer and sales orders. Use this to see what's currently in the pipeline for fulfillment.

### list_purchase_orders
List all purchase orders sent to your vendors. This helps you track what's coming in from suppliers.

### list_stock_items
List all inventory stock items. This gives you a full overview of everything in your warehouse.

### list_work_stations
List all manufacturing work stations. This helps you see the layout and status of your production floor.

### get_manufacturing_order
Get specific details for a single manufacturing order. Use this to see exactly where one batch stands.

### get_stock_item
Get specific details for a stock item. This is useful for checking specs or history for a single part.

### list_invoices
List sales invoices related to your operations. This helps you quickly find billing records.

### list_manufacturing_orders
List all manufacturing orders. Use this to get a high-level view of all current production tasks.

### list_vendors
List all registered suppliers and vendors. Use this to quickly find contact info for raw materials.

### get_customer_order
Get specific details for a customer order. Use this to check the status of a single sale.

## Prompt Examples

**Prompt:** 
```
What is the status of the manufacturing order for the aluminum frames?
```

**Response:** 
```
I've checked the status for the aluminum frames. 

**Order Details:**
* **Order ID:** MO-8821
* **Status:** In Production
* **Current Stage:** Welding
* **Estimated Completion:** Friday, Oct 12

Would you like me to check the progress of any other orders?
```

**Prompt:** 
```
Do we have enough steel bolts in stock for the current run?
```

**Response:** 
```
Checking inventory for steel bolts...

| Item | Current Stock | Status |
| :--- | :--- | :--- |
| Steel Bolt (M8) | 2,450 units | In Stock |
| Steel Bolt (M10) | 142 units | **Low Stock Alert** |

Would you like me to pull the supplier info for the M10 bolts?
```

**Prompt:** 
```
List all our registered vendors for raw materials.
```

**Response:** 
```
I've retrieved your vendor list. You have 14 registered suppliers:

* **Global Metals Co.**
* **Swift Fasteners**
* **Reliable Plastics**
* **Titanium Supplies**
* *(10 more vendors...)*

Would you like the contact details for a specific supplier?
```

## Capabilities

### Track customer orders
See every sales order and its current status in real time.

### Monitor manufacturing orders
Get updates on progress for specific items on the shop floor.

### Check stock levels
See current inventory counts and historical data for any item.

### View purchase orders
List all outgoing orders to your vendors for easier tracking.

### Review sales invoices
Pull lists of invoices related to your manufacturing operations.

### Inspect work stations
See all defined stations in your production environment.

### Look up vendors
Get a complete list of your registered raw material and product suppliers.

## Use Cases

### Checking raw material availability
A coordinator asks if there is enough steel for the next batch. The agent uses list_stock_items to check levels and list_vendors to find the supplier.

### Tracking a specific customer sale
A sales rep asks about a local hardware store order. The agent uses list_customer_orders then get_customer_order to find the exact status.

### Summarizing shop floor activity
A manager asks what is happening today. The agent uses list_manufacturing_orders and list_work_stations to build a summary of active tasks.

### Verifying recent vendor shipments
An operations lead asks who received the last purchase order. The agent uses list_purchase_orders to find the most recent vendor activity.

## Benefits

- Get instant updates on manufacturing orders using list_manufacturing_orders without opening your ERP.
- Check stock levels for raw materials with list_stock_items to prevent production delays.
- Track customer fulfillment by pulling all sales data with list_customer_orders.
- Manage your supply chain by viewing all active purchase orders via list_purchase_orders.
- Speed up production standups by getting a full list of work stations with list_work_stations.
- Verify vendor relationships quickly by pulling your full supplier list with list_vendors.

## How It Works

The bottom line is that you get a conversational interface for your entire manufacturing ERP.

1. Subscribe to the MRPeasy MCP on Vinkius.
2. Enter your MRPeasy API Key and API Secret (requires an Unlimited plan).
3. Use your AI client to ask questions about your factory data.

## Frequently Asked Questions

**How does the MRPeasy MCP help with my production schedule?**
It lets you ask your AI agent for real-time updates on your manufacturing orders. Instead of opening your ERP, you can quickly see which orders are in production, scheduled, or completed to keep your team on track.

**Can I use MRPeasy MCP to check my inventory levels?**
Yes, you can ask your agent to check stock levels for any item. It pulls live data from your MRPeasy account so you can verify raw materials or finished goods instantly.

**Does the MRPeasy MCP support vendor management?**
Yes, it allows you to pull a full list of your registered suppliers and vendors. You can use your agent to quickly find who provides your raw materials without searching through records.

**Is MRPeasy MCP good for tracking sales orders?**
It is great for oversight. You can ask your agent to list all customer orders or get specific details on a single sale to see where it stands in the fulfillment process.

**What manufacturing data can I access with MRPeasy MCP?**
You can access manufacturing orders, work station statuses, stock items, purchase orders, and sales invoices. It gives your agent a broad view of your entire factory operation.

**Do I need a special plan to use the MRPeasy MCP?**
To use this Connector with your AI agent, you will need an MRPeasy Unlimited plan and your own API keys to connect the two systems.

**Is API access available on all MRPeasy plans?**
No. According to MRPeasy documentation, the API is exclusively available to clients on the 'Unlimited' pricing plan.

**Can I see the Bill of Materials (BOM) for a production order?**
Yes! Use the `get_manufacturing_order` tool with a specific MO ID to see the detailed metadata including the bill of materials required for that order.

**How do I find a specific item's stock history?**
Use the `get_stock_item` tool with the item ID to retrieve its complete metadata and stock levels.