Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.rogertheunissenmerge-oss/mcp-server

NPM · @SOMMELIERX/MCP-SERVER · SCANNED AUG 3

Wine pairing intelligence with 7 tools. Deterministic scoring, sommelier-calibrated.

+15 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.12.1, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (89 of 93), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1079 tokens (~154/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @sommelierx/mcp-server

# add to Claude Code
claude mcp add rogertheunissenmerge-oss-mcp-server -- npx -y @sommelierx/mcp-server
# add to Codex CLI
codex mcp add rogertheunissenmerge-oss-mcp-server -- npx -y @sommelierx/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rogertheunissenmerge-oss-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@sommelierx/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rogertheunissenmerge-oss-mcp-server --command npx --arg -y --arg @sommelierx/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  rogertheunissenmerge-oss-mcp-server:
    command: "npx"
    args: ["-y", "@sommelierx/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "rogertheunissenmerge-oss-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sommelierx/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +25
    • Known CVEs: fail → unverified security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: fail → unverified functional
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.20 functional
  • 1 Aug 26 +8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 30 Jul 26 +20
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@sommelierx/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 3 findings
ID CVE Severity Vector Fix available
GHSA-345p-7cg4-v4c7 CVE-2026-25536 high CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N yes
GHSA-8r9q-7v3j-jr4g CVE-2026-0621 high yes
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 89 packages

89 packages in the resolved dependency tree · 89 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,079 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
find_meals_for_wine ~161

Find dishes that pair well with a specific wine type or style. Provide a wine name (e.g. "Barolo", "Chardonnay", "Rioja") and get the top 10 matching dishes with scores. Best for: "I have a Barolo, what should I cook?" | Auth: API key (Bearer sk_live_...) or x402 payment (USDC on Base) | Price: $0.01/call

NameTypeReqDescription
languagestringLanguage code for results (e.g. "en", "nl", "fr"). Defaults to "en".
wine_typestringyesName of the wine type or style (e.g. "Barolo", "Chardonnay", "Rioja Reserva")

No output schema declared.

No examples provided.

group_pairing ~152

Find the best wine that pairs well with multiple dishes at once. Provide 2-10 meal names and get wines that score well across all of them. Requires Pro tier. Best for: "What single wine works for a 3-course dinner?" | Auth: API key (Bearer sk_live_...) or x402 payment (USDC on Base) | Price: $0.03/call (PRO)

NameTypeReqDescription
languagestringLanguage code for results (e.g. "en", "nl", "fr"). Defaults to "en".
meal_namesarrayyesList of meal/dish names (e.g. ["Caesar salad", "grilled lamb", "chocolate mousse"])

No output schema declared.

No examples provided.

pair_wine_with_ingredients ~165

Find the best wine pairings for a list of ingredients. Provide ingredient names in natural language (e.g. "salmon", "lemon", "dill") and get the top 5 wine matches with scores. The server automatically resolves ingredient names to the database. Best for: "What wine goes with these ingredients?" | Auth: API key (Bearer sk_live_...) or x402 payment (USDC on Base) | Price: $0.02/call (PRO)

NameTypeReqDescription
ingredientsarrayyesList of ingredient names (e.g. ["salmon", "lemon", "dill"])
languagestringLanguage code for results (e.g. "en", "nl", "fr"). Defaults to "en".

No output schema declared.

No examples provided.

pair_wine_with_meal ~163

Find the best wine pairings for a specific dish or meal. Provide the meal name (e.g. "risotto ai funghi", "grilled salmon") and get the top 5 wine matches. The server searches for the meal in the database. Best for: "What wine goes with this dish?" | Auth: API key (Bearer sk_live_...) or x402 payment (USDC on Base) | Price: $0.01/call

NameTypeReqDescription
languagestringLanguage code for results (e.g. "en", "nl", "fr"). Defaults to "en".
meal_namestringyesName of the dish or meal (e.g. "risotto ai funghi", "grilled salmon")

No output schema declared.

No examples provided.

pair_wine_with_recipe_url ~149

Extract ingredients from a recipe URL and find wine pairings. Provide a URL to a recipe page and get the recipe name, extracted ingredients, and top 5 wine matches. Requires Pro tier. Best for: "What wine goes with this recipe?" | Auth: API key (Bearer sk_live_...) or x402 payment (USDC on Base) | Price: $0.02/call (PRO)

NameTypeReqDescription
languagestringLanguage code for results (e.g. "en", "nl", "fr"). Defaults to "en".
urlstringyesURL of a recipe page (e.g. "https://www.allrecipes.com/recipe/...")

No output schema declared.

No examples provided.

search_ingredients ~140

Search for ingredients in the SommelierX database. Returns ingredient names, IDs, and groups. Use this to discover available ingredients before using pair_wine_with_ingredients. Best for: "What mushroom ingredients are available?" | Auth: API key (Bearer sk_live_...) or x402 payment (USDC on Base) | Price: $0.005/call

NameTypeReqDescription
languagestringLanguage code for results (e.g. "en", "nl", "fr"). Defaults to "en".
querystringyesSearch term for ingredients (e.g. "mushroom", "cheese", "salmon")

No output schema declared.

No examples provided.

search_meals ~149

Search for meals and dishes in the SommelierX database. Returns meal names, IDs, and descriptions. Use this to discover available meals before using pair_wine_with_meal or group_pairing. Best for: "What pasta dishes are in the database?" | Auth: API key (Bearer sk_live_...) or x402 payment (USDC on Base) | Price: $0.005/call

NameTypeReqDescription
languagestringLanguage code for results (e.g. "en", "nl", "fr"). Defaults to "en".
querystringyesSearch term for meals/dishes (e.g. "risotto", "steak", "sushi")

No output schema declared.

No examples provided.