# Canix ERP MCP

> Canix ERP connects your AI agent directly to your entire cannabis operation. It lets you pull detailed data on inventory packages, individual plants, and completed sales orders—all through natural conversation. Need to know what's in stock or how many units shipped? This MCP handles everything from cultivation tracking to final sale reconciliation.

## Overview
- **Category:** erp-operations
- **Price:** Free
- **Tags:** seed-to-sale, compliance, cultivation, inventory-tracking, cannabis-erp, supply-chain

## Description

Connecting your Canix account gives your AI agent a single source of truth for all cannabis operations. Instead of jumping between multiple dashboards, you talk to the system and get answers instantly. You can ask your agent to list every active inventory package or check the status of an immature plant batch. It handles everything from basic reporting to deep data dives on specific product IDs.

When you connect this MCP via Vinkius, you're giving your workflow access to core account details, non-cannabis supplies, and full sales order histories. This means whether you're a cultivation manager checking plant health or a sales rep verifying package weights, the data is always there. It’s about doing work—getting specific facts on hand so you can move fast.

## Tools

### get_account_info
Pulls basic operational data about your main Canix account.

### get_non_cannabis_product
Gets specific details on non-cannabis items, like nutrient containers or packaging rolls.

### get_package_details
Retrieves full data for a single cannabis product package by its ID.

### get_plant_details
Provides detailed information on one specific plant within the facility.

### get_sales_order
Pulls all transaction details for a single sales order ID.

### list_plant_batches
Lists groups or batches of immature plants waiting for their next stage.

### list_non_cannabis_inventory
Provides an overview list of all non-cannabis supplies you have on hand, like nutrients and packaging.

### list_inventory_packages
Shows a list of every active cannabis package currently tracked in inventory.

### list_plants
Retrieves a list of individual, actively growing plants in the cultivation phase.

### list_sales_orders
Lists every sales order that has been submitted to your system.

## Prompt Examples

**Prompt:** 
```
List all active inventory packages in Canix.
```

**Response:** 
```
I've retrieved your packages. You have several active items, including 'Blue Dream Flower' (ID: pkg_1, 5lb) and 'OG Kush Pre-rolls' (ID: pkg_2).
```

**Prompt:** 
```
Show the details for sales order with ID 99283.
```

**Response:** 
```
Sales order 99283 is for 'Green Relief' dispensary. It contains 10 units of 'Indica Cartridges' and is currently in 'Shipped' status.
```

**Prompt:** 
```
How many plants are currently in the Flowering phase?
```

**Response:** 
```
Retrieving cultivation data... You currently have 150 plants in the 'Flowering' phase across 3 facilities.
```

## Capabilities

### Check core account details
Retrieves basic financial and operational information for your Canix account.

### Inventory package lookups
Gets detailed records on specific cannabis product packages, like a 5lb bag of flowers.

### Track individual plants and batches
Monitors the health and status of both single growing plants and full batches of immature material.

### List all inventory types
Retrieves comprehensive lists of active cannabis packages or non-cannabis supplies like packaging materials.

### Review sales history
Accesses detailed records for any specific sale, including contents and payment status.

## Use Cases

### The end-of-day inventory reconciliation
A warehouse worker needs to confirm if the shipment matches the order. They ask their agent to show details for sales order 99283 using `get_sales_order` and then use `list_inventory_packages` to verify that matching units are still available in stock.

### The compliance audit query
An auditor asks about the total number of plants ready for harvest. The agent runs a command using `list_plants` and then uses `get_plant_details` to aggregate the necessary metrics, providing an immediate report.

### The supply shortage check
A fulfillment specialist needs to know if they have enough packaging material for a large sale. They ask their agent to run `list_non_cannabis_inventory` first, then use `get_non_cannabis_product` on the specific item ID to confirm stock.

### The growth pipeline check
The cultivation lead needs to know what's ready for sale next week. They ask their agent to run both `list_plant_batches` and `get_plant_details` on the promising batches, skipping manual dashboard checks entirely.

## Benefits

- Know inventory status instantly. You can list all active packages using `list_inventory_packages` and get deep details on any single item with `get_package_details`. No manual spreadsheet cross-referencing needed.
- Track growth stage without walking the facility floor. Check individual plant statuses or view entire batches of immature material using `list_plants` and `list_plant_batches` to manage your cycle flow.
- Speed up sales verification. Instead of searching multiple tabs, you can use `get_sales_order` to pull contents and payment history for any order ID in seconds.
- Maintain compliance across all goods. You can verify everything from cannabis products (`list_inventory_packages`) to non-cannabis supplies like nutrients using `list_non_cannabis_inventory`.
- Get a full operational picture. Use `get_account_info` and `get_sales_order` together to tie financial data straight back to physical product movement.

## How It Works

The bottom line is, you talk to your AI client like talking to a coworker who already has access to all your operational databases.

1. Subscribe to this MCP and enter your Canix API key credentials.
2. Your AI client passes a request (e.g., 'What are my current sales orders?') to the connected service.
3. The system pulls the real-time data from Canix and hands it back to your agent for review.

## Frequently Asked Questions

**How do I check plant status using get_plant_details?**
You pass the specific Plant ID to the agent, and it pulls all details for that single plant. You can use this to see if a plant is in 'Flowering' or 'Immature' phase.

**Can I list sales orders using list_sales_orders?**
Yes. Running `list_sales_orders` gives you an overview of every order submitted recently. You can then use the specific ID to run `get_sales_order` for deep dive details.

**What does list_non_cannabis_inventory do?**
`list_non_cannabis_inventory` shows you everything non-plant related, like nutrient brands or boxes of stickers. This keeps your supplies tracked alongside your actual product inventory.

**How can I check my account info using get_account_info?**
You ask the agent to retrieve core account information via `get_account_info`. It pulls basic metrics so you know where you stand operationally without needing a separate accounting tool.

**If I only have a package ID, how do I use get_package_details to retrieve all its information?**
You provide the specific package ID. The function returns comprehensive details for that item, including metadata and current status.

**What is the best way to see a full list of my active cannabis inventory using list_inventory_packages?**
Run this tool to get a complete rundown of every cannabis package currently listed in your system. It quickly compiles all available inventory records.

**Does list_plant_batches help me monitor immature plant groups, or is that for individual plants?**
It's designed for batches of immature plants. This tool lists entire groups and provides details about the collective status of those developing crops.

**If I only have a sales order ID, how can I use get_sales_order to check its history?**
Just input the specific order ID. The tool retrieves all associated transaction data for that sale, including contents and payment records.

**Can I check the weight of a specific package using the agent?**
Yes! Use the `get_package_details` tool with the Package ID. Your agent will fetch the detailed metadata, which includes the weight and unit of measure directly from Canix.

**How do I list all the plants in a specific growth phase?**
Simply ask the agent to `list_plants`. You can then filter the results by growth phase or status metadata using the agent's natural language capabilities.

**Does the integration allow creating a new sales order?**
The current toolset is focused on querying and monitoring (Read-Only) for operational oversight. Creating or updating sales orders should be managed through the Canix web interface or dedicated sales terminal.