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.

Swell MCP

NPM · SWELL-MCP · SCANNED SEP 21

Model Context Protocol server for Swell e-commerce platform integration with AI assistants

Available components

0 this week 91 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 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
Install

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

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

  • 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
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 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 →

MCP tools · 14 exposed · ~2,130 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
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.

NameTypeReqDescription
includeVariantsbooleanWhether to include variant stock information (default: true)
productIdstringyesThe 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.

NameTypeReqDescription
customerIdstringyesThe ID of the customer to retrieve
expandarrayFields to expand in response (default: ["orders", "addresses"])
includeOrderHistorybooleanWhether 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.

NameTypeReqDescription
expandarrayFields to expand in response (default: ["items", "account", "billing", "shipping"])
orderIdstringyesThe 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.

NameTypeReqDescription
expandarrayFields to expand in response (default: ["variants", "categories", "images"])
productIdstringyesThe 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.

NameTypeReqDescription
dateFromstringFilter customers created from this date (ISO format: YYYY-MM-DD)
dateTostringFilter customers created to this date (ISO format: YYYY-MM-DD)
emailstringFilter by specific email address
expandarrayFields to expand in response (e.g., ["orders", "addresses"])
limitintegerNumber of customers per page (max: 100, default: 20)
pageintegerPage number for pagination (default: 1)
searchstringSearch customers by name or email
sortstringSort 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.

NameTypeReqDescription
customerIdstringFilter by customer ID
dateFromstringFilter orders from this date (ISO format: YYYY-MM-DD)
dateTostringFilter orders to this date (ISO format: YYYY-MM-DD)
expandarrayFields to expand in response (e.g., ["items", "account", "billing", "shipping"])
limitintegerNumber of orders per page (max: 100, default: 20)
pageintegerPage number for pagination (default: 1)
sortstringSort order (e.g., "date_created_desc", "date_created_asc", "grand_total_desc")
statusstringFilter 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.

NameTypeReqDescription
activebooleanFilter by active status (true for active only, false for inactive only)
categorystringFilter by category slug or ID
expandarrayFields to expand in response (e.g., ["variants", "categories", "images"])
limitintegerNumber of products per page (max: 100, default: 20)
pageintegerPage number for pagination (default: 1)
sortstringSort order (e.g., "date_created_desc", "name_asc", "price_asc")
tagsarrayFilter 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.

NameTypeReqDescription
dateFromstringFilter customers created from this date (ISO format: YYYY-MM-DD)
dateTostringFilter customers created to this date (ISO format: YYYY-MM-DD)
expandarrayFields to expand in response (e.g., ["orders", "addresses"])
limitintegerNumber of customers per page (max: 100, default: 20)
pageintegerPage number for pagination (default: 1)
querystringyesSearch query to find customers (searches name, email, phone)
sortstringSort 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.

NameTypeReqDescription
activebooleanFilter by active status (true for active only, false for inactive only)
categorystringFilter by category slug or ID
expandarrayFields to expand in response (e.g., ["variants", "categories", "images"])
limitintegerNumber of products per page (max: 100, default: 20)
pageintegerPage number for pagination (default: 1)
querystringyesSearch query to find products
sortstringSort order (e.g., "relevance", "name_asc", "price_asc")
tagsarrayFilter 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.

NameTypeReqDescription
customerIdstringyesThe ID of the customer to update
emailstringCustomer's email address
emailOptinbooleanEmail marketing opt-in status
firstNamestringCustomer's first name
groupIdstringCustomer group ID
lastNamestringCustomer's last name
notesstringCustomer notes
phonestringCustomer's phone number
smsOptinbooleanSMS marketing opt-in status
tagsarrayCustomer 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.

NameTypeReqDescription
notesstringOptional notes about the status change
orderIdstringyesThe ID of the order to update
statusstringyesNew 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.

NameTypeReqDescription
activebooleanProduct active status
attributesobjectCustom product attributes
categoriesarrayProduct categories (IDs or slugs)
descriptionstringProduct description
metaDescriptionstringSEO meta description
metaTitlestringSEO meta title
namestringProduct name
pricenumberProduct price (must be greater than 0)
productIdstringyesThe ID of the product to update
salePriceProduct sale price (must be greater than 0, null to remove)
skustringProduct SKU
stockLevelintegerStock level (must be non-negative)
stockStatusstringStock status
tagsarrayProduct 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.

NameTypeReqDescription
currencystringCurrency code (e.g., USD, EUR)
pricenumberRegular price (must be greater than 0)
productIdstringyesThe ID of the product to update pricing for
salePriceSale 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.

NameTypeReqDescription
orderIdstringOptional order ID when adjustment is related to an order
productIdstringyesThe ID of the product to update stock for
quantityintegeryesQuantity adjustment (positive to increase, negative to decrease)
reasonstringReason for the stock adjustment
reasonMessagestringOptional message describing the reason
variantIdstringOptional variant ID for variant-level adjustments

No output schema declared.

No examples provided.

Common questions

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.