io.github.sandsower/kronan-mcp
NPM · KRONAN-MCP · SCANNED AUG 3
MCP server for the Krónan grocery store API (Iceland)
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 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
- 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 105 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add sandsower-kronan-mcp -- npx -y kronan-mcp
codex mcp add sandsower-kronan-mcp -- npx -y kronan-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sandsower-kronan-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"kronan-mcp"
],
"enabled": true
}
}
} openclaw mcp add sandsower-kronan-mcp --command npx --arg -y --arg kronan-mcp
mcp_servers:
sandsower-kronan-mcp:
command: "npx"
args: ["-y", "kronan-mcp"] {
"mcpServers": {
"sandsower-kronan-mcp": {
"command": "npx",
"args": [
"-y",
"kronan-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.
- 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.
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.
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.
add_checkout_lines ~51
Add product lines to the active checkout. Set replace=true to replace all existing lines.
| Name | Type | Req | Description |
|---|---|---|---|
| lines | array | yes | Lines to add |
| replace | boolean | — | Replace 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.
| Name | Type | Req | Description |
|---|---|---|---|
| quantity | integer | — | Quantity |
| sku | string | — | Product SKU to link (mutually exclusive with text) |
| text | string | — | Freeform 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
| Name | Type | Req | Description |
|---|---|---|---|
| quantity | integer | — | New quantity |
| text | string | — | New text |
| token | string | yes | Line 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
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Product 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
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | List description |
| name | string | yes | List name |
No output schema declared.
No examples provided.
delete_archived_line ~29
Remove a specific archived shopping note line
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Archived 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.
| Name | Type | Req | Description |
|---|---|---|---|
| lineIds | array | yes | IDs of lines to delete |
| token | string | yes | Order token |
No output schema declared.
No examples provided.
delete_product_list ~31
Permanently delete a product list and all its items
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Product list UUID token |
No output schema declared.
No examples provided.
delete_shopping_note_line ~29
Remove a line from the shopping note
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Line UUID token |
No output schema declared.
No examples provided.
get_category_products ~45
Get paginated product listing for a category (48 per page)
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number (default: 1) |
| slug | string | yes | Category 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
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Order token |
No output schema declared.
No examples provided.
get_product ~30
Get full product details including price, discounts, tags, availability
| Name | Type | Req | Description |
|---|---|---|---|
| sku | string | yes | Product SKU |
No output schema declared.
No examples provided.
get_product_list ~33
Get a product list with all items including product details and pricing
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Product 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
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Results per page |
| offset | integer | — | Starting index |
| type | string | — | Filter by order type |
No output schema declared.
No examples provided.
list_product_lists ~33
List saved product lists
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Results per page |
| offset | integer | — | Starting index |
No output schema declared.
No examples provided.
list_purchase_stats ~53
List previously purchased products with frequency data, ordered by most recent purchase
| Name | Type | Req | Description |
|---|---|---|---|
| includeIgnored | boolean | — | Include ignored products |
| limit | integer | — | Results per page |
| offset | integer | — | Starting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| lineIds | array | yes | IDs of lines to modify |
| quantity | integer | yes | New total quantity (must be lower than current) |
| token | string | yes | Order token |
No output schema declared.
No examples provided.
reorder_shopping_note_lines ~38
Reorder shopping note lines by passing their tokens in desired order
| Name | Type | Req | Description |
|---|---|---|---|
| linesTokens | array | yes | Line 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number |
| pageSize | integer | — | Results per page (max 100) |
| query | string | yes | Search query (max 64 chars) |
| sortBy | string | — | Sort field |
| withDetail | boolean | — | Include 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.
| Name | Type | Req | Description |
|---|---|---|---|
| completed | boolean | yes | Desired completion state |
| token | string | yes | Line 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.
| Name | Type | Req | Description |
|---|---|---|---|
| lineIds | array | yes | IDs of lines to update |
| substitution | boolean | yes | Desired substitution state (true = allow, false = disallow) |
| token | string | yes | Order token |
No output schema declared.
No examples provided.
set_purchase_stat_ignored ~44
Hide or unhide a product from purchase history
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Purchase stat ID |
| isIgnored | boolean | yes | Whether to ignore this product |
No output schema declared.
No examples provided.
sort_product_list ~30
Sort items in the product list by store departments
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Product list UUID token |
No output schema declared.
No examples provided.
update_product_list ~48
Update the name or description of a product list
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | New description |
| name | string | — | New name |
| token | string | yes | Product 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.
| Name | Type | Req | Description |
|---|---|---|---|
| quantity | integer | yes | Quantity (0 to remove) |
| sku | string | yes | Product SKU |
| token | string | yes | Product list UUID token |
No output schema declared.
No examples provided.