eCellar Connector for AI agents.
10 live capabilities
Manage your winery's wine club memberships and tasting room bookings
Waiting for input…
Why people use eCellar
ECellar for Winery DTC Management
This Connector changes that by letting your AI agent do the hunting for you. You can just ask a question and get the answer immediately without ever opening the eCellar dashboard. You get a clear picture of your operations in one single conversation.
What Vinkius changes
You get instant access to your winery's operational data through a natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Personalizing the guest experience
A guest walks in and you don't know their history.
- Real-world use case 02
Quickly answering shipment questions
A club member asks if their wine is shipped.
- Real-world use case 03
Verifying stock before sale
You're unsure if you can fulfill a large order.
Complete set · 10capabilities
The complete eCellar capability set.
These are the exact actions your AI can choose when you ask it to work with eCellar.
01—04
4 capabilities in this set.
Part of 10 available through eCellar.
- 01 Capability
Search customers
Find a customer's profile, lifetime spend, and wine club status. This helps with personalized service.
- 02 Capability
List products
Browse your full wine catalog including pricing and notes. This powers your ecommerce and POS.
- 03 Capability
Get product
Look up specific details for a single wine product. Get tasting notes and stock levels quickly.
- 04 Capability
List clubs
See all your wine club tiers and membership plans. This is essential for DTC revenue planning.
05—07
3 capabilities in this set.
Part of 10 available through eCellar.
- 05 Capability
List club members
Get a list of all current wine club members. This helps with retention and engagement tracking.
- 06 Capability
List reservations
View the daily schedule for tasting room bookings. Filter by date for daily planning.
- 07 Capability
List inventory
See wine stock levels across all your different locations. Use this to check real-time availability.
08—10
3 capabilities in this set.
Part of 10 available through eCellar.
- 08 Capability
Get customer
Pull a specific customer's profile for personalized service. This is great for identifying VIPs.
- 09 Capability
List orders
View all wine orders including line items and payment status. This helps track fulfillment.
- 10 Capability
Get order
Get the specific details for a single wine order. Use this to answer specific customer questions.
Set up in minutes
One URL. Then ask eCellar to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use eCellar from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MhYIIEYieTIHLGv0D4aLf9AaEMhgTTnQktl2udgJ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it eCellar, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable eCellar for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MhYIIEYieTIHLGv0D4aLf9AaEMhgTTnQktl2udgJ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the eCellar URL.
- Step 03
Save and start
Save the connection and enable eCellar in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ecellar": {
"url": "https://edge.vinkius.com/vk_preview_MhYIIEYieTIHLGv0D4aLf9AaEMhgTTnQktl2udgJ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using eCellar
Open Agent mode in chat and ask: "Using eCellar, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ecellar": {
"url": "https://edge.vinkius.com/vk_preview_MhYIIEYieTIHLGv0D4aLf9AaEMhgTTnQktl2udgJ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using eCellar
Ask Copilot: "Using eCellar, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ecellar": {
"url": "https://edge.vinkius.com/vk_preview_MhYIIEYieTIHLGv0D4aLf9AaEMhgTTnQktl2udgJ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using eCellar
Open Cascade and ask: "Using eCellar, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ecellar": {
"url": "https://edge.vinkius.com/vk_preview_MhYIIEYieTIHLGv0D4aLf9AaEMhgTTnQktl2udgJ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using eCellar
Ask Cline: "Using eCellar, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ecellar --transport http "https://edge.vinkius.com/vk_preview_MhYIIEYieTIHLGv0D4aLf9AaEMhgTTnQktl2udgJ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using eCellar
Ask Claude: "Using eCellar, show me...". 10 tools are ready
Where the request belongs
Work eCellar can move forward.
Winery owners and tasting room managers who are tired of clicking through multiple software dashboards to find customer info or stock levels.
Winery Owner
Analyzes club health and VIP spend to plan annual revenue and marketing goals.
Tasting Room Manager
Prepares for the day by checking reservations and guest history before they arrive.
Wine Club Director
Tracks member retention and manages vintage allocations to ensure happy subscribers.
Operations Coordinator
Monitors stock across multiple locations to ensure every order is fulfilled on time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCommerce7
Manage wine customers, orders, wine clubs, products, reservations, and inventory for your Commerce7 winery through natural conversation.
CellarPass
Manage winery tasting room reservations, experiences, availability, venues, and guest history for your CellarPass account through natural conversation.
Vinsight
Manage wine, beer, and spirits production. inventory, sales orders, batches, vessels, and lab results for your Vinsight operation through natural conversation.
Winevybe
Automate sommelier intelligence via Winevybe. search global wine catalogs, check vineyard ratings, and manage virtual cellars directly from any AI agent.
InnoVint
Manage wine production, lots, vessels, lab analyses, and cellar actions for your InnoVint winery through natural conversation.
Untappd
Track beers, breweries, and venues. Access check-in feeds, beer metadata, and manage your social drinking profile directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep eCellar connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about eCellar.
The practical details behind the request, access and result.
How can eCellar MCP help my winery?
It connects your eCellar data to your AI agent so you can ask questions about customers, orders, and stock without switching tabs.
Can I check wine club memberships with eCellar MCP?
Yes, you can ask your agent to list club members or check specific membership tiers to manage your DTC revenue more easily.
How do I see my inventory across different locations using eCellar MCP?
The Connector lets your agent pull real-time stock levels from all your warehouses and tasting rooms in one go.
Can eCellar MCP help manage my tasting room bookings?
Yes, you can ask for the daily reservation schedule to see who is coming in and how many guests to expect.
Is eCellar MCP good for tracking VIP customer history?
It's perfect for that. You can quickly pull up a customer's lifetime spend and visit history to provide a better experience.
Can I see specific order details with eCellar MCP?
You can ask your agent to pull up any wine order to see the line items, payment status, and fulfillment details.
How is eCellar different from Commerce7?
eCellar is an all-in-one DTC platform popular with ultra-premium Napa Valley and Sonoma wineries. It includes CRM, ecommerce, POS, wine clubs, and reservations in a unified system with full REST API.
Does this integration require additional licensing from eCellar?
No, the Exchange REST API is generally available to all eCellar customers. You simply need to request your unique API Key and Secret from the eCellar support team as mentioned in the instructions.
Can I manage reservations with this capability?
Yes! The integration provides full access to your reservation and booking systems, allowing you to quickly query upcoming visits, manage guest lists, and track tasting room capacity.
One connection away
Give your agent a direct line to eCellar.
Connect eCellar once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available