HomeOther › mcp-server

mcp-server

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

TypeScript Cloud
★ 1 stars Last pushed 2026-04-30 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.2)

npx -y @sommelierx/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sommelierx/[email protected]"
      ],
      "env": {
        "SOMMELIERX_API_KEY": "<YOUR_VALUE>",
        "SOMMELIERX_API_URL": "<YOUR_VALUE>",
        "SOMMELIERX_LANGUAGE": "<YOUR_VALUE>"
      }
    }
  }
}
  • SOMMELIERX_API_KEY secret — Optional API key for Pro/Enterprise tier access. Without a key, free tier (50 calls/day) is used.
  • SOMMELIERX_API_URL — API base URL (defaults to https://api.sommelierx.com).
  • SOMMELIERX_LANGUAGE — Default language for responses: en, nl, fr, de, es, or it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry