How to Use the eCellar MCP in Cursor
Write eCellar reporting scripts and custom tools with live winery data inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect eCellar MCP to Cursor
Create your Vinkius account to connect eCellar 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.
Scaffold reports with actual eCellar data.
Stop writing code with fake data. Tell Cursor's agent, "Write a Python script to find my top 10 customers by lifetime value." It will call `search_customers` and `list_orders` to get real data structures and write a script that actually works. You're not just getting a code block, you're getting a working starting point. The agent can use `get_product` to flesh out order details with full wine names, not just SKUs. This cuts down on the back-and-forth of testing and debugging.
Build real-time inventory and sales alerts in Cursor.
Need to know when a popular vintage is running low? Ask the agent to draft a function that checks stock. It will use the `list_inventory` tool to get current levels and help you structure an alert for when a wine drops below a certain threshold. You can combine tools to create more useful scripts. For example, have the agent write code that pulls today's sales using `list_orders` and then cross-references remaining stock with `list_inventory`. It’s a direct way to build custom operational dashboards.
Automate your eCellar wine club management.
You can build your own tools for managing your DTC business. Ask Cursor's agent to "write a script that finds all members in `list_club_members` whose credit cards are expiring next month." It will generate the code foundation for you. This isn't just about listing data. You can instruct the agent to use the `list_clubs` and `search_customers` tools to create complex logic, like identifying top-spending members who aren't in your most exclusive club tier. It’s a powerful way to find upgrade opportunities.
Set up eCellar 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 eCellar 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 eCellar transactions." If the MCP tools are loaded correctly, Cursor will call the eCellar tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ecellar-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 eCellar. 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 eCellar MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the eCellar MCP today
We host it, we monitor it, we maintain it. You just paste one token.