io.github.AIWerk/mcp-server-shopify
NPM · @AIWERK/MCP-SERVER-SHOPIFY · SCANNED AUG 6
Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).
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
- Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 95 of 99 dependencies we could resolve, 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 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 2101 tokens (~75/item across 28 items; 28 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
- Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
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 · @aiwerk/mcp-server-shopify
claude mcp add aiwerk-mcp-server-shopify -- npx -y @aiwerk/mcp-server-shopify
codex mcp add aiwerk-mcp-server-shopify -- npx -y @aiwerk/mcp-server-shopify
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aiwerk-mcp-server-shopify": {
"type": "local",
"command": [
"npx",
"-y",
"@aiwerk/mcp-server-shopify"
],
"enabled": true
}
}
} openclaw mcp add aiwerk-mcp-server-shopify --command npx --arg -y --arg @aiwerk/mcp-server-shopify
mcp_servers:
aiwerk-mcp-server-shopify:
command: "npx"
args: ["-y", "@aiwerk/mcp-server-shopify"] {
"mcpServers": {
"aiwerk-mcp-server-shopify": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-shopify"
]
}
}
} 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.
- 6 Aug 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.
- 5 Aug 26 +1
- CVE-2026-69207 no longer affects this package ▲ security
- Known CVEs: fail → partial ▲ security
- 4 Aug 26 0
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- 3 Aug 26 +19
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Stability: unverified → 0.27 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +42
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −52
- 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
- 28 Jul 26 +51
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: excellent functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 0 functional
- First check of Schema quality: pass functional
- Licence: MIT functional
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 6 Aug 2026 · Analysed npm/@aiwerk/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Deprecated | 95 |
| Stale | 29 |
| Tree resolution | Partial |
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.
shopify_add_customer_note ~70
Add a note to a customer. mode=append (default) reads the current note and concatenates with two newlines; mode=replace overwrites. Append makes one extra read query.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| mode | string | — | — |
| note | string | yes | — |
No output schema declared.
No examples provided.
shopify_add_order_note ~76
Add a note to an order. mode=append (default) reads the current note and concatenates with two newlines; mode=replace overwrites. Required: id, note. Append makes one extra read query.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| mode | string | — | — |
| note | string | yes | — |
No output schema declared.
No examples provided.
shopify_add_product_tag ~61
Add one or more tags to a product. Required: productId, tags (non-empty array). Idempotent server-side. Returns the updated product node + userErrors.
| Name | Type | Req | Description |
|---|---|---|---|
| productId | string | yes | — |
| tags | array | yes | — |
No output schema declared.
No examples provided.
shopify_adjust_inventory_level ~103
Adjust the available or on_hand quantity at a location by a delta (positive or negative integer, non-zero). Uses inventoryAdjustQuantities. Defaults: name=available, reason=correction. Optional: referenceDocumentUri.
| Name | Type | Req | Description |
|---|---|---|---|
| delta | integer | yes | — |
| inventoryItemId | string | yes | — |
| locationId | string | yes | — |
| name | string | — | — |
| reason | string | — | — |
| referenceDocumentUri | string | — | — |
No output schema declared.
No examples provided.
shopify_archive_product ~64
Archive a product (sets status to ARCHIVED, hiding it from sale). Reversible. Destructive: requires confirm=true. Without confirm, returns a structured "would do X" response without firing.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | — |
| id | string | yes | — |
No output schema declared.
No examples provided.
shopify_cancel_order ~96
Cancel an order asynchronously (orderCancel returns a job). Destructive: requires confirm=true. Default reason=OTHER, restock=true, refund=false, notifyCustomer omitted.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | — |
| id | string | yes | — |
| notifyCustomer | boolean | — | — |
| reason | string | — | — |
| refund | boolean | — | — |
| restock | boolean | — | — |
| staffNote | string | — | — |
No output schema declared.
No examples provided.
shopify_complete_draft_order ~71
Complete a draft order, converting it into a real order (draftOrderComplete). Destructive: requires confirm=true. paymentPending=true marks the resulting order as payment pending instead of paid.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | — |
| id | string | yes | — |
| paymentPending | boolean | — | — |
No output schema declared.
No examples provided.
shopify_create_customer ~92
Create a customer (customerCreate). At least one of email/phone is required. Optional: firstName, lastName, note, tags, locale.
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | — | |
| firstName | string | — | — |
| lastName | string | — | — |
| locale | string | — | — |
| note | string | — | — |
| phone | string | — | — |
| tags | array | — | — |
No output schema declared.
No examples provided.
shopify_create_draft_order ~134
Create a draft order. Required: lineItems (non-empty). Each line item needs quantity, plus either variantId (existing variant) or title+originalUnitPrice (custom item). Optional: email, customerId, note, tags, shippingAddress, billingAddress, useCustomerDefaultAddress.
| Name | Type | Req | Description |
|---|---|---|---|
| billingAddress | object | — | — |
| customerId | string | — | — |
| string | — | — | |
| lineItems | array | yes | — |
| note | string | — | — |
| shippingAddress | object | — | — |
| tags | array | — | — |
| useCustomerDefaultAddress | boolean | — | — |
No output schema declared.
No examples provided.
shopify_create_product ~103
Create a new product. Required: title. Optional: descriptionHtml, productType, vendor, tags, status (ACTIVE|ARCHIVED|DRAFT, default ACTIVE), handle. Returns product + userErrors.
| Name | Type | Req | Description |
|---|---|---|---|
| descriptionHtml | string | — | — |
| handle | string | — | — |
| productType | string | — | — |
| status | string | — | — |
| tags | array | — | — |
| title | string | yes | — |
| vendor | string | — | — |
No output schema declared.
No examples provided.
shopify_get_customer ~50
Get a single customer by GID or numeric ID. Returns full detail including default address, addresses (with truncation marker), tags, locale, and lifetime value.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
shopify_get_inventory_level ~62
Get the inventory level (available, on_hand, committed, incoming, reserved) for an inventory item at a single location. Required: inventoryItemId, locationId.
| Name | Type | Req | Description |
|---|---|---|---|
| inventoryItemId | string | yes | — |
| locationId | string | yes | — |
No output schema declared.
No examples provided.
shopify_get_order ~48
Get a single order by GID or numeric ID. Returns full detail including line items (with truncation marker), customer, addresses, and financial totals.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
shopify_get_product ~59
Get a product by GID or numeric ID (e.g. "gid://shopify/Product/123" or "123"). Returns full product detail including variants and images, with truncation markers when capped.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
shopify_get_shop_info ~36
Get shop-level metadata: name, primary domain, currency, timezone, plan, billing address, contact email, weight unit.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
shopify_list_collections ~63
List collections with optional Shopify search query. Returns id, title, handle, descriptionHtml, sortOrder, productsCount.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| query | string | — | — |
| reverse | boolean | — | — |
No output schema declared.
No examples provided.
shopify_list_customers ~77
List customers with optional Shopify search query (e.g. "orders_count:>0 country:CH"). Default first=50, max=250.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| query | string | — | — |
| reverse | boolean | — | — |
| sortKey | string | — | — |
No output schema declared.
No examples provided.
shopify_list_locations ~66
List shop locations (warehouses, retail stores). By default excludes inactive and legacy locations; toggle with includeInactive / includeLegacy.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| includeInactive | boolean | — | — |
| includeLegacy | boolean | — | — |
No output schema declared.
No examples provided.
shopify_list_metafields ~90
List metafields on any HasMetafields resource (Product, ProductVariant, Customer, Order, Collection, Shop, Company, Location). Required: ownerId, ownerType. Optional: namespace filter.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| namespace | string | — | — |
| ownerId | string | yes | — |
| ownerType | string | yes | — |
No output schema declared.
No examples provided.
shopify_list_orders ~82
List orders with optional Shopify search query (e.g. "financial_status:paid created_at:>2026-01-01"). Default first=50, max=250.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| query | string | — | — |
| reverse | boolean | — | — |
| sortKey | string | — | — |
No output schema declared.
No examples provided.
shopify_list_products ~81
List products with optional Shopify search query syntax (e.g. "status:active vendor:Acme"). Optional pagination via cursor. Default first=50, max=250.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| query | string | — | — |
| reverse | boolean | — | — |
| sortKey | string | — | — |
No output schema declared.
No examples provided.
shopify_mark_order_paid ~48
Mark an order as paid (orderMarkAsPaid). Use for offline payments where the funds were captured outside Shopify. Returns updated order + userErrors.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
shopify_remove_product_tag ~55
Remove one or more tags from a product. Required: productId, tags (non-empty array). Returns the updated product node + userErrors.
| Name | Type | Req | Description |
|---|---|---|---|
| productId | string | yes | — |
| tags | array | yes | — |
No output schema declared.
No examples provided.
shopify_search_customers ~74
Search customers by Shopify search query (e.g. "email:[email protected] OR last_name:Smith"). Required: query.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| query | string | yes | — |
| reverse | boolean | — | — |
| sortKey | string | — | — |
No output schema declared.
No examples provided.
shopify_search_orders ~73
Search orders by Shopify search query (e.g. "name:#1001 OR email:[email protected]"). Required: query.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| query | string | yes | — |
| reverse | boolean | — | — |
| sortKey | string | — | — |
No output schema declared.
No examples provided.
shopify_search_products ~75
Search products by Shopify search query (full-text + filters like "title:T-Shirt status:active"). Required: query. Optional pagination + sort.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | — | — |
| first | integer | — | — |
| query | string | yes | — |
| reverse | boolean | — | — |
| sortKey | string | — | — |
No output schema declared.
No examples provided.
shopify_update_customer ~90
Update a customer (customerUpdate). Required: id. All other fields are optional and only applied if provided.
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | — | |
| firstName | string | — | — |
| id | string | yes | — |
| lastName | string | — | — |
| locale | string | — | — |
| note | string | — | — |
| phone | string | — | — |
| tags | array | — | — |
No output schema declared.
No examples provided.
shopify_update_product ~102
Update fields on an existing product by GID or numeric ID. Required: id. All other fields are optional and only applied if provided. Returns product + userErrors.
| Name | Type | Req | Description |
|---|---|---|---|
| descriptionHtml | string | — | — |
| handle | string | — | — |
| id | string | yes | — |
| productType | string | — | — |
| status | string | — | — |
| tags | array | — | — |
| title | string | — | — |
| vendor | string | — | — |
No output schema declared.
No examples provided.