How to Use the Canix ERP MCP in Cursor
Inject live Canix ERP data directly into your code with Cursor. Build on real inventory and sales data, not mocks.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Canix ERP MCP to Cursor
Create your Vinkius account to connect Canix ERP to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate Code with Live Data
Stop writing boilerplate based on stale docs. Ask Cursor to get the details of a cannabis package with `get_package_details` and then generate a TypeScript interface from the live response. Your agent gets real data directly from your Canix instance. That means the code it writes for you—for front-end displays, for reporting scripts—is built on the actual data structures you're working with. No more surprises in production.
Script Against Your Inventory
Writing a script to audit your inventory? Use `list_inventory_packages` and `list_non_cannabis_inventory` right inside Cursor. Your agent can fetch the lists and help you write the Python or JS to process them. This is way faster than exporting a CSV and parsing it. You're working with live data from the source, which means your scripts are more accurate from the first run. The MCP connection handles the API calls for you.
Query Sales and Cultivation
Need to build a quick internal dashboard or a reporting function? You don't have to leave your editor. Tell your agent to `list_sales_orders` or `list_plants` to get the context it needs. From there, you can have it generate chart configurations, filter data, or even draft an API endpoint that exposes this information. This MCP Server turns your Canix ERP into a data source that Cursor can use to write code.
Set up Canix ERP MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Canix ERP MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Canix ERP transactions." If the MCP tools are loaded correctly, Cursor will call the Canix ERP tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"canix-erp-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Canix. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.