Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.nicktcode/swissgroceries-mcp

NPM · @NICKTCODE/SWISSGROCERIES-MCP · SCANNED AUG 3

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

+11 this week 35 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (176 of 178), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (176 of 178), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability0
  • Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.Unverified
Stability & Change Management0
  • Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.Unverified
Tool Coverage0
  • Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.Unverified
Capabilities0
  • Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.Unverified

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @nicktcode/swissgroceries-mcp

# add to Claude Code
claude mcp add nicktcode-swissgroceries-mcp -- npx -y @nicktcode/swissgroceries-mcp
# add to Codex CLI
codex mcp add nicktcode-swissgroceries-mcp -- npx -y @nicktcode/swissgroceries-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nicktcode-swissgroceries-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nicktcode-swissgroceries-mcp --command npx --arg -y --arg @nicktcode/swissgroceries-mcp
# ~/.hermes/config.yaml
mcp_servers:
  nicktcode-swissgroceries-mcp:
    command: "npx"
    args: ["-y", "@nicktcode/swissgroceries-mcp"]
// mcp.json
{
  "mcpServers": {
    "nicktcode-swissgroceries-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@nicktcode/swissgroceries-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +30
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 31 Jul 26 −19
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
  • 28 Jul 26 0
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@nicktcode/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 176 packages

176 packages in the resolved dependency tree · 175 deprecated · 58 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,180 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
find_stock ~169

Check which stores of a given chain have a specific product in stock. Optionally filter by proximity to GPS coordinates or query a single store by ID. Not all chains support per-store stock queries; unsupported chains return a clear error. Use for "is this product available near Zurich HB?", "which Coop has item X in stock?".

NameTypeReqDescription
chainstringyesThe chain to query for stock. Only chains with perStoreStock capability are supported.
nearobjectOptional coordinates to filter nearby stores. If omitted, all stores may be queried.
productIdstringyesChain-specific product ID to check stock for. Obtain via search_products or get_product.
storeIdstringQuery a single specific store by its chain-specific store ID. Takes precedence over `near`.

No output schema declared.

No examples provided.

find_stores ~150

Find grocery stores near a location, filtered by chain and search radius. Accepts a Swiss ZIP code, GPS coordinates, or a free-text address as the search center. Returns store name, address, chain, location, and opening hours where available. Use for "find a Migros near me", "which Coop branches are in 8001?", or before checking stock.

NameTypeReqDescription
chainsarrayLimit results to specific chains. Omit to search all configured chains.
nearyesCenter of the search radius. Pass either coordinates, a Swiss ZIP, or a free-text address.
radiusKmnumberSearch radius in kilometers (1–50). Defaults to 5 km.

No output schema declared.

No examples provided.

get_product ~124

Fetch full product details for a specific chain + product ID pair. Returns price, brand, size, unit price, tags, category, image URL, and active promotions. Obtain product IDs from search_products. Useful for drilling into a search result. Use for "get details for this Migros product" or "what is the unit price of this item?".

NameTypeReqDescription
chainstringyesThe grocery chain that owns this product ID.
idstringyesChain-specific product identifier, e.g. Migros cumulus ID or Coop product number. Obtain via search_products.

No output schema declared.

No examples provided.

get_promotions ~179

List current promotional deals across configured Swiss grocery chains. Filter by chain, keyword, store ID, or how many days until the promotion expires. Returns promotion name, discount, validity dates, and applicable stores. Use for "what is on sale this week?", "any Migros deals on cheese?", or "promotions ending today".

NameTypeReqDescription
chainsarrayLimit to specific chains. Omit to fetch promotions from all configured chains.
endingWithinDaysintegerOnly return promotions ending within this many days (1–60). Useful for "ending soon" queries.
querystringOptional keyword to filter promotions by product name, e.g. "Käse", "wine".
storeIdsarrayRestrict to promotions valid at these store IDs (chain-specific). Obtain store IDs from find_stores.

No output schema declared.

No examples provided.

health_check ~75

Probe each registered chain adapter with a trivial query and report status, latency, and capability flags. Use this when a chain seems missing from results or when debugging adapter problems.

NameTypeReqDescription
chainsarrayChains to probe. Default: all configured.
timeoutMsintegerPer-chain timeout in milliseconds. Default 5000.

No output schema declared.

No examples provided.

plan_shopping ~272

Plan a multi-store shopping trip near a location, picking the best products across configured Swiss grocery chains. Items can be generic ("milch", "pasta") or pinned to a specific SKU. Returns a primary plan plus alternatives. Use when the user gives a list of items and asks "where should I shop?" or "what's cheapest?". Strategies: single_store (one chain), split_cart (multi-chain with stop penalty), absolute_cheapest (no penalty).

NameTypeReqDescription
chainsarrayRestrict the plan to these chains. Omit to consider all configured chains.
itemsarrayyesThe list of items to shop for. At least one item required.
nearyesShopper's location — used to find nearby stores. Pass coordinates, ZIP, or address.
radiusKmnumberOnly consider stores within this radius of the provided location (1–50 km). Default 5 km.
splitPenaltyChfnumberCost in CHF added per extra store stop in split_cart strategy. Default 2.00.
strategystringyessingle_store: buy everything at one chain (minimises trips). split_cart: allow multiple chains but add splitPenaltyChf per extra stop. absolute_cheapest: pick the cheapest source per item regardless…

No output schema declared.

No examples provided.

search_products ~211

Search for products across configured Swiss grocery chains (Migros, Coop, Aldi, Denner, Lidl) by keyword. Supports optional filters for price, size range, and product tags (organic, vegan, budget, etc.). Returns results grouped by chain with normalised price, unit price, size, and promotion info. Use for "find organic milk under 2 CHF", "compare pasta prices", or "search for gluten-free bread".

NameTypeReqDescription
chainsarrayRestrict search to specific chains. Omit to search all configured chains in parallel.
filtersobjectOptional product filters applied after search.
limitintegerMaximum number of results per chain (1–50). Defaults to chain-specific limit.
querystringyesSearch term in any language, e.g. "Milch", "pâtes", "Bier". At least 1 character.
storeIdsarrayFilter results to products available in these store IDs (chain-specific internal IDs).

No output schema declared.

No examples provided.