PluginBench
MCP Server

io.github.nicktcode/swissgroceries-mcp MCP Server

io.github.nicktcode/swissgroceries-mcp

What is the io.github.nicktcode/swissgroceries-mcp MCP server?

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

How to install io.github.nicktcode/swissgroceries-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swissgroceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "env": {
        "DENNER_JWT": "<YOUR_DENNER_JWT>",
        "LIDL_DEFAULT_STORE": "<YOUR_LIDL_DEFAULT_STORE>",
        "SWISSGROCERIES_USER_AGENT_COOP": "<YOUR_SWISSGROCERIES_USER_AGENT_COOP>",
        "SWISSGROCERIES_LOG_LEVEL": "<YOUR_SWISSGROCERIES_LOG_LEVEL>",
        "SWISSGROCERIES_DISABLE_CACHE": "<YOUR_SWISSGROCERIES_DISABLE_CACHE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "swissgroceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "env": {
        "DENNER_JWT": "<YOUR_DENNER_JWT>",
        "LIDL_DEFAULT_STORE": "<YOUR_LIDL_DEFAULT_STORE>",
        "SWISSGROCERIES_USER_AGENT_COOP": "<YOUR_SWISSGROCERIES_USER_AGENT_COOP>",
        "SWISSGROCERIES_LOG_LEVEL": "<YOUR_SWISSGROCERIES_LOG_LEVEL>",
        "SWISSGROCERIES_DISABLE_CACHE": "<YOUR_SWISSGROCERIES_DISABLE_CACHE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "swissgroceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "env": {
        "DENNER_JWT": "<YOUR_DENNER_JWT>",
        "LIDL_DEFAULT_STORE": "<YOUR_LIDL_DEFAULT_STORE>",
        "SWISSGROCERIES_USER_AGENT_COOP": "<YOUR_SWISSGROCERIES_USER_AGENT_COOP>",
        "SWISSGROCERIES_LOG_LEVEL": "<YOUR_SWISSGROCERIES_LOG_LEVEL>",
        "SWISSGROCERIES_DISABLE_CACHE": "<YOUR_SWISSGROCERIES_DISABLE_CACHE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "swissgroceries-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "env": {
        "DENNER_JWT": "<YOUR_DENNER_JWT>",
        "LIDL_DEFAULT_STORE": "<YOUR_LIDL_DEFAULT_STORE>",
        "SWISSGROCERIES_USER_AGENT_COOP": "<YOUR_SWISSGROCERIES_USER_AGENT_COOP>",
        "SWISSGROCERIES_LOG_LEVEL": "<YOUR_SWISSGROCERIES_LOG_LEVEL>",
        "SWISSGROCERIES_DISABLE_CACHE": "<YOUR_SWISSGROCERIES_DISABLE_CACHE>"
      }
    }
  }
}
Claude Code
claude mcp add swissgroceries-mcp --env DENNER_JWT=<YOUR_DENNER_JWT> --env LIDL_DEFAULT_STORE=<YOUR_LIDL_DEFAULT_STORE> --env SWISSGROCERIES_USER_AGENT_COOP=<YOUR_SWISSGROCERIES_USER_AGENT_COOP> --env SWISSGROCERIES_LOG_LEVEL=<YOUR_SWISSGROCERIES_LOG_LEVEL> --env SWISSGROCERIES_DISABLE_CACHE=<YOUR_SWISSGROCERIES_DISABLE_CACHE> -- npx -y @nicktcode/swissgroceries-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →