Swell MCP
NPM · SWELL-MCP · SCANNED AUG 3
Model Context Protocol server for Swell e-commerce platform integration with AI assistants
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 Security81
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (121 of 122), so this covers what we could see, not the whole tree.Partial
- Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
- Only part of the dependency tree could be resolved (121 of 122), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to devkindhq/swell-mcp). View diagnostics → Pass
- Clear OSI-approved license (ISC).Pass
- Actively maintained (last published 80 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2130 tokens (~152/item across 14 items; 14 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 Management27
- Stability observed for 8 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 · swell-mcp
claude mcp add devkindhq-swell -- npx -y swell-mcp
codex mcp add devkindhq-swell -- npx -y swell-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"devkindhq-swell": {
"type": "local",
"command": [
"npx",
"-y",
"swell-mcp"
],
"enabled": true
}
}
} openclaw mcp add devkindhq-swell --command npx --arg -y --arg swell-mcp
mcp_servers:
devkindhq-swell:
command: "npx"
args: ["-y", "swell-mcp"] {
"mcpServers": {
"devkindhq-swell": {
"command": "npx",
"args": [
"-y",
"swell-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 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +54
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → partial ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The scripts that run when this package is installed changed: postinstall security
- The attested source repository moved: devkindhq/swell-mcp security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: ISC functional
- 1 Aug 26 +11
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −36
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 44
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 verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- devkindhq/swell-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/devkindhq/swell-mcp/.github/workflows/ci-semantic-release.yml@refs/heads/main
- Rekor log index:
- 1544383389
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:aa99823c77bf593bb7f7df73576b6594a08cc4a4afc42e4eb63427166d58165889417804e39ee9759d1afb103cf7201ea289465ecfa9aa33e71540ebf
- Discovery method:
- attestation_endpoint
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| postinstall | unreviewed | node scripts/ensure-executable.js |
Dependencies 121 packages
121 packages in the resolved dependency tree · 120 deprecated · 38 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.
swell_check_stock ~82
Check current stock levels and stock status for a specific product in your Swell store. Returns detailed stock information including levels, status, and availability messages. Optionally includes variant-level stock information.
| Name | Type | Req | Description |
|---|---|---|---|
| includeVariants | boolean | — | Whether to include variant stock information (default: true) |
| productId | string | yes | The ID of the product to check stock for |
No output schema declared.
No examples provided.
swell_get_customer ~105
Get detailed information for a specific customer from your Swell store. Returns comprehensive customer profile including personal information, addresses, order history, and customer analytics. Use this tool when you need complete customer information.
| Name | Type | Req | Description |
|---|---|---|---|
| customerId | string | yes | The ID of the customer to retrieve |
| expand | array | — | Fields to expand in response (default: ["orders", "addresses"]) |
| includeOrderHistory | boolean | — | Whether to include order history in the response (default: true) |
No output schema declared.
No examples provided.
swell_get_order ~95
Get detailed information for a specific order from your Swell store. Returns comprehensive order details including items, customer information, billing and shipping addresses, payment details, and order history. Use this tool when you need complete order information.
| Name | Type | Req | Description |
|---|---|---|---|
| expand | array | — | Fields to expand in response (default: ["items", "account", "billing", "shipping"]) |
| orderId | string | yes | The ID of the order to retrieve |
No output schema declared.
No examples provided.
swell_get_product ~92
Get detailed information for a specific product from your Swell store. Returns comprehensive product details including variants, categories, images, pricing, inventory, SEO information, and custom attributes. Use this tool when you need complete product information.
| Name | Type | Req | Description |
|---|---|---|---|
| expand | array | — | Fields to expand in response (default: ["variants", "categories", "images"]) |
| productId | string | yes | The ID of the product to retrieve |
No output schema declared.
No examples provided.
swell_list_customers ~213
List customers from your Swell store with search and filtering options. Supports filtering by email, date range, and various sorting options. Returns a formatted table of customers with basic information including name, email, order count, total value, and registration date.
| Name | Type | Req | Description |
|---|---|---|---|
| dateFrom | string | — | Filter customers created from this date (ISO format: YYYY-MM-DD) |
| dateTo | string | — | Filter customers created to this date (ISO format: YYYY-MM-DD) |
| string | — | Filter by specific email address | |
| expand | array | — | Fields to expand in response (e.g., ["orders", "addresses"]) |
| limit | integer | — | Number of customers per page (max: 100, default: 20) |
| page | integer | — | Page number for pagination (default: 1) |
| search | string | — | Search customers by name or email |
| sort | string | — | Sort order (e.g., "date_created_desc", "name_asc", "order_value_desc") |
No output schema declared.
No examples provided.
swell_list_orders ~213
List orders from your Swell store with filtering options. Supports filtering by status, customer, date range, and various sorting options. Returns a formatted table of orders with basic information including order number, customer, status, total, and dates.
| Name | Type | Req | Description |
|---|---|---|---|
| customerId | string | — | Filter by customer ID |
| dateFrom | string | — | Filter orders from this date (ISO format: YYYY-MM-DD) |
| dateTo | string | — | Filter orders to this date (ISO format: YYYY-MM-DD) |
| expand | array | — | Fields to expand in response (e.g., ["items", "account", "billing", "shipping"]) |
| limit | integer | — | Number of orders per page (max: 100, default: 20) |
| page | integer | — | Page number for pagination (default: 1) |
| sort | string | — | Sort order (e.g., "date_created_desc", "date_created_asc", "grand_total_desc") |
| status | string | — | Filter by order status |
No output schema declared.
No examples provided.
swell_list_products ~195
List products from your Swell store with filtering and pagination options. Supports filtering by active status, category, tags, and various sorting options. Returns a formatted table of products with basic information including ID, name, SKU, price, stock status, and availability.
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | — | Filter by active status (true for active only, false for inactive only) |
| category | string | — | Filter by category slug or ID |
| expand | array | — | Fields to expand in response (e.g., ["variants", "categories", "images"]) |
| limit | integer | — | Number of products per page (max: 100, default: 20) |
| page | integer | — | Page number for pagination (default: 1) |
| sort | string | — | Sort order (e.g., "date_created_desc", "name_asc", "price_asc") |
| tags | array | — | Filter by product tags |
No output schema declared.
No examples provided.
swell_search_customers ~197
Search for customers in your Swell store using text queries. Searches across customer names, email addresses, and phone numbers. Returns ranked results with match information and supports filtering by date range and sorting options.
| Name | Type | Req | Description |
|---|---|---|---|
| dateFrom | string | — | Filter customers created from this date (ISO format: YYYY-MM-DD) |
| dateTo | string | — | Filter customers created to this date (ISO format: YYYY-MM-DD) |
| expand | array | — | Fields to expand in response (e.g., ["orders", "addresses"]) |
| limit | integer | — | Number of customers per page (max: 100, default: 20) |
| page | integer | — | Page number for pagination (default: 1) |
| query | string | yes | Search query to find customers (searches name, email, phone) |
| sort | string | — | Sort order (e.g., "relevance", "name_asc", "date_created_desc") |
No output schema declared.
No examples provided.
swell_search_products ~198
Search for products in your Swell store using text queries with optional filtering. Searches across product names, SKUs, descriptions, and tags. Returns ranked results with match information and supports the same filtering options as product listing.
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | — | Filter by active status (true for active only, false for inactive only) |
| category | string | — | Filter by category slug or ID |
| expand | array | — | Fields to expand in response (e.g., ["variants", "categories", "images"]) |
| limit | integer | — | Number of products per page (max: 100, default: 20) |
| page | integer | — | Page number for pagination (default: 1) |
| query | string | yes | Search query to find products |
| sort | string | — | Sort order (e.g., "relevance", "name_asc", "price_asc") |
| tags | array | — | Filter by product tags |
No output schema declared.
No examples provided.
swell_update_customer ~168
Update customer information in your Swell store. Allows modification of customer details including name, email, phone, notes, tags, and marketing preferences. Use this tool to correct customer information or update their profile.
| Name | Type | Req | Description |
|---|---|---|---|
| customerId | string | yes | The ID of the customer to update |
| string | — | Customer's email address | |
| emailOptin | boolean | — | Email marketing opt-in status |
| firstName | string | — | Customer's first name |
| groupId | string | — | Customer group ID |
| lastName | string | — | Customer's last name |
| notes | string | — | Customer notes |
| phone | string | — | Customer's phone number |
| smsOptin | boolean | — | SMS marketing opt-in status |
| tags | array | — | Customer tags |
No output schema declared.
No examples provided.
swell_update_order_status ~95
Update the status of an order in your Swell store. Allows changing order status to pending, payment_pending, delivery_pending, complete, or canceled. Optionally add notes about the status change. Returns the updated order information.
| Name | Type | Req | Description |
|---|---|---|---|
| notes | string | — | Optional notes about the status change |
| orderId | string | yes | The ID of the order to update |
| status | string | yes | New status for the order |
No output schema declared.
No examples provided.
swell_update_product ~223
Update product information in your Swell store. Allows modification of product details including name, description, pricing, stock, SEO fields, categories, tags, and custom attributes. Returns a summary of changes made with before/after values.
| Name | Type | Req | Description |
|---|---|---|---|
| active | boolean | — | Product active status |
| attributes | object | — | Custom product attributes |
| categories | array | — | Product categories (IDs or slugs) |
| description | string | — | Product description |
| metaDescription | string | — | SEO meta description |
| metaTitle | string | — | SEO meta title |
| name | string | — | Product name |
| price | number | — | Product price (must be greater than 0) |
| productId | string | yes | The ID of the product to update |
| salePrice | — | — | Product sale price (must be greater than 0, null to remove) |
| sku | string | — | Product SKU |
| stockLevel | integer | — | Stock level (must be non-negative) |
| stockStatus | string | — | Stock status |
| tags | array | — | Product tags |
No output schema declared.
No examples provided.
swell_update_product_pricing ~116
Update pricing information for a product in your Swell store. Allows modification of regular price, sale price, and currency. Includes validation to ensure sale price is not higher than regular price.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | — | Currency code (e.g., USD, EUR) |
| price | number | — | Regular price (must be greater than 0) |
| productId | string | yes | The ID of the product to update pricing for |
| salePrice | — | — | Sale price (must be greater than 0, null to remove) |
No output schema declared.
No examples provided.
swell_update_product_stock ~138
Update stock-specific information for a product in your Swell store. Allows modification of stock levels, stock status, and stock tracking settings. Use this tool for focused stock management operations.
| Name | Type | Req | Description |
|---|---|---|---|
| orderId | string | — | Optional order ID when adjustment is related to an order |
| productId | string | yes | The ID of the product to update stock for |
| quantity | integer | yes | Quantity adjustment (positive to increase, negative to decrease) |
| reason | string | — | Reason for the stock adjustment |
| reasonMessage | string | — | Optional message describing the reason |
| variantId | string | — | Optional variant ID for variant-level adjustments |
No output schema declared.
No examples provided.