4,500+ servers built on MCP Fusion
Vinkius
Wine-Searcher logo
Vinkius
Vercel AI SDK logo

How to Use the Wine-Searcher MCP in Vercel AI SDK

Display real-time wine data in your frontend UI using Vercel AI SDK.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Wine-Searcher MCP on Cursor AI Code Editor MCP Client Wine-Searcher MCP on Claude Desktop App MCP Integration Wine-Searcher MCP on OpenAI Agents SDK MCP Compatible Wine-Searcher MCP on Visual Studio Code MCP Extension Client Wine-Searcher MCP on GitHub Copilot AI Agent MCP Integration Wine-Searcher MCP on Google Gemini AI MCP Integration Wine-Searcher MCP on Lovable AI Development MCP Client Wine-Searcher MCP on Mistral AI Agents MCP Compatible Wine-Searcher MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Vercel AI SDK

Connect Wine-Searcher MCP to Vercel AI SDK

Create your Vinkius account to connect Wine-Searcher to Vercel AI SDK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Show grape details live

You can query `grape_info` to instantly pull specific details on a grape variety. This streams directly into the user interface, letting visitors see exactly what they asked for about the grape. This is perfect when you want your app's frontend to feel dynamic, showing wine education results as they are processed by the AI client.

Search and display wines in real time

Use `search_wines` to find matches across a massive database. When running this through your Vercel AI SDK client, you get pricing, scores, and merchant availability streamed back instantly. The user never sees a loading spinner; they just watch the wine list populate on their screen as the search completes.

Check specific wine details live

Need to know if a wine fits the criteria? `wine_check` handles everything—grape types, regions, alcohol content, and global pricing. Streaming this complex data set means your user sees every detail appear in real time. It makes for an incredibly snappy product experience where deep research doesn't feel slow.

Setup guide

Set up Wine-Searcher MCP in Vercel AI SDK

Prerequisites

  • Node.js 18+ and a TypeScript project
  • ai + @modelcontextprotocol/sdk packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install ai @modelcontextprotocol/sdk plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Create the Streamable HTTP transport

    Use StreamableHTTPClientTransport with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and use tools

    Call mcpClient.tools() to auto-discover all Wine-Searcher tools. Pass them directly to generateText() or streamText() — no manual schema definitions needed.

  4. 4

    Works with any model provider

    Swap openai("gpt-4o") for any AI SDK provider — Anthropic, Google, Mistral. The MCP tools work identically across all supported models.

index.ts
import { experimental_createMCPClient as createMCPClient } from "ai";
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

const transport = new StreamableHTTPClientTransport(
  new URL("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
);

const mcpClient = await createMCPClient({ transport });
const tools = await mcpClient.tools();

const { text } = await generateText({
  model: openai("gpt-4o"),
  tools,
  prompt: "List recent Wine-Searcher transactions",
});

console.log(text);
await mcpClient.close();

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Wine-Searcher. 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 Wine-Searcher MCP in Vercel AI SDK

You call the `wine_check` tool to handle all the heavy lifting. It searches for global pricing, critic scores, grape varieties, regions, and producer data from over 100,000 merchants worldwide. The results then stream back live into your Next.js or React frontend.
Yep. Just use the `grape_info` tool. It's designed to pull detailed educational data on any specific grape you ask about, letting you display that information right in your component.
Absolutely. The `market_price` tool lets you get global market pricing for a specific wine. This data streams into your UI, so the user sees exactly where they can find the best deal.
You use `search_wines`. This tool returns matching results, complete with pricing, scores, and merchant availability. Since it's streaming, the user sees the full list appear instantly.
This MCP Server primarily touches public market data, including global pricing points, critic scores, grape varieties, and producer names. It never handles user account credentials or personal payment information.

Start using the Wine-Searcher MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 6 tools

We've already built the connector for Wine-Searcher. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 6 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.