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.

io.github.codespar/mcp-vtex

NPM · @CODESPAR/MCP-VTEX · SCANNED AUG 3

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

Available components

+22 this week 68 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2333 tokens (~70/item across 33 items; 33 tools + 0 resources), lean.Pass
  • 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 · @codespar/mcp-vtex

# add to Claude Code
claude mcp add codespar-mcp-vtex -- npx -y @codespar/mcp-vtex
# add to Codex CLI
codex mcp add codespar-mcp-vtex -- npx -y @codespar/mcp-vtex
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-vtex": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-vtex"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-vtex --command npx --arg -y --arg @codespar/mcp-vtex
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-vtex:
    command: "npx"
    args: ["-y", "@codespar/mcp-vtex"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-vtex": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-vtex"
      ]
    }
  }
}
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 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +46
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • 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 46

    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/@codespar/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 33 exposed · ~2,266 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
cancel_order ~32

Cancel an order

NameTypeReqDescription
orderIdstringyesOrder ID
reasonstringReason for cancellation

No output schema declared.

No examples provided.

create_category ~100

Create a new category in the catalog

NameTypeReqDescription
DescriptionstringCategory description
FatherCategoryIdnumberParent category ID (null for root)
IsActivebooleanActive status (default true)
KeywordsstringSEO keywords (comma-separated)
NamestringyesCategory name
ShowInStoreFrontbooleanShow in store navigation
TitlestringPage title (SEO)

No output schema declared.

No examples provided.

create_coupon ~99

Create a promotion coupon code

NameTypeReqDescription
expirationIntervalPerUsestringTime between uses (ISO 8601 duration)
isArchivedbooleanArchived state (default false)
maxItemsPerClientnumberMax usage per customer (0 = unlimited)
promotionIdstringyesPromotion ID this coupon is tied to
utmSourcestringyesCoupon code / UTM source (what the customer types)

No output schema declared.

No examples provided.

create_giftcard ~155

Create a gift card for a customer (GiftCard Hub)

NameTypeReqDescription
captionstringyesShort description of the gift card
discountbooleanWhether the gift card is a discount (default false)
expiringDatestringyesExpiration date in ISO 8601 format
multipleCreditsbooleanAllow multiple credits (default true)
multipleRedemptionsbooleanAllow multiple redemptions (default true)
profileIdstringyesCustomer profile ID (email or client ID)
relationNamestringyesUnique identifier for client-gift card relationship (UUID recommended)
restrictedToOwnerbooleanRestrict redemption to the owner (default false)

No output schema declared.

No examples provided.

create_product ~129

Create a new product in the VTEX catalog

NameTypeReqDescription
BrandIdnumberyesBrand ID
CategoryIdnumberyesCategory ID
DescriptionstringProduct description (HTML supported)
DescriptionShortstringShort description
IsActivebooleanActive status (default true)
IsVisiblebooleanProduct visibility (default true)
LinkIdstringURL slug
NamestringyesProduct name
RefIdstringReference ID (internal code)
TitlestringPage title (SEO)

No output schema declared.

No examples provided.

create_promotion ~105

Create a promotion/discount in VTEX

NameTypeReqDescription
beginDateUtcstringyesStart date (ISO 8601)
endDateUtcstringyesEnd date (ISO 8601)
isActivebooleanActive status
namestringyesPromotion name
nominalDiscountValuenumberFixed discount amount
percentualDiscountValuenumberPercentage discount (0-100)
typestringyesPromotion type

No output schema declared.

No examples provided.

create_sku ~117

Create a new SKU for a product

NameTypeReqDescription
IsActivebooleanActive status
NamestringyesSKU name
PackagedHeightnumberPackaged height in cm
PackagedLengthnumberPackaged length in cm
PackagedWeightKgnumberPackaged weight in kg
PackagedWidthnumberPackaged width in cm
ProductIdnumberyesParent product ID
RefIdstringReference ID (internal code)

No output schema declared.

No examples provided.

create_subscription ~121

Create a recurring subscription for a customer (VTEX Subscriptions)

NameTypeReqDescription
customerEmailstringyesCustomer email
itemsarrayyesItems in the subscription (skuId + quantity)
nextPurchaseDatestringISO 8601 datetime of next purchase
planobjectyesPlan / frequency settings
purchaseSettingsobjectyesPurchase settings (currencyCode, paymentMethod, etc.)
shippingAddressobjectyesShipping address. Must include addressId or full address fields.
titlestringSubscription title

No output schema declared.

No examples provided.

create_warehouse ~88

Register a new warehouse (fulfillment center)

NameTypeReqDescription
idstringyesWarehouse ID (slug, unique)
isActivebooleanActive (default true)
namestringyesWarehouse display name
prioritynumberPriority among warehouses (lower = higher priority)
warehouseDocksarrayDocks (shipping origin points) attached to this warehouse

No output schema declared.

No examples provided.

get_catalog ~30

Get the catalog category tree

NameTypeReqDescription
levelsnumberNumber of category tree levels (default 3)

No output schema declared.

No examples provided.

get_giftcard ~29

Get gift card details by ID

NameTypeReqDescription
giftCardIdstringyesGift card ID

No output schema declared.

No examples provided.

get_inventory ~28

Get inventory/stock for a SKU across warehouses

NameTypeReqDescription
skuIdnumberyesSKU ID

