← Back to Plugins
MCP Server MCP

io.github.nicktcode/swissgroceries-mcp

github By github 👁 1 views ▲ 0 votes

Swiss grocery search, promotions, and shopping plans across Migros, Coop, Aldi, Denner, Lidl.

Homepage Verified source GitHub

Install

npx -y @nicktcode/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@nicktcode/swissgroceries-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional pre-supplied Denner Bearer JWT. Without it, the adapter self-registers anonymously on first use and rotates the token automatically.",
          "format": "string",
          "isSecret": true,
          "name": "DENNER_JWT"
        },
        {
          "description": "Default Lidl store ID used when no storeIds are passed. Defaults to CH0149.",
          "format": "string",
          "name": "LIDL_DEFAULT_STORE"
        },
        {
          "description": "Override the User-Agent string for Coop calls if DataDome ever blocks the default.",
          "format": "string",
          "name": "SWISSGROCERIES_USER_AGENT_COOP"
        },
        {
          "description": "Logging verbosity: silent, info (default), or debug.",
          "format": "string",
          "name": "SWISSGROCERIES_LOG_LEVEL"
        },
        {
          "description": "Set to 1 to bypass the in-memory HTTP response cache.",
          "format": "string",
          "name": "SWISSGROCERIES_DISABLE_CACHE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...