AgentHubAgentHub

swissgroceries-mcp

MCP ServerMCP Registry官方收录

io.github.nicktcode/swissgroceries-mcp · v0.1.2

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

概览

swissgroceries-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "swissgroceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ]
    }
  }
}

环境变量

DENNER_JWT可选secret

Optional pre-supplied Denner Bearer JWT. Without it, the adapter self-registers anonymously on first use and rotates the token automatically.

LIDL_DEFAULT_STORE可选

Default Lidl store ID used when no storeIds are passed. Defaults to CH0149.

SWISSGROCERIES_USER_AGENT_COOP可选

Override the User-Agent string for Coop calls if DataDome ever blocks the default.

SWISSGROCERIES_LOG_LEVEL可选

Logging verbosity: silent, info (default), or debug.

SWISSGROCERIES_DISABLE_CACHE可选

Set to 1 to bypass the in-memory HTTP response cache.

相关资源

统一 Manifest

{
  "id": "io.github.nicktcode/swissgroceries-mcp",
  "type": "mcp-server",
  "version": "0.1.2",
  "displayName": "swissgroceries-mcp",
  "description": "Swiss grocery search, promotions, and shopping plans across Migros, Coop, Aldi, Denner, Lidl.",
  "repository": {
    "url": "https://github.com/nicktcode/swissgroceries-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@nicktcode/swissgroceries-mcp",
        "version": "0.1.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DENNER_JWT",
            "description": "Optional pre-supplied Denner Bearer JWT. Without it, the adapter self-registers anonymously on first use and rotates the token automatically.",
            "isSecret": true
          },
          {
            "name": "LIDL_DEFAULT_STORE",
            "description": "Default Lidl store ID used when no storeIds are passed. Defaults to CH0149."
          },
          {
            "name": "SWISSGROCERIES_USER_AGENT_COOP",
            "description": "Override the User-Agent string for Coop calls if DataDome ever blocks the default."
          },
          {
            "name": "SWISSGROCERIES_LOG_LEVEL",
            "description": "Logging verbosity: silent, info (default), or debug."
          },
          {
            "name": "SWISSGROCERIES_DISABLE_CACHE",
            "description": "Set to 1 to bypass the in-memory HTTP response cache."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.nicktcode/swissgroceries-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nicktcode%2Fswissgroceries-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
swissgroceries-mcp — MCP Server 安装与配置 · AgentHub