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.

io.github.codespar/mcp-vtex

NPM · @CODESPAR/MCP-VTEX · SCANNED SEP 22

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

Available components

0 this week 84 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 91 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability72
  • 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 Management97
  • Stability observed for 29 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 33 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 34 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 io.github.codespar/mcp-vtex server?

io.github.codespar/mcp-vtex runs locally as an npm package, launched with npx -y @codespar/mcp-vtex. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @codespar/mcp-vtex

# add to Claude Code
claude mcp add codespar-mcp-vtex -- npx -y @codespar/mcp-vtex
// .cursor/mcp.json
{
  "mcpServers": {
    "codespar-mcp-vtex": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-vtex"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "codespar-mcp-vtex": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "codespar-mcp-vtex": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@codespar/mcp-vtex"
      ]
    }
  }
}
# add to Vellum
assistant mcp add codespar-mcp-vtex -t stdio -c npx -a -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.

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

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

  • 16 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 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.

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

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

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 22 Sept 2026 · Analysed npm/@codespar/mcp-vtex@0.2.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. 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
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=customer@example.com)

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.

Common questions

What is the io.github.codespar/mcp-vtex server?

io.github.codespar/mcp-vtex is listed in the public MCP registry as io.github.codespar/mcp-vtex. MCP server for VTEX, e-commerce, orders, products, inventory, shipping. This page covers its npm package (@codespar/mcp-vtex).

Is the io.github.codespar/mcp-vtex server safe to use?

io.github.codespar/mcp-vtex scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. 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 io.github.codespar/mcp-vtex server expose?

io.github.codespar/mcp-vtex exposes 33 tools: list_products, get_product, create_product, update_product, list_skus, and 28 more. Their descriptions and schemas cost roughly 2,266 tokens of context every time the server is loaded.

Is the io.github.codespar/mcp-vtex server still maintained?

io.github.codespar/mcp-vtex is still listed as active in the MCP registry. We last reached this channel on 22 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 io.github.codespar/mcp-vtex server under?

io.github.codespar/mcp-vtex declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.