No output schema declared.

No examples provided.

get_masterdata_document ~72

Get a document (customer profile, custom entity) from VTEX Master Data v2

NameTypeReqDescription
dataEntitystringyesData entity name (e.g., CL for clients)
fieldsstringComma-separated fields to return (default: all)
idstringyesDocument ID

No output schema declared.

No examples provided.

get_order ~26

Get full OMS order details by ID

NameTypeReqDescription
orderIdstringyesOrder ID

No output schema declared.

No examples provided.

get_product ~24

Get product details by ID

NameTypeReqDescription
productIdnumberyesProduct ID

No output schema declared.

No examples provided.

get_shipping_rates ~55

Simulate shipping rates for items to a postal code

NameTypeReqDescription
countrystringCountry code (default BRA)
itemsarrayyesItems to simulate
postalCodestringyesDestination postal code (CEP)

No output schema declared.

No examples provided.

get_sku_price ~45

Get pricing details for an SKU (base price, list price, markup, cost, fixed prices per trade policy)

NameTypeReqDescription
itemIdstringyesSKU / item ID

No output schema declared.

No examples provided.

invoice_order ~164

Issue a fiscal invoice (nota fiscal) for an order

NameTypeReqDescription
courierstringShipping carrier name
invoiceKeystringFiscal key (chave da NFe)
invoiceNumberstringyesInvoice number issued by the ERP
invoiceUrlstringURL to the invoice PDF/XML
invoiceValuenumberyesInvoice total value in cents
issuanceDatestringyesIssuance date in ISO 8601 format
itemsarrayyesItems in the invoice
orderIdstringyesOrder ID
trackingNumberstringTracking number
trackingUrlstringTracking URL
typestringyesInvoice type: Output (sale) or Input (return)

No output schema declared.

No examples provided.

list_categories ~40

List all categories with pagination

NameTypeReqDescription
fromnumberStart index (default 1)
tonumberEnd index (default 10)

No output schema declared.

No examples provided.

list_coupons ~15

List all promotion coupons

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_customer_orders ~64

List order history for a customer (filtered by email)

NameTypeReqDescription
clientEmailstringyesCustomer email
pagenumberPage number (default 1)
per_pagenumberItems per page
statusstringFilter by status

No output schema declared.

No examples provided.

list_orders ~131

List orders with optional filters

NameTypeReqDescription
f_creationDatestringDate range filter (e.g., creationDate:[2024-01-01T00:00:00.000Z TO 2024-12-31T23:59:59.999Z])
pagenumberPage number (default 1)
per_pagenumberItems per page (default 15)
qstringSearch query (order ID, customer name, email)
statusstringFilter by status (e.g., ready-for-handling, payment-approved)

No output schema declared.

No examples provided.

list_price_tables ~18

List all configured price tables (trade policies)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_products ~53

List products from VTEX catalog

NameTypeReqDescription
categoryIdnumberFilter by category ID
fromnumberStart index (default 1)
tonumberEnd index (default 10)

No output schema declared.

No examples provided.

list_skus ~26

List SKUs for a product

NameTypeReqDescription
productIdnumberyesProduct ID

No output schema declared.

No examples provided.

list_subscriptions ~59

List customer subscriptions

NameTypeReqDescription
pagenumberPage number (default 1)
perPagenumberItems per page
statusstringFilter by status (ACTIVE, PAUSED, CANCELED, EXPIRED)

No output schema declared.

No examples provided.

list_warehouses ~18

List all warehouses configured in the account

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_masterdata ~97

Search documents in a Master Data entity

NameTypeReqDescription
dataEntitystringyesData entity name (e.g., CL for clients)
fieldsstringyesComma-separated fields (required by VTEX)
rangeEndnumberPagination end (default 10)
rangeStartnumberPagination start (default 0)
wherestringFilter expression (e.g., [email protected])

No output schema declared.

No examples provided.

track_order_invoice ~67

Update tracking info for a previously issued invoice

NameTypeReqDescription
courierstringCarrier name
invoiceNumberstringyesInvoice number
orderIdstringyesOrder ID
trackingNumberstringyesTracking number
trackingUrlstringTracking URL

No output schema declared.

No examples provided.

update_inventory ~62

Update inventory quantity for a SKU at a specific warehouse

NameTypeReqDescription
quantitynumberyesNew quantity
skuIdnumberyesSKU ID
unlimitedQuantitybooleanSet unlimited quantity (default false)
warehouseIdstringyesWarehouse ID

No output schema declared.

No examples provided.

update_order_status ~30

Transition an order to the handling state (start fulfillment)

NameTypeReqDescription
orderIdstringyesOrder ID

No output schema declared.

No examples provided.

update_product ~88

Update an existing product in the VTEX catalog

NameTypeReqDescription
BrandIdnumberBrand ID
CategoryIdnumberCategory ID
DescriptionstringProduct description
IsActivebooleanActive status
IsVisiblebooleanProduct visibility
NamestringProduct name
productIdnumberyesProduct ID to update

No output schema declared.

No examples provided.

update_sku_price ~79

Update base/list/cost price for an SKU

NameTypeReqDescription
basePricenumberSelling base price
costPricenumberCost price
itemIdstringyesSKU / item ID
listPricenumberSuggested selling (crossed-out) price
markupnumberMarkup percentage

No output schema declared.

No examples provided.