Rogertheunissenmerge Oss MCP MCP Server

Wine pairing intelligence for AI assistants. Ask any MCP-compatible client (Claude, Cursor, Windsurf) for wine recommendations and get scored matches

Local serverstdioGo

What is the Rogertheunissenmerge Oss MCP MCP server?

Rogertheunissenmerge Oss MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Rogertheunissenmerge Oss MCP directly instead of describing what you should do. Wine pairing intelligence for AI assistants. Ask any MCP-compatible client (Claude, Cursor, Windsurf) for wine recommendations and get scored matches from a sommelier-grade algorithm. Supports API key and x402 (USDC on Base) payment.

Setting it up

Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What the assistant can call

Once Rogertheunissenmerge Oss MCP is connected, these are the calls the assistant has available:

  • pair_wine_with_ingredients — Find wines for a list of ingredients (e.g. "salmon, lemon, dill")
  • pair_wine_with_meal — Find wines for a dish name (e.g. "risotto ai funghi")
  • find_meals_for_wine — Find dishes that pair with a wine style (e.g. "Barolo")
  • search_ingredients — Search the ingredient database
  • search_meals — Search the meal database
  • pair_wine_with_recipe_url — Extract ingredients from a recipe URL and pair wines
  • group_pairing — Find the best wine across multiple dishes (e.g. 3-course dinner)
  • Tier — Daily Limit
  • Free — 50 calls
  • Enterprise — 10,000 calls

Configuration and credentials

You will need 2 environment variables: SOMMELIERX_API_KEY, SOMMELIERX_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js >= 18.0.0

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Rogertheunissenmerge Oss MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the rogertheunissenmerge oss mcp mcp server does with a few real requests.

Choosing this one

Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Rogertheunissenmerge Oss MCP's toolset — pair_wine_with_ingredients, pair_wine_with_meal, find_meals_for_wine and 7 more — is a fair guide to whether it matches your workflow. It is maintained by rogertheunissenmerge-oss; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
pair_wine_with_ingredientsFind wines for a list of ingredients (e.g. "salmon, lemon, dill")
pair_wine_with_mealFind wines for a dish name (e.g. "risotto ai funghi")
find_meals_for_wineFind dishes that pair with a wine style (e.g. "Barolo")
search_ingredientsSearch the ingredient database
search_mealsSearch the meal database
pair_wine_with_recipe_urlExtract ingredients from a recipe URL and pair wines
group_pairingFind the best wine across multiple dishes (e.g. 3-course dinner)
TierDaily Limit
Free50 calls
Enterprise10,000 calls

How to install the Rogertheunissenmerge Oss MCP MCP server

{
  "mcpServers": {
    "sommelierx": {
      "command": "npx",
      "args": ["@sommelierx/mcp-server"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js >= 18.0.0
VariableDescriptionRequired
SOMMELIERX_API_KEYCredential the server authenticates with.Yes
SOMMELIERX_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Rogertheunissenmerge Oss MCP to pair wine with ingredients.
  • Use Rogertheunissenmerge Oss MCP to pair wine with meal.
  • Use Rogertheunissenmerge Oss MCP to find meals for wine.

Frequently asked questions

It connects Rogertheunissenmerge Oss MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (pair_wine_with_ingredients, pair_wine_with_meal, find_meals_for_wine, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Rogertheunissenmerge Oss MCP directly.