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.sandsower/kronan-mcp

NPM · KRONAN-MCP · SCANNED AUG 3

MCP server for the Krónan grocery store API (Iceland)

Available components

+21 this week 67 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1395 tokens (~42/item across 33 items; 33 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · kronan-mcp

# add to Claude Code
claude mcp add sandsower-kronan-mcp -- npx -y kronan-mcp
# add to Codex CLI
codex mcp add sandsower-kronan-mcp -- npx -y kronan-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sandsower-kronan-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "kronan-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sandsower-kronan-mcp --command npx --arg -y --arg kronan-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sandsower-kronan-mcp:
    command: "npx"
    args: ["-y", "kronan-mcp"]
// mcp.json
{
  "mcpServers": {
    "sandsower-kronan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kronan-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.

  • 3 Aug 26 +47
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 −29
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −26
    • 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 −18
    • Malware scan: pass → unverified security
  • 29 Jul 26 +52
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −20
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

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

MCP tools — 33 exposed · ~1,395 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
add_checkout_lines ~51

Add product lines to the active checkout. Set replace=true to replace all existing lines.

NameTypeReqDescription
linesarrayyesLines to add
replacebooleanReplace all existing lines (default: false)

No output schema declared.

No examples provided.

add_shopping_note_line ~81

Add a line to the shopping note. Provide exactly one of text (freeform) or sku (linked product), not both.

NameTypeReqDescription
quantityintegerQuantity
skustringProduct SKU to link (mutually exclusive with text)
textstringFreeform text for the line (mutually exclusive with sku)

No output schema declared.

No examples provided.

apply_store_product_order ~28

Reorder shopping note lines to match the store's aisle layout for efficient in-store shopping

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

change_shopping_note_line ~51

Update the text or quantity of an existing shopping note line

NameTypeReqDescription
quantityintegerNew quantity
textstringNew text
tokenstringyesLine UUID token

No output schema declared.

No examples provided.

check_store_order_eligibility ~27

Check if the shopping note contains products that can be ordered from a store

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

clear_product_list ~33

Remove all items from a product list without deleting the list itself

NameTypeReqDescription
tokenstringyesProduct list UUID token

No output schema declared.

No examples provided.

clear_shopping_note ~24

Delete all lines from the shopping note (the note itself is preserved)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_product_list ~33

Create a new product list

NameTypeReqDescription
descriptionstringList description
namestringyesList name

No output schema declared.

No examples provided.

delete_archived_line ~29

Remove a specific archived shopping note line

NameTypeReqDescription
tokenstringyesArchived line UUID token

No output schema declared.

No examples provided.

delete_order_lines ~52

Remove specific lines from an order by their IDs. Service lines and the last remaining line cannot be deleted.

NameTypeReqDescription
lineIdsarrayyesIDs of lines to delete
tokenstringyesOrder token

No output schema declared.

No examples provided.

delete_product_list ~31

Permanently delete a product list and all its items

NameTypeReqDescription
tokenstringyesProduct list UUID token

No output schema declared.

No examples provided.

delete_shopping_note_line ~29

Remove a line from the shopping note

NameTypeReqDescription
tokenstringyesLine UUID token

No output schema declared.

No examples provided.

get_category_products ~45

Get paginated product listing for a category (48 per page)

NameTypeReqDescription
pageintegerPage number (default: 1)
slugstringyesCategory slug

No output schema declared.

No examples provided.

get_checkout ~21

Get the active smart checkout (auto-creates if none exists)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_me ~19

Get the current authenticated identity (user or customer group)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_order ~27

Get full order details including lines with product thumbnails

NameTypeReqDescription
tokenstringyesOrder token

No output schema declared.

No examples provided.

get_product ~30

Get full product details including price, discounts, tags, availability

NameTypeReqDescription
skustringyesProduct SKU

No output schema declared.

No examples provided.

get_product_list ~33

Get a product list with all items including product details and pricing

NameTypeReqDescription
tokenstringyesProduct list UUID token

No output schema declared.

No examples provided.

get_shopping_note ~22

Get the shopping note (auto-creates if none exists)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_archived_lines ~19

List previously completed and archived shopping note lines

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_categories ~17

Get the full 3-level category tree

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_orders ~45

List orders, most recent first

NameTypeReqDescription
limitintegerResults per page
offsetintegerStarting index
typestringFilter by order type

No output schema declared.

No examples provided.

list_product_lists ~33

List saved product lists

NameTypeReqDescription
limitintegerResults per page
offsetintegerStarting index

No output schema declared.

No examples provided.

list_purchase_stats ~53

List previously purchased products with frequency data, ordered by most recent purchase

NameTypeReqDescription
includeIgnoredbooleanInclude ignored products
limitintegerResults per page
offsetintegerStarting index

No output schema declared.

No examples provided.

lower_order_quantity ~68

Reduce the quantity of specific order lines. Quantity can only be lowered. Set to 0 to remove.

NameTypeReqDescription
lineIdsarrayyesIDs of lines to modify
quantityintegeryesNew total quantity (must be lower than current)
tokenstringyesOrder token

No output schema declared.

No examples provided.

reorder_shopping_note_lines ~38

Reorder shopping note lines by passing their tokens in desired order

NameTypeReqDescription
linesTokensarrayyesLine tokens in desired display order

No output schema declared.

No examples provided.

search_products ~92

Search for products in the smart store selection. Returns products available for home delivery.

NameTypeReqDescription
pageintegerPage number
pageSizeintegerResults per page (max 100)
querystringyesSearch query (max 64 chars)
sortBystringSort field
withDetailbooleanInclude discounted price, discount percent, and tags (slower)

No output schema declared.

No examples provided.

set_line_completion ~78

Mark a shopping note line as completed or uncompleted. Uses a toggle endpoint: fetches current state and only toggles if needed. WARNING: Not idempotent due to toggle semantics. Do NOT retry on timeout — check current state first.

NameTypeReqDescription
completedbooleanyesDesired completion state
tokenstringyesLine UUID token

No output schema declared.

No examples provided.

set_order_substitution ~100

Set whether substitution is allowed for specific order lines. Uses a toggle endpoint: fetches current state and only toggles lines that differ. WARNING: Not idempotent due to toggle semantics. Do NOT retry on timeout — check current state first.

NameTypeReqDescription
lineIdsarrayyesIDs of lines to update
substitutionbooleanyesDesired substitution state (true = allow, false = disallow)
tokenstringyesOrder token

No output schema declared.

No examples provided.

set_purchase_stat_ignored ~44

Hide or unhide a product from purchase history

NameTypeReqDescription
idintegeryesPurchase stat ID
isIgnoredbooleanyesWhether to ignore this product

No output schema declared.

No examples provided.

sort_product_list ~30

Sort items in the product list by store departments

NameTypeReqDescription
tokenstringyesProduct list UUID token

No output schema declared.

No examples provided.

update_product_list ~48

Update the name or description of a product list

NameTypeReqDescription
descriptionstringNew description
namestringNew name
tokenstringyesProduct list UUID token

No output schema declared.

No examples provided.

update_product_list_item ~64

Add a product by SKU or update its quantity in a product list. Set quantity to 0 to remove.

NameTypeReqDescription
quantityintegeryesQuantity (0 to remove)
skustringyesProduct SKU
tokenstringyesProduct list UUID token

No output schema declared.

No examples provided.