2,500+ MCP servers ready to use
Vinkius

Wine Pairing & Sommelier MCP Server for Mastra AI 4 tools — connect in under 2 minutes

Built by Vinkius GDPR 4 Tools SDK

Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Wine Pairing & Sommelier through the Vinkius and Mastra agents discover all tools automatically — type-safe, streaming-ready, and deployable anywhere Node.js runs.

Vinkius supports streamable HTTP and SSE.

typescript
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";

async function main() {
  // Your Vinkius token — get it at cloud.vinkius.com
  const mcpClient = await createMCPClient({
    servers: {
      "wine-pairing-sommelier": {
        url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
      },
    },
  });

  const tools = await mcpClient.getTools();
  const agent = new Agent({
    name: "Wine Pairing & Sommelier Agent",
    instructions:
      "You help users interact with Wine Pairing & Sommelier " +
      "using 4 tools.",
    model: openai("gpt-4o"),
    tools,
  });

  const result = await agent.generate(
    "What can I do with Wine Pairing & Sommelier?"
  );
  console.log(result.text);
}

main();
Wine Pairing & Sommelier
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Wine Pairing & Sommelier MCP Server

The Wine Pairing & Sommelier MCP Server transforms your AI agent into a knowledgeable wine expert. Powered by comprehensive wine data, it handles everything from food-wine pairing to specific bottle recommendations.

Mastra's agent abstraction provides a clean separation between LLM logic and Wine Pairing & Sommelier tool infrastructure. Connect 4 tools through the Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution — deployable to any Node.js host in one command.

Core Capabilities

  • Food → Wine — Enter any dish or ingredient and get expert wine pairing suggestions.
  • Wine → Dish — Already have a wine? Discover the perfect dishes to pair with it.
  • Wine Descriptions — Learn about any wine variety: flavor profile, origin, and characteristics.
  • Product Recommendations — Get specific bottle suggestions with ratings, prices, and purchase links.
Uses the Spoonacular API key (same as Spoonacular MCP). An essential companion for hospitality, dining, and lifestyle AI applications.

The Wine Pairing & Sommelier MCP Server exposes 4 tools through the Vinkius. Connect it to Mastra AI in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Wine Pairing & Sommelier to Mastra AI via MCP

Follow these steps to integrate the Wine Pairing & Sommelier MCP Server with Mastra AI.

01

Install dependencies

Run npm install @mastra/core @mastra/mcp @ai-sdk/openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save to agent.ts and run with npx tsx agent.ts

04

Explore tools

Mastra discovers 4 tools from Wine Pairing & Sommelier via MCP

Why Use Mastra AI with the Wine Pairing & Sommelier MCP Server

Mastra AI provides unique advantages when paired with Wine Pairing & Sommelier through the Model Context Protocol.

01

Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure — add Wine Pairing & Sommelier without touching business code

02

Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation

03

TypeScript-native: full type inference for every Wine Pairing & Sommelier tool response with IDE autocomplete and compile-time checks

04

One-command deployment to any Node.js host — Vercel, Railway, Fly.io, or your own infrastructure

Wine Pairing & Sommelier + Mastra AI Use Cases

Practical scenarios where Mastra AI combined with the Wine Pairing & Sommelier MCP Server delivers measurable value.

01

Automated workflows: build multi-step agents that query Wine Pairing & Sommelier, process results, and trigger downstream actions in a typed pipeline

02

SaaS integrations: embed Wine Pairing & Sommelier as a first-class tool in your product's AI features with Mastra's clean agent API

03

Background jobs: schedule Mastra agents to query Wine Pairing & Sommelier on a cron and store results in your database automatically

04

Multi-agent systems: create specialist agents that collaborate using Wine Pairing & Sommelier tools alongside other MCP servers

Wine Pairing & Sommelier MCP Tools for Mastra AI (4)

These 4 tools become available when you connect Wine Pairing & Sommelier to Mastra AI via MCP:

01

get_dish_for_wine

g. merlot, chardonnay, pinot noir, riesling) and get expert dish pairing recommendations. Find the perfect dish to pair with a wine

02

get_wine_description

Get a detailed description of a wine type

03

get_wine_pairing

g. steak, salmon, pasta, chocolate) and get expert wine pairing recommendations with specific product suggestions, ratings, and prices. Find the perfect wine to pair with a dish or ingredient

04

recommend_wines

Get specific wine product recommendations with ratings and prices

Example Prompts for Wine Pairing & Sommelier in Mastra AI

Ready-to-use prompts you can give your Mastra AI agent to start working with Wine Pairing & Sommelier immediately.

01

"What wine pairs best with grilled salmon?"

02

"What dishes pair well with an Argentinian Malbec?"

03

"Give me a description of a typical New Zealand Sauvignon Blanc."

Troubleshooting Wine Pairing & Sommelier MCP Server with Mastra AI

Common issues when connecting Wine Pairing & Sommelier to Mastra AI through the Vinkius, and how to resolve them.

01

createMCPClient not exported

Install: npm install @mastra/mcp

Wine Pairing & Sommelier + Mastra AI FAQ

Common questions about integrating Wine Pairing & Sommelier MCP Server with Mastra AI.

01

How does Mastra AI connect to MCP servers?

Create an MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.
02

Can Mastra agents use tools from multiple servers?

Yes. Pass multiple MCP clients to the agent constructor. Mastra merges all tool schemas and the agent can call any tool from any server.
03

Does Mastra support workflow orchestration?

Yes. Mastra has a built-in workflow engine that lets you chain MCP tool calls with branching logic, error handling, and parallel execution.

Connect Wine Pairing & Sommelier to Mastra AI

Get your token, paste the configuration, and start using 4 tools in under 2 minutes. No API key management needed.