Back to Browse

Swissgroceries MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

A well-structured Swiss grocery MCP server with appropriate authentication handling, proper permission scoping, and sound code quality. Migros token auto-rotation and multi-chain adapter architecture are well-designed. Minor findings include broad error handling and the migros-api-wrapper dependency being external, but these are low-severity for this category. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

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

Environment variable: DENNER_JWT

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

Environment variable: LIDL_DEFAULT_STORE

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

Environment variable: SWISSGROCERIES_USER_AGENT_COOP

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

Environment variable: SWISSGROCERIES_LOG_LEVEL

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

Environment variable: SWISSGROCERIES_DISABLE_CACHE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-nicktcode-swissgroceries-mcp": {
      "env": {
        "DENNER_JWT": "your-denner-jwt-here",
        "LIDL_DEFAULT_STORE": "your-lidl-default-store-here",
        "SWISSGROCERIES_LOG_LEVEL": "your-swissgroceries-log-level-here",
        "SWISSGROCERIES_DISABLE_CACHE": "your-swissgroceries-disable-cache-here",
        "SWISSGROCERIES_USER_AGENT_COOP": "your-swissgroceries-user-agent-coop-here"
      },
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!