How to Use the Canix ERP MCP in Claude Code
Automate your Canix ERP operations from the terminal. Use Claude Code with this MCP Server to script inventory checks and sales reports.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Canix ERP MCP to Claude Code
Create your Vinkius account to connect Canix ERP to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Monitor Inventory from the Command Line
Check your Canix stock without ever opening a browser. Run `claude mcp call canix-erp list_inventory_packages` and pipe the JSON output to `jq` for quick filtering. It's the fastest way to get a count of a specific package. This is perfect for automation. Set up a cron job that calls `list_non_cannabis_inventory` to check your supply levels every night. If a count is low, you can have the script trigger an alert or send an email.
Integrate Canix Data into CI/CD Pipelines
Use this MCP Server in your GitHub Actions or other CI/CD pipelines. For example, a post-deployment script could call `get_account_info` to verify the connection to Canix is live before running data-dependent jobs. You could also build a pipeline that runs daily, calls `list_sales_orders`, and generates a CSV report that gets uploaded to storage. Since Claude Code is just a binary, you can run it anywhere your pipeline executes.
Run Audits with Simple Shell Scripts
The `list_plants` and `list_plant_batches` tools let you pull your entire cultivation history into your terminal. A simple shell script can loop through plant IDs and call `get_plant_details` for each one to create a complete audit log. You don't need to mess with API clients or SDKs. Just use Claude Code to call the tools directly and process the raw JSON. It’s a straightforward way to pull operational data for backend services or data analysis.
Set up Canix ERP MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecanix-erp-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Canix ERP transactions." It will automatically discover and invoke the available Canix ERP tools.
claude mcp add --transport http canix-erp-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Canix ERP MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Canix ERP MCP today
We host it, we monitor it, we maintain it. You just paste one token.