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

com.yaktool/store

NPM · YAKTOOL-STORE-MCP · SCANNED SEP 20

Forecast a WooCommerce CSV import and migrate Shopify exports. 61 documented rules.

Available components

+3 this week 75 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 876 tokens (~438/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 2 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.yaktool/store MCP server?

com.yaktool/store runs locally as an npm package, launched with npx -y yaktool-store-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · yaktool-store-mcp

# add to Claude Code
claude mcp add com-yaktool-store -- npx -y yaktool-store-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-yaktool-store": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-store-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-yaktool-store": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-store-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-yaktool-store -- npx -y yaktool-store-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-yaktool-store": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "yaktool-store-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-yaktool-store --command npx --arg -y --arg yaktool-store-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-yaktool-store:
    command: "npx"
    args: ["-y", "yaktool-store-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-yaktool-store": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "yaktool-store-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-yaktool-store -t stdio -c npx -a -y yaktool-store-mcp
// mcp.json
{
  "mcpServers": {
    "com-yaktool-store": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-store-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.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

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 20 Sept 2026 · Analysed npm/yaktool-store-mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 2 exposed · ~876 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
migrate_store_csv ~421

Convert a product export between Shopify and WooCommerce, applying 21 documented rules. This is a STRUCTURAL conversion, not a column rename — renaming columns loses variants and every sale price. What it reshapes: Shopify handle groups become a WooCommerce variable product plus variation rows linked through Parent (and back again); per-image rows collapse into one comma-separated Images cell (and expand again); Option1/2/3 become Attribute N name/value(s). The critical value fix: the two platforms store sale prices in OPPOSITE columns. Shopify Variant Price is the current price and Compare At is the crossed-out one; WooCommerce Regular price is the crossed-out one and Sale price the current. A naive mapping silently erases every discount in the catalogue. Also translated: grams to the store weight unit, TRUE/FALSE to 1/0, Status active/draft/archived to Published 1/-1/0 (archived becomes private — a conversion never deletes), inventory policy to backorders, taxable to tax status, barcodes into the GTIN column. It never invents data: columns with no equivalent in the target platform (vendor, SEO fields, cost per item, per-market prices, categories) are returned in droppedColumns WITH REASONS instead of being written into an approximately similar column. Direction is detected from the header row; pass `direction` only when the file is not recognisable. Returns { direction, directionSource, csv (the converted file), header[], transforms[{ruleId, label, count, example}], droppedColumns[{name, reason, ruleId}], findings[], summary{sourceRows, outputRows, simpleProducts, variableProducts, variations, ...} }. Read transforms[].example to verify each translation on real values, and droppedColumns before telling anyone the migration is complete.

NameTypeReqDescription
csvstringyesThe product export as text, header row first — a Shopify or WooCommerce CSV.
directionstringOnly needed when the header row does not identify the platform; otherwise it is detected.

No output schema declared.

No examples provided.

validate_woocommerce_csv ~455

Pre-flight a WooCommerce product CSV against 40 documented rules and forecast what the import will actually do. WooCommerce fails quietly in two ways this catches: (1) a row whose SKU or ID already exists is SKIPPED unless "Update existing products" is ticked — the run still reports success; (2) any column the importer does not recognise defaults to "Do not import" on the mapping screen, so its data never arrives and nothing warns. Because the outcome depends on a checkbox the user has not ticked yet, the result gives BOTH forecasts side by side (summary.addMode and summary.updateMode) rather than guessing one. Pass `existingSkus` / `existingIds` (from Products → Export) to turn the skipped/updated split from an assumption into a fact — without them every row is forecast as new. Also checks: required Name column, duplicate SKUs, product types and variation Parent references (which need the "id:123" prefix for IDs), attribute name/value pairing, Published 1/0/-1/2, booleans that must be 1/0, plain-number prices, YYYY-MM-DD sale dates, stock, category hierarchy with ">", image URLs, FULL GS1 validation of the GTIN column, plus delimiter, UTF-8 damage, invisible characters and spreadsheet damage. Returns { rows[{line, sku, id, type, name, addMode, updateMode, findings[], ok}], columns[{name, mapped, note?}], fileFindings[], summary{addMode, updateMode, unmappedColumns, errorRows, byRule, delimiter, hasStoreContext, ...} }. Read summary.addMode.skip and summary.unmappedColumns first — those are the two silent failures.

NameTypeReqDescription
csvstringyesThe product CSV contents as text, header row first. Pass it raw — delimiter, encoding and quoting quirks are part of what gets checked.
existingIdsarrayProduct IDs already in the store. Same purpose as existingSkus, for files that match on ID.
existingSkusarraySKUs already in the store (Products → Export). Enables the real skipped-vs-updated forecast.

No output schema declared.

No examples provided.

Common questions

What is the com.yaktool/store MCP server?

com.yaktool/store is an MCP server listed in the public MCP registry as com.yaktool/store. Forecast a WooCommerce CSV import and migrate Shopify exports. 61 documented rules. This page covers its npm package (yaktool-store-mcp).

Is the com.yaktool/store MCP server safe to use?

com.yaktool/store scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.yaktool/store MCP server expose?

com.yaktool/store exposes 2 tools: validate_woocommerce_csv, migrate_store_csv. Their descriptions and schemas cost roughly 876 tokens of context every time the server is loaded.

Is the com.yaktool/store MCP server still maintained?

com.yaktool/store is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the com.yaktool/store MCP server under?

com.yaktool/store declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.