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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 56 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 →
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
claude mcp add nicktcode-swissgroceries-mcp -- npx -y @nicktcode/swissgroceries-mcp
codex mcp add nicktcode-swissgroceries-mcp -- npx -y @nicktcode/swissgroceries-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nicktcode-swissgroceries-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@nicktcode/swissgroceries-mcp"
],
"enabled": true
}
}
} openclaw mcp add nicktcode-swissgroceries-mcp --command npx --arg -y --arg @nicktcode/swissgroceries-mcp
mcp_servers:
nicktcode-swissgroceries-mcp:
command: "npx"
args: ["-y", "@nicktcode/swissgroceries-mcp"] {
"mcpServers": {
"nicktcode-swissgroceries-mcp": {
"command": "npx",
"args": [
"-y",
"@nicktcode/swissgroceries-mcp"
]
}
}
} 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.
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.
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.
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?".
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | The chain to query for stock. Only chains with perStoreStock capability are supported. |
| near | object | — | Optional coordinates to filter nearby stores. If omitted, all stores may be queried. |
| productId | string | yes | Chain-specific product ID to check stock for. Obtain via search_products or get_product. |
| storeId | string | — | Query 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.
| Name | Type | Req | Description |
|---|---|---|---|
| chains | array | — | Limit results to specific chains. Omit to search all configured chains. |
| near | — | yes | Center of the search radius. Pass either coordinates, a Swiss ZIP, or a free-text address. |
| radiusKm | number | — | Search 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?".
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | The grocery chain that owns this product ID. |
| id | string | yes | Chain-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".
| Name | Type | Req | Description |
|---|---|---|---|
| chains | array | — | Limit to specific chains. Omit to fetch promotions from all configured chains. |
| endingWithinDays | integer | — | Only return promotions ending within this many days (1–60). Useful for "ending soon" queries. |
| query | string | — | Optional keyword to filter promotions by product name, e.g. "Käse", "wine". |
| storeIds | array | — | Restrict 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.
| Name | Type | Req | Description |
|---|---|---|---|
| chains | array | — | Chains to probe. Default: all configured. |
| timeoutMs | integer | — | Per-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).
| Name | Type | Req | Description |
|---|---|---|---|
| chains | array | — | Restrict the plan to these chains. Omit to consider all configured chains. |
| items | array | yes | The list of items to shop for. At least one item required. |
| near | — | yes | Shopper's location — used to find nearby stores. Pass coordinates, ZIP, or address. |
| radiusKm | number | — | Only consider stores within this radius of the provided location (1–50 km). Default 5 km. |
| splitPenaltyChf | number | — | Cost in CHF added per extra store stop in split_cart strategy. Default 2.00. |
| strategy | string | yes | single_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".
| Name | Type | Req | Description |
|---|---|---|---|
| chains | array | — | Restrict search to specific chains. Omit to search all configured chains in parallel. |
| filters | object | — | Optional product filters applied after search. |
| limit | integer | — | Maximum number of results per chain (1–50). Defaults to chain-specific limit. |
| query | string | yes | Search term in any language, e.g. "Milch", "pâtes", "Bier". At least 1 character. |
| storeIds | array | — | Filter results to products available in these store IDs (chain-specific internal IDs). |
No output schema declared.
No examples provided.