
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@codespar/mcp-vtex
Advanced tools
MCP server for VTEX — e-commerce platform with catalog, orders, inventory, and promotions
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"vtex": {
"command": "npx",
"args": ["-y", "@codespar/mcp-vtex"],
"env": {
"VTEX_ACCOUNT_NAME": "your-account",
"VTEX_APP_KEY": "your-app-key",
"VTEX_APP_TOKEN": "your-app-token"
}
}
}
}
claude mcp add vtex -- npx @codespar/mcp-vtex
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"vtex": {
"command": "npx",
"args": ["-y", "@codespar/mcp-vtex"],
"env": {
"VTEX_ACCOUNT_NAME": "your-account",
"VTEX_APP_KEY": "your-app-key",
"VTEX_APP_TOKEN": "your-app-token"
}
}
}
}
| Tool | Purpose |
|---|---|
list_products | List products from VTEX catalog |
get_product | Get product details by ID |
create_product | Create a new product in the VTEX catalog |
update_product | Update an existing product in the VTEX catalog |
list_skus | List SKUs for a product |
create_sku | Create a new SKU for a product |
list_categories | List all categories with pagination |
create_category | Create a new category in the catalog |
get_catalog | Get the catalog category tree |
list_orders | List orders with optional filters |
get_order | Get full OMS order details by ID |
update_order_status | Transition an order to the handling state (start fulfillment) |
invoice_order | Issue a fiscal invoice (nota fiscal) for an order |
track_order_invoice | Update tracking info for a previously issued invoice |
cancel_order | Cancel an order |
list_customer_orders | List order history for a customer (filtered by email) |
get_sku_price | Get pricing details for an SKU (base price, list price, markup, cost, fixed prices per trade policy) |
update_sku_price | Update base/list/cost price for an SKU |
list_price_tables | List all configured price tables (trade policies) |
get_inventory | Get inventory/stock for a SKU across warehouses |
update_inventory | Update inventory quantity for a SKU at a specific warehouse |
get_shipping_rates | Simulate shipping rates for items to a postal code |
list_warehouses | List all warehouses configured in the account |
create_warehouse | Register a new warehouse (fulfillment center) |
create_promotion | Create a promotion/discount in VTEX |
list_coupons | List all promotion coupons |
create_coupon | Create a promotion coupon code |
list_subscriptions | List customer subscriptions |
create_subscription | Create a recurring subscription for a customer (VTEX Subscriptions) |
get_masterdata_document | Get a document (customer profile, custom entity) from VTEX Master Data v2 |
search_masterdata | Search documents in a Master Data entity |
create_giftcard | Create a gift card for a customer (GiftCard Hub) |
get_giftcard | Get gift card details by ID |
VTEX uses app key and app token headers for API authentication.
VTEX provides sandbox access via partner accounts. Contact VTEX for developer access.
| Variable | Required | Description |
|---|---|---|
VTEX_ACCOUNT_NAME | Yes | VTEX account name |
VTEX_APP_KEY | Yes | API app key |
VTEX_APP_TOKEN | Yes | API app token |
VTEX_ENVIRONMENT | No | Environment host slug (default vtexcommercestable) |
Want to contribute? Open a PR or request a tool.
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
The npm package @codespar/mcp-vtex receives a total of 42 weekly downloads. As such, @codespar/mcp-vtex popularity was classified as not popular.
We found that @codespar/mcp-vtex demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.