
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@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 |
list_orders | List orders with optional filters |
get_order | Get order details by ID |
list_skus | List SKUs for a product |
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 |
create_promotion | Create a promotion/discount in VTEX |
get_catalog | Get the catalog category tree |
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 |
create_product — Create a new productupdate_product — Update product detailscreate_sku — Create a SKU for a productcreate_category — Create a product categorylist_categories — List all product categoriescheckout_management — Manage checkout cart and order formmarketplace_integration — Marketplace seller and offer managementWant 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 21 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.