shopops-mcp
Connects to Shopify stores to provide inventory management and forecasting, AI-driven pricing analysis and optimization, RFM-based customer segmentation, churn risk scoring, order anomaly detection, product performance analysis, and automated daily/weekly reporting.
Connects to WooCommerce stores to provide inventory management and forecasting, AI-driven pricing analysis and optimization, RFM-based customer segmentation, churn risk scoring, order anomaly detection, product performance analysis, and automated daily/weekly reporting.
ShopOps MCP
AI-powered server that implements the Model Context Protocol (MCP) for managing Shopify and WooCommerce stores.
Features
Store connectors for Shopify and WooCommerce.
11 MCP tools covering inventory, pricing, customers, orders, product performance and reporting.
4 MCP resources exposing store overview, inventory, recent orders and top customers.
Inventory forecasting using moving-average demand plus safety-stock calculation.
RFM-based customer segmentation (7 distinct segments).
AI-driven pricing analysis and optimization.
Order anomaly / fraud detection.
ABC analysis of product performance.
Automated daily and weekly reports.
Dual transport: local
stdioand Streamable HTTP (MCPize).TypeScript,
@modelcontextprotocol/sdkv1.29+, Zod v4.Free tier, plus $25 and $45 paid plans.
Quick Start
# 1. Install the package
npm i shopops-mcp
# 2. Create a .env file (see Configuration section)
cp .env.example .env
# 3. Run the server (local stdio mode)
npx shopops-mcp run --transport stdio
# 4. Or start the HTTP endpoint (MCPize deployment)
npx shopops-mcp run --transport http --port 8080The server will read the environment variables, connect to the configured store(s), and expose the MCP tools and resources.
MCP Tools
Tool | Description |
| Establishes a connection to a Shopify or WooCommerce store and validates credentials. |
| Returns current stock levels, back-order flags and low-stock alerts. |
| Projects future inventory requirements using moving-average demand and safety-stock buffers. |
| Generates a price elasticity report and identifies under-/over-priced SKUs. |
| Suggests optimal price points based on AI-driven demand forecasts and competitor data. |
| Performs RFM analysis and assigns customers to one of seven segments. |
| Scores customers for churn risk and provides retention recommendations. |
| Detects potentially fraudulent or erroneous orders using pattern-recognition models. |
| Conducts ABC analysis and returns contribution metrics per product class. |
| Generates a JSON/CSV daily operations summary (sales, inventory, alerts). |
| Generates a weekly performance report with trend visualisations. |
MCP Resources
Resource | Description |
| High-level store metrics: total sales, orders, customers, and gross margin. |
| Full inventory catalogue with quantity on hand, reserved stock and forecasted shortages. |
| List of the most recent 100 orders with status, total value and payment method. |
| Top 50 customers ranked by lifetime value, purchase frequency and recency. |
Configuration
Create a .env file at the project root. The following variables are required:
Variable | Required for | Description |
| Shopify | Private app API key. |
| Shopify | Private app password. |
| Shopify | Store domain (e.g., |
| WooCommerce | REST API consumer key. |
| WooCommerce | REST API consumer secret. |
| WooCommerce | Store URL (e.g., |
| HTTP transport | Port for the Streamable HTTP endpoint (default |
| All | Logging verbosity ( |
| Pricing tools | Select pricing model ( |
| Inventory forecast | Number of days to forecast (default |
Optional variables:
Variable | Description |
| When set to |
| If provided, daily/weekly reports are uploaded to the specified S3 bucket. |
License
ShopOps MCP is released under the MIT License. See LICENSE for full terms.
Author: Automatia BCN
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enzoemir1/shopops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server