
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 | Description |
|---|---|
list_products | List products from VTEX catalog |
get_product | Get product details by ID |
create_product | Create a new product |
update_product | Update product details |
list_skus | List SKUs for a product |
create_sku | Create a new SKU |
list_categories | List categories with pagination |
create_category | Create a new category |
get_catalog | Get the catalog category tree |
| Tool | Description |
|---|---|
list_orders | List orders with optional filters |
get_order | Get full OMS order details by ID |
update_order_status | Start handling (fulfillment) on an order |
invoice_order | Issue a fiscal invoice (nota fiscal) for an order |
track_order_invoice | Update tracking info on an issued invoice |
cancel_order | Cancel an order |
list_customer_orders | List order history for a customer email |
| Tool | Description |
|---|---|
get_sku_price | Get base / list / cost price and fixed prices for an SKU |
update_sku_price | Update pricing for an SKU |
list_price_tables | List configured price tables (trade policies) |
| Tool | Description |
|---|---|
get_inventory | Get inventory/stock for a SKU across warehouses |
update_inventory | Update inventory quantity at a warehouse |
get_shipping_rates | Simulate shipping rates for items to a postal code |
| Tool | Description |
|---|---|
list_warehouses | List all warehouses |
create_warehouse | Register a new warehouse (fulfillment center) |
| Tool | Description |
|---|---|
create_promotion | Create a promotion/discount |
list_coupons | List promotion coupons |
create_coupon | Create a coupon code |
| Tool | Description |
|---|---|
list_subscriptions | List customer subscriptions |
create_subscription | Create a recurring subscription |
| Tool | Description |
|---|---|
get_masterdata_document | Get a document from a data entity |
search_masterdata | Search documents with filters |
| Tool | Description |
|---|---|
create_giftcard | Issue a gift card for a customer |
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 25 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.