commercetools introduced AI Plugins designed to equip coding agents with the knowledge and implementation patterns needed to build commerce applications correctly (commercetools Blog). The plugins bundle three components: a Knowledge MCP that provides live documentation and API schema lookup; a Commerce MCP that enables direct API interaction; and Skills that encode battle-tested implementation patterns for storefronts, cart flows, and checkout sequences (commercetools Blog).
The motivation behind the plugins addresses a critical gap in agentic development: knowing APIs is not the same as knowing how to assemble them correctly (commercetools Blog). Without Skills, agents can hallucinate endpoints and produce plausible-looking but structurally flawed implementations that fail in production. By capturing senior architect patterns in Skills, the plugins enable agents to build coherent, properly structured storefronts at the speed of autocomplete, without leaving the editor (commercetools Blog).
The plugins install in Claude Code, Cursor, VS Code Copilot, and OpenAI Codex, with the Knowledge MCP requiring no API key to start (commercetools Blog). commercetools demonstrated the end-to-end capability by building and deploying a production-ready B2C storefront—including product search, cart, checkout, authentication, and wishlist—from a single prompt (commercetools Blog).