← Back to Plugins
MCP Server MCP

io.github.rogertheunissenmerge-oss/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @sommelierx/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sommelierx/mcp-server",
      "version": "1.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional API key for Pro/Enterprise tier access. Without a key, free tier (50 calls/day) is used.",
          "format": "string",
          "isSecret": true,
          "name": "SOMMELIERX_API_KEY"
        },
        {
          "description": "API base URL (defaults to https://api.sommelierx.com).",
          "format": "string",
          "default": "https://api.sommelierx.com",
          "name": "SOMMELIERX_API_URL"
        },
        {
          "description": "Default language for responses: en, nl, fr, de, es, or it.",
          "format": "string",
          "default": "en",
          "name": "SOMMELIERX_LANGUAGE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...