Winevybe Connector for AI agents.
10 live capabilities
Manage your wine cellar and get expert sommelier pairings instantly.
Waiting for input…
Why people use Winevybe
Winevybe Sommelier Intelligence for Hospitality
With Winevybe, you just ask your agent for the best pairings for a new menu. It pulls the data instantly and gives you a curated list in seconds.
What Vinkius changes
You get a dedicated sommelier and inventory manager inside your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Creating a restaurant wine list
A manager needs to find the best red wine for a steak menu.
- Real-world use case 02
Updating a private collection
A collector buys a new bottle and wants to log it.
- Real-world use case 03
Researching a specific vintage
A reviewer wants to know why a 2015 Bordeaux was so high-scoring.
Complete set · 10capabilities
The complete Winevybe capability set.
These are the exact actions your AI can choose when you ask it to work with Winevybe.
01—04
4 capabilities in this set.
Part of 10 available through Winevybe.
- 01 Capability
Add wine to cellar
Adds a purchased bottle into a user's virtual cellar tracker. This keeps your inventory updated automatically.
- 02 Capability
Get pairings
Provides food pairing recommendations for a specific wine. Use this to build menus or dinner plans.
- 03 Capability
Compare wines
Generates a side-by-side contrast of two different bottles. This helps you decide between two similar options.
- 04 Capability
Get region info
Retrieves details about wine-making appellations and regions. This provides geographical and production context.
05—07
3 capabilities in this set.
Part of 10 available through Winevybe.
- 05 Capability
Get reviews
Fetches community tasting reviews and ratings for a specific wine. Use this to see what other drinkers think.
- 06 Capability
Get user cellar
Shows the current inventory of an authenticated user's wine cellar. This helps you see what you have on hand.
- 07 Capability
Get vintage scores
Provides an overview of harvest qualities for a specific year and region. Use it to check if a year was good.
08—10
3 capabilities in this set.
Part of 10 available through Winevybe.
- 08 Capability
Get wine detail
Retrieves deep tasting notes and technical stats for a specific bottle. This gives you the full profile of a wine.
- 09 Capability
Get winery info
Pulls profiles and history for specific vineyards and producers. This provides context on the maker.
- 10 Capability
Search wines
Searches the Winevybe database for specific bottles or labels. Use this to find new additions to your list.
Set up in minutes
One URL. Then ask Winevybe to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Winevybe 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_hpnvdqgvESLeKVFhgLArKHusuYWUIWTNHKmKaCV4/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 Winevybe, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Winevybe for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_hpnvdqgvESLeKVFhgLArKHusuYWUIWTNHKmKaCV4/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 Winevybe URL.
- Step 03
Save and start
Save the connection and enable Winevybe in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"winevybe": {
"url": "https://edge.vinkius.com/vk_preview_hpnvdqgvESLeKVFhgLArKHusuYWUIWTNHKmKaCV4/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 Winevybe
Open Agent mode in chat and ask: "Using Winevybe, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"winevybe": {
"url": "https://edge.vinkius.com/vk_preview_hpnvdqgvESLeKVFhgLArKHusuYWUIWTNHKmKaCV4/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 Winevybe
Ask Copilot: "Using Winevybe, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"winevybe": {
"url": "https://edge.vinkius.com/vk_preview_hpnvdqgvESLeKVFhgLArKHusuYWUIWTNHKmKaCV4/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 Winevybe
Open Cascade and ask: "Using Winevybe, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"winevybe": {
"url": "https://edge.vinkius.com/vk_preview_hpnvdqgvESLeKVFhgLArKHusuYWUIWTNHKmKaCV4/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 Winevybe
Ask Cline: "Using Winevybe, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add winevybe --transport http "https://edge.vinkius.com/vk_preview_hpnvdqgvESLeKVFhgLArKHusuYWUIWTNHKmKaCV4/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 Winevybe
Ask Claude: "Using Winevybe, show me...". 10 tools are ready
Where the request belongs
Work Winevybe can move forward.
This is for hospitality pros who need to manage complex wine lists and private collectors who want to organize a large cellar without the headache of manual data entry.
Hospitality Manager
Creates wine pairing menus for events and retrieves bottle characteristics for guest inquiries.
Private Wine Collector
Tracks the maturity and quantity of a large personal cellar from a single chat interface.
Food Journalist
Gathers regional scores and vineyard history to write accurate reviews and articles.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWine Pairing & Sommelier
Get expert wine pairings for any dish, discover wines by description, and find top-rated bottles with prices. your AI sommelier.
VineRadar
Search wine and vineyards. audit varietals and vintages via AI.
Wine-Searcher
Search global wine pricing, critic scores, grape varieties, regions, and producer data from 100,000+ merchants worldwide through natural conversation.
InnoVint
Manage wine production, lots, vessels, lab analyses, and cellar actions for your InnoVint winery through natural conversation.
Global Wine Score
Access aggregated wine ratings from the world's top critics. normalized scores, vintage analysis, and top-rated wine discovery through natural conversation.
eCellar
Manage premium winery customers, orders, wine clubs, products, reservations, and inventory for your eCellar DTC platform through natural conversation.
Bring your own AI
Change the model, client or framework. Keep Winevybe 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 Winevybe.
The practical details behind the request, access and result.
Can Winevybe help me organize my wine collection?
Yes. It lets you manage a virtual cellar where you can track your current inventory, add new purchases, and see what you have on hand through your AI agent.
How does Winevybe find wine pairings?
It pulls data from a deep wine database to provide specific food and wine matches based on flavor profiles and sommelier intelligence.
Can I use Winevybe to see if a wine is a good value?
Absolutely. You can ask the agent to compare two different bottles side-by-side to see how their prices stack up against community ratings.
Does Winevybe help with restaurant menu planning?
It is a great capability for hospitality managers. You can quickly pull pairing ideas and wine characteristics to build out menus without manual research.
Can I add new bottles to my list using Winevybe?
Yes, you can tell your AI agent to add a purchased bottle to your virtual cellar, and it will update your tracker automatically.
How does Winevybe provide info on different wine regions?
It retrieves specific details about wine-making appellations, including regional history and production profiles.
Can my AI automatically pull tasting notes and pairings out of a single bottle search?
Yes! Use the get_wine_detail and get_pairings capabilities. Your agent will respond with complete metadata regarding aromas, tannin complexity, and best foods to match with the queried bottle.
How do I easily update the inventory inside my virtual cellar?
Simply ask the agent to run the add_wine_to_cellar action providing the Wine ID and Quantity. It will modify your inventory database safely without manually clicking through menus.
Are there any destructive capabilities regarding regional scores or public metrics?
No. The core set of capabilities dealing with global data limits itself strictly to querying records like get_vintage_scores. All write operations are firmly locked to your private user cellar.
One connection away
Give your agent a direct line to Winevybe.
Connect Winevybe once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available