New:Socket for Asana Is Now Available.Learn more
Get Started

@codespar/mcp-vtex

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-vtex

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

npmnpm
Version
0.1.2
Version published
Weekly downloads
24
-54.72%
Maintainers
1
Weekly downloads
 
Created
Source

@codespar/mcp-vtex

MCP server for VTEX — e-commerce platform with catalog, orders, inventory, and promotions

npm License: MIT

Quick Start

Claude Desktop

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 Code

claude mcp add vtex -- npx @codespar/mcp-vtex

Cursor / VS Code

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"
      }
    }
  }
}

Tools

ToolDescription
list_productsList products from VTEX catalog
get_productGet product details by ID
list_ordersList orders with optional filters
get_orderGet order details by ID
list_skusList SKUs for a product
get_inventoryGet inventory/stock for a SKU across warehouses
update_inventoryUpdate inventory quantity for a SKU at a specific warehouse
get_shipping_ratesSimulate shipping rates for items to a postal code
create_promotionCreate a promotion/discount in VTEX
get_catalogGet the catalog category tree

Authentication

VTEX uses app key and app token headers for API authentication.

Sandbox / Testing

VTEX provides sandbox access via partner accounts. Contact VTEX for developer access.

Get your credentials

  • Go to VTEX Developer Portal
  • Access your VTEX admin or create a partner account
  • Generate an app key and app token from License Manager
  • Set the environment variables

Environment Variables

VariableRequiredDescription
VTEX_ACCOUNT_NAMEYesVTEX account name
VTEX_APP_KEYYesAPI app key
VTEX_APP_TOKENYesAPI app token

Roadmap

v0.2 (planned)

  • create_product — Create a new product
  • update_product — Update product details
  • create_sku — Create a SKU for a product
  • create_category — Create a product category
  • list_categories — List all product categories

v0.3 (planned)

  • checkout_management — Manage checkout cart and order form
  • marketplace_integration — Marketplace seller and offer management

Want to contribute? Open a PR or request a tool.

Enterprise

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.

License

MIT

Keywords

mcp

FAQs

Package last updated on 12 Apr 2026

Related posts