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

Swell MCP

NPM · SWELL-MCP · SCANNED AUG 3

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

Available components

+33 this week 77 Trust /100
Trust breakdown (6 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 →

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
Install

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

# add to Claude Code
claude mcp add devkindhq-swell -- npx -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"]
// 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.

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

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 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.

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.

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.