Trader Information
Back to topOverview
Back to topWisWes is an AI shopping-assistant platform: a chat widget that drops onto your storefront, talks to shoppers in natural language, and acts on their behalf — searching the catalog, adding to cart, looking up orders, and completing checkout.
The WisWes integration for Magento connects your store to the WisWes assistant over the Model Context Protocol. Shoppers chat in their own words; the assistant calls real Magento APIs through a stateless /mcp endpoint served by your existing web server. Every action — cart updates, order placement, customer profile changes — routes through Magento's standard service contracts, so price rules, sales rules, stock reservations, and your other extensions all fire exactly as they would from the storefront UI.
The integration ships 22 typed tools the assistant can call across catalog, cart, checkout, customer, sales, and wishlist. A one-click admin handshake mints a shared secret and ships it to your WisWes workspace — merchants never see or copy a token. A nightly catalog push populates the WisWes vector index for semantic product search, with an on-demand button for bulk-update days.
Customer-scoped tools (cart, customer profile, orders) forward Magento's standard customer bearer token, so logged-in shoppers see only their own data and anonymous shoppers cannot read carts or orders. Tools throw LocalizedException with shopper-safe messages — internal stack traces never reach the AI. The module passes phpcs --standard=Magento2 with zero errors.
Features
- 22 typed AI tools spanning catalog search, category browse, cart add / update / remove, full checkout (address, shipping, payment, place order), customer profile and addresses, wishlist, and order status
- Stateless /mcp HTTP endpoint served by your existing Magento web server — no extra process or daemon to operate
- One-click admin handshake mints and ships the shared secret automatically; the merchant never handles the token
- Nightly catalog push to the WisWes vector index for semantic product search, with on-demand re-push from the admin or CLI
- Customer-aware: logged-in shoppers' carts, orders, and addresses are private to them
- Drop-in custom tools via the #[McpTool] PHP attribute — no fork required
- Bearer-auth on every request, LocalizedException boundary on every tool — no leaked stack traces
- Compatible with default themes and Hyvä-themed stores out of the box
- Open source under GPL-3.0-or-later — full source on GitHub
- Free forever; no in-extension paywall
Account and Pricing
The integration requires a WisWes account, which you can create at WisWes. The account is not created automatically during install — sign up first, then run the one-click handshake from Magento admin to connect the two.
The Magento integration itself is free and open source. WisWes itself comes with a 14-day free trial — no credit card required. After the trial:
Basic — $39.99/month — 1,000 conversations, plug-and-play widget
Pro — $179.99/month — 10,000 conversations, custom MCP with cart, product, and customer flows
Enterprise — from $499/month — unlimited conversations, A/B testing on prompts and flows, dedicated success manager, 99.9% uptime SLA
Model usage fees (Anthropic, OpenAI, etc.) are pass-through. Typical stores see $15–80/month on Basic, $60–250 on Pro, $200–800 on Enterprise. Bring your own API key to pay providers directly.
Full pricing detail at WisWes pricing.
Why Model Context Protocol
Model Context Protocol is the open standard for giving AI agents structured access to systems of record — originated by Anthropic, adopted by OpenAI, Google, and most major LLM vendors. WisWes connects to Magento through MCP, so the same integration also works with any future MCP-aware AI tool. Your investment is not locked to a single vendor.
Compatibility
Magento Open Source and Adobe Commerce 2.4.4, 2.4.5, 2.4.6, 2.4.7
PHP 8.1, 8.2, 8.3
Default themes and Hyvä-themed stores
Storefront widget is a single script tag inserted via Magento's native HTML Head config — no theme template edits
Support
Install guide
Documentation
Issue tracker
Email: wes@wiswes.com
Paid integration & on-store install — we can install, configure, and ship it for you
Keywords / tags: ai, chatbot, ai-assistant, mcp, model-context-protocol, shopping-assistant, conversational-commerce, customer-support, product-search, chat-widget
Composer package: wiswes/magento-mcp
Technical Specifications
Back to topSeller profile
Seller contact
Integrator
Current Version
1.0.7
Adobe Commerce platform compatibility
Adobe Commerce (cloud): 2.4 (current)
Adobe Commerce (on-prem): 2.4 (current)
Magento Open Source: 2.4 (current)
Type
Stable Build
Updated
07 July, 2026
Categories
Extensions, Customer Support, Live Chat
Documentation
License Type
GNU General Public License 3.0 (GPL-3.0)
Policy
Quality Report
Back to topAll tests were conducted on the latest versions of Adobe Commerce that existed for the compatible release lines at the moment of the extension submission. Latest versions of all other software were used, as applicable.
Release Notes
Back to top1.0.7:
- Compatible with Adobe Commerce (cloud) : 2.4
- Compatible with Adobe Commerce (on-prem) : 2.4
- Compatible with Magento Open Source : 2.4
- Stability: Stable Build
-
Description:
First public release. Adds 22 typed tools the WisWes AI shopping assistant calls against your store — catalog search, cart, checkout, customer, wishlist,
order status — over a stateless /mcp endpoint served by your existing Magento web server. One-click admin handshake mints the shared secret. Custom tools
via #[McpTool] attribute. Magento 2.4.4–2.4.7, PHP 8.1/8.2/8.3, GPL-3.0. Source: https://github.com/wiswes/magento.
Support
Back to topThe best place to start if you need help with a specific extension is to contact the developer. All Adobe Commerce developers have both a contact email and a support email listed.
Contact Vendor