
Mcp Vtex
Let your coding agent query and manage VTEX catalog, orders, inventory, and shipping from Claude Code or Cursor without leaving the editor.
Overview
io.github.codespar/mcp-vtex is a MCP server for the Build phase that connects coding agents to VTEX for e-commerce orders, products, inventory, and shipping operations.
What is this MCP server?
- stdio MCP transport via npm package @codespar/mcp-vtex (version 0.1.2)
- Covers e-commerce flows: orders, products, inventory, and shipping against VTEX
- Single required secret: VTEX_APP_TOKEN for API authentication
- Published from codespar/mcp-dev-brasil monorepo subfolder packages/ecommerce/vtex
- Agent-callable tools for day-to-day catalog and fulfillment tasks without custom scripts
- Package version 0.1.2 on npm as @codespar/mcp-vtex
- 1 required secret environment variable: VTEX_APP_TOKEN
- stdio transport only in published server schema
Community signal: 252 GitHub stars.
What problem does it solve?
Agents cannot safely act on your VTEX store without a governed bridge to orders, SKUs, stock, and shipment status.
Who is it for?
Solo builders on VTEX who want agent-assisted catalog, order, and fulfillment checks while building integrations.
Skip if: Teams not on VTEX or anyone who only needs a one-off REST call without MCP in their agent workflow.
What do I get? / Deliverables
After you register the server with VTEX_APP_TOKEN, your agent can pull and drive VTEX commerce data during implementation and ops tasks.
- Registered VTEX MCP server in your agent configuration
- Agent-accessible VTEX commerce operations for products, orders, inventory, and shipping
- Repeatable agent workflows without hand-written VTEX API glue for every task
Recommended MCP Servers
Journey fit
VTEX wiring belongs on the Build shelf because indie builders attach storefront and ops APIs while implementing the product, not during initial idea research. Integrations is the canonical subphase for third-party commerce platforms that expose orders, SKUs, and fulfillment to agent tooling.
How it compares
VTEX MCP integration for agent tooling, not a VTEX implementation skill or theme generator.
Common Questions / FAQ
Who is io.github.codespar/mcp-vtex for?
It is for indie developers and small teams using VTEX who want Claude Code, Cursor, or similar agents to read and manage commerce data through MCP.
When should I use io.github.codespar/mcp-vtex?
Use it during Build when you are integrating VTEX orders, products, inventory, or shipping into automations, internal tools, or agent-assisted workflows.
How do I add io.github.codespar/mcp-vtex to my agent?
Install @codespar/mcp-vtex from npm, configure stdio transport, set VTEX_APP_TOKEN as a secret environment variable, and register the server in your agent’s MCP settings.