Swissgroceries MCP

Real-time Swiss grocery shopping over the Model Context Protocol. Search products, compare prices across Migros, Coop, Aldi, Denner, Lidl, Farmy, Volgshop, and Otto's, see weekly promotions, and plan multi-store shopping trips. Works with any MCP-compatible client (Claude Desktop, Claude Code, Cursor, Cline, Continue, VS Code MCP extensions, custom clients). Its 7 documented tools cluster into read & search, plan, health.

People who work with aldi, coop and denner and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-07 · ★ 31 · #447 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Swissgroceries MCP

before you install - you'll need

Set RUN_LIVE, SWISSGROCERIES_DISABLE_CACHE, SWISSGROCERIES_LOG_LEVEL before connecting.

Claude Code

claude mcp add nicktcode-swissgroceries-mcp -- npx -y @nicktcode/swissgroceries-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @nicktcode/swissgroceries-mcp - published under the repo owner's npm scope (@nicktcode)

registry namespace io.github.nicktcode is GitHub-verified and matches the repo owner

03 · What Swissgroceries MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools across read & search, plan, health, including find_stores, search_products, get_product, get_promotions.

Capability map

Tools grouped from the project's README - what Swissgroceries MCP lets an agent do.

read & search

5 tools - e.g. Find grocery stores near a location, filtered by chain and radius.; Cross-chain product search with normalised price, unit price, size, and tags.; Full product details for a chain plus product ID pair.

find_stores · search_products · get_product · get_promotions · find_stock

Plan

1 tool - e.g. Plan a multi-store trip for a shopping list near a location.

plan_shopping

Health

1 tool - e.g. Probe each registered chain adapter and report status, latency, and capabilities.

health_check

Latest releases

v0.9.0 · 2026-06-07

v0.8.2 · 2026-06-07

v0.8.1 · 2026-05-14

04 · Who maintains Swissgroceries MCP

swissgroceries-mcp is maintained by nicktcode. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #447 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.nicktcode/swissgroceries-mcp (active, first published 2026-04-29)
packages
npm:@nicktcode/swissgroceries-mcp

06 · Swissgroceries MCP FAQ

Is Swissgroceries MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-06-07. We re-verify nightly.

What can Swissgroceries MCP do?

An agent gets 7 documented tools across read & search, plan, health, including find_stores, search_products, get_product, get_promotions.

How do I install Swissgroceries MCP?

Run `npx -y @nicktcode/swissgroceries-mcp`. The README documents 3 environment variables (RUN_LIVE, SWISSGROCERIES_DISABLE_CACHE, SWISSGROCERIES_LOG_LEVEL) to set first. Set RUN_LIVE, SWISSGROCERIES_DISABLE_CACHE, SWISSGROCERIES_LOG_LEVEL before connecting. You can also paste the ready-made client config above.

Does Swissgroceries MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Swissgroceries MCP

More MCP servers to compare · Opentargets · Agentic Ads · Abapilot · Nim Language Server · Sportiq MCP

More TypeScript MCP servers · Nifra docs · UI Beats · EVM Wallet Signer · Mnemon MCP · see all