# Metrc MCP for AI Agents AI Agent Connect

> Metrc MCP for AI agents. Connect your Metrc account to handle cannabis track-and-trace compliance through natural conversation. Track facilities, inventory, plants, and harvests in real-time.

## Overview
- **Category:** supply-chain
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rIgfrbnFBkv9SWAiD9vFM1C9vGXh2VK9afPvDbhI/ai-agent-connect
- **Tags:** track-and-trace, inventory-management, regulatory-compliance, supply-chain-visibility, reporting

## Description

This Connector lets you talk to your inventory and compliance data instead of digging through a messy web dashboard. You can ask your agent to check what is happening at a specific cultivation site or pull up the status of a harvest batch without opening a new tab. If you need to know what is in your warehouse or see your latest sales receipts, you just ask. It handles the heavy lifting of navigating the Metrc system, giving you a clear picture of your supply chain. Since it is hosted on the Vinkius catalog, you can get it running quickly and start using it in Claude or Cursor to keep your business compliant. You will spend less time on data entry and more time actually running your operation. Instead of manual status checks, you get instant answers. You can monitor your entire operation from one chat window, making it easier to stay on top of your state-specific requirements without the usual friction of navigating complex government portals. You no longer have to worry about missing a specific license configuration or losing track of a package in transit. Everything you need to know about your facilities, plants, and products is accessible through a simple conversation. It turns a complex regulatory requirement into a simple daily workflow.

## Tools

### list_active_harvests
See all current harvest activities for a specific facility. This helps you track production progress without manual updates.

### list_active_items
Pull a list of all active items for a facility. Use this to see exactly what is currently in your inventory.

### list_active_packages
Show all active packages currently in your facility. This is useful for tracking the movement of specific product batches.

### list_tracked_plants
View all plants currently being tracked in a facility. It lets you monitor your cultivation progress in real-time.

### list_active_sales
Retrieve a list of all active sales receipts. Use this to pull your latest sales data for reporting or auditing.

### list_active_strains
List all active strains associated with a facility. This helps you see which products are currently in production.

### list_incoming_transfers
Check for any inventory transfers currently on their way. Use this to prepare for new stock arriving at your location.

### get_package_details
Get specific metadata for a single package. This helps you verify the contents and status of individual units quickly.

### get_unit_of_measures
List all available units of measure like grams or ounces. Use this to ensure your inventory units are consistent across the board.

### list_facilities
View all licensed facilities associated with your account. It gives you a quick overview of your entire licensed footprint.

## Prompt Examples

**Prompt:** 
```
What's the status of our current harvests?
```

**Response:** 
```
### Current Harvest Status

| Facility | Active Harvests | Status |
| :--- | :--- | :--- |
| Green Valley Cultivation | 4 | In Progress |
| Downtown Distribution | 1 | Finalizing |

**Note:** 3 batches are currently in the curing phase.
```

**Prompt:** 
```
Do we have any incoming transfers today?
```

**Response:** 
```
### Incoming Transfers

* **Source:** Northern Growers
* **Estimated Arrival:** 2:00 PM
* **Items:** 500 units of 'Blue Dream' flower
* **Status:** In Transit

Would you like me to check any other facilities?
```

**Prompt:** 
```
Show me the details for package ABC12345.
```

**Response:** 
```
### Package Details: ABC12345

* **Status:** Active
* **Weight:** 500g
* **Contents:** Bulk Flower
* **Location:** Primary Cultivation Site
* **Last Updated:** 2026-07-10
```

## Capabilities

### Check facility details
Fetch metadata for licensed sites to see your operational footprint.

### Track active inventory
See items, strains, and packages in your warehouse instantly.

### Monitor plant life cycles
Track tracked plants and harvest batches as they move through production.

### Audit sales receipts
List active sales and verify unit configurations for compliance.

### Inspect specific packages
Get deep metadata for individual packages to verify status or contents.

## Use Cases

### Verifying package contents
A compliance officer needs to check if a specific package is active. They ask their agent to use `get_package_details` to pull the exact metadata.

### Checking incoming stock
A warehouse manager wants to know what is arriving from a supplier. They ask their agent to use `list_incoming_transfers` to see the schedule.

### Monitoring active strains
A cultivation lead needs to see which strains are currently in production. They ask their agent to use `list_active_strains` for a quick summary.

### Auditing harvest batches
An owner wants to see all active harvests across the state. They ask their agent to use `list_active_harvests` to get a real-time count.

## Benefits

- Stop clicking through deep menus to find facility metadata using `list_facilities`.
- Get instant visibility into your supply chain by checking `list_incoming_transfers`.
- Verify your units of measure quickly with `get_unit_of_measures` to avoid compliance errors.
- Monitor your crop progress without manual updates by using `list_tracked_plants`.
- Audit your sales records in seconds with `list_active_sales` instead of exporting CSVs.

## How It Works

The bottom line is you get a conversational interface for your compliance data without the headache of manual navigation.

1. Subscribe to the Metrc MCP on Vinkius.
2. Enter your state-specific Base URL, Integrator Key, and User Key.
3. Ask your agent to list facilities or check inventory status.

## Frequently Asked Questions

**Can the Metrc MCP help with cannabis compliance?**
Yes, it pulls sales receipts and license data directly from your account. This makes it much easier to stay on top of your state-specific requirements and prepare for audits.

**How does the Metrc MCP handle inventory?**
It allows you to see active items, packages, and strains across your facilities. You can ask your agent to check stock levels or look up specific package metadata instantly.

**Can I use the Metrc MCP with Claude?**
Yes, it works with Claude and any other MCP-compatible client. You can connect your Metrc account and start querying your data through the chat interface.

**Does the Metrc MCP track plant life cycles?**
Yes, it can list tracked plants for your facilities. This helps you monitor your cultivation progress and harvest batches in real-time without manual updates.

**How do I connect my Metrc account?**
You just need to provide your state-specific Base URL, Integrator Key, and User Key in the setup. Once connected, your agent can access your track-and-trace data.

**Can I see my sales receipts with the Metrc MCP?**
Yes, you can retrieve a list of active sales receipts through your agent. This is great for quick reporting or verifying recent transactions without logging into the portal.

**How do I find my Metrc API Keys?**
Your Integrator Key is provided by your software vendor. Your User Key is found in your Metrc User Profile under the 'API Keys' section.

**Which Base URL should I use?**
You must use the API URL corresponding to your state (e.g., https://api-ca.metrc.com for California).

**Is my regulatory data secure?**
Absolutely. Your token is encrypted at rest and injected securely at runtime.