Swell MCP
NPM · SWELL-MCP · SCANNED SEP 21
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 → Why this is hard to score →
Supply Chain Security92
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- 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
- 40 of 122 dependencies flagged as unhealthy. 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 129 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
- 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 Management93
- Stability observed for 28 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 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 14 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
How do I install the Swell MCP server?
Swell MCP runs locally as an npm package, launched with npx -y swell-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 · swell-mcp
claude mcp add devkindhq-swell -- npx -y swell-mcp
{
"mcpServers": {
"devkindhq-swell": {
"command": "npx",
"args": [
"-y",
"swell-mcp"
]
}
}
} {
"servers": {
"devkindhq-swell": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"swell-mcp"
]
}
}
} assistant mcp add devkindhq-swell -t stdio -c npx -a -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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 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 21 Sept 2026 · Analysed npm/swell-mcp@1.1.0
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| 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 |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| postinstall | unreviewed | node scripts/ensure-executable.js |
Background: Why install scripts are a supply-chain risk →
Dependencies 122 packages
| Packages resolved | 122 |
|---|---|
| Stale | 40 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
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.
What is the Swell MCP server?
Swell MCP is listed in the public MCP registry as io.github.devkindhq/swell. Model Context Protocol server for Swell e-commerce platform integration with AI assistants. This page covers its npm package (swell-mcp).
Is the Swell MCP server safe to use?
Swell MCP scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. Its build provenance is signed and verified. 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 Swell MCP server expose?
Swell MCP exposes 14 tools: swell_list_products, swell_get_product, swell_search_products, swell_check_stock, swell_update_product, and 9 more. Their descriptions and schemas cost roughly 2,130 tokens of context every time the server is loaded.
Is the Swell MCP server still maintained?
Swell MCP is still listed as active in the MCP registry. We last reached this channel on 21 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 Swell MCP server under?
Swell MCP declares the ISC licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.