Community-developed MCP server by Bold Commerce that connects AI agents like Claude to Magento 2 REST API. Provides 14 tools organized into three categories: Product Management (10 tools for querying, searching, updating products, managing categories, stock, attributes, and related products), Customer Management (1 tool for retrieving customer order history by email), and Order & Revenue Analytics (4 tools for order counts, revenue totals, revenue by country, and product sales statistics). Supports advanced product search with filtering and sorting, attribute updates via attribute code, and relative date expressions (today, yesterday, last week, this month, YTD). Enables natural language queries like "What products has customer@email.com ordered?" or "How much revenue did we make in The Netherlands this year to date?" Requires Magento 2 instance with REST API access and API token (System > Integrations). Installed via npm with Node.js v14+ and configured through Claude Desktop or other MCP clients. Includes SSL certificate bypass for development (should use proper certs in production). Uses Zod for input validation. Licensed under GPL-3.0.
This server provides the following tools for AI assistants:
Update a specific attribute of a product by SKU (price, description, status, etc.)
Get detailed information about a product by its SKU
Get detailed information about a product by its ID
Search for products using Magento search criteria
Search for products with advanced filtering and sorting options
Get categories for a specific product by SKU
Get products related to a specific product by SKU
Get stock information for a product by SKU
Get all attributes for a product by SKU
Get all ordered products for a customer by email address
Get the number of orders for a given date range (supports relative dates like "today", "last week")
Get the total revenue for a given date range (supports relative dates)
Get revenue filtered by country for a given date range (supports country codes and names)
Get statistics about quantity of products sold, including top-selling products