How to Use the Dutchie Plus MCP in Cursor
Build custom cannabis retail dashboards in Cursor using live Dutchie Plus menu data and real-time order tracking tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dutchie Plus MCP to Cursor
Create your Vinkius account to connect Dutchie Plus 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 Using Real Dutchie Plus Menus
The `list_online_menus` tool injects live dispensary menu data directly into your Cursor chat so you can build UI components with real payloads. It's much easier to build components when you aren't guessing the data shape, as your editor pulls active product lists and prices to populate your frontend code. Cursor uses this live context to write precise TypeScript interfaces for your ecommerce pages. You avoid runtime errors because the agent writes code against actual Dutchie Plus API responses.
Build Custom Order Workflows with this MCP Server
The `list_pending_fulfillment_orders` tool exposes active dispensary pickup queues directly to your Cursor coding agent. You can write and test order automation scripts by pulling live order details with `get_order_details` as you write the logic. Having this MCP Server active in your editor means you can build custom notification systems for your dispensary staff. Cursor writes the integration code and tests it using live payload structures from your active stores.
Audit Enterprise Order Volumes Inside Cursor
The `quick_enterprise_volume_audit` tool pulls high-level transactional summaries across multiple dispensary locations directly into your terminal workspace. Your coding agent analyzes this raw data alongside `list_enterprise_orders` to build custom reporting scripts. Cursor writes optimized data-processing pipelines based on the actual volume metrics of your dispensaries. You can test your aggregation algorithms against real multi-location order flows in real time.
Set up Dutchie Plus 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 Dutchie Plus 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 Dutchie Plus transactions." If the MCP tools are loaded correctly, Cursor will call the Dutchie Plus tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dutchie-plus-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 Dutchie Plus. 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 Dutchie Plus MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dutchie Plus MCP today
We host it, we monitor it, we maintain it. You just paste one token.