AI e-commerce operations. Inventory, pricing, segmentation, and analytics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
AI-powered server that implements the Model Context Protocol (MCP) for managing Shopify and WooCommerce stores.
stdio and Streamable HTTP (MCPize).@modelcontextprotocol/sdk v1.29+, Zod v4.The server will read the environment variables, connect to the configured store(s), and expose the MCP tools and resources.
| Tool | Description |
|---|---|
store_connect | Connects, lists, disconnects, or syncs a Shopify/WooCommerce store (action: "connect" | "list" | "disconnect" | "sync") and validates credentials. |
store_demo_seed | Creates a realistic demo store (20 products, 40 customers, 150+ orders) so you can explore every tool without real store credentials. |
inventory_status | Returns current stock levels, back-order flags and low-stock alerts. |
inventory_forecast | Projects future inventory requirements using moving-average demand and safety-stock buffers. |
pricing_analyze | Generates a price elasticity report and identifies under-/over-priced SKUs. |
pricing_optimize | Suggests optimal price points based on margin analysis, sales velocity, and configurable pricing rules. |
customers_segment | Performs RFM analysis and assigns customers to one of seven segments. |
customers_churn | Scores customers for churn risk and provides retention recommendations. |
order_anomalies | Detects potentially fraudulent or erroneous orders using pattern-recognition models. |
product_performance | Conducts ABC analysis and returns contribution metrics per product class. |
report_daily | Generates a JSON/CSV daily operations summary (sales, inventory, alerts). |
report_weekly | Generates a weekly performance report with trend visualisations. |
| Resource | Description |
|---|---|
store://overview | High-level store metrics: product, order, and customer counts per connected store. |
store://inventory | Low-stock alerts: active products with on-hand quantity β€ 10, sorted lowest first. |
store://orders/recent | The 20 most recent orders across all stores, with order number, total, status and date. |
store://customers/top | Top 20 customers by total spending, with name, email and order count. |
ShopOps reads only a handful of environment variables. Store credentials are not env vars β
they are passed to the store_connect tool at runtime (one connection per store), so the same
server process can manage multiple Shopify/WooCommerce stores.
| Variable | Required | Description |
|---|---|---|
PORT | No | If set (or MCPIZE=true), the server runs as a Streamable HTTP endpoint on this port (default 8080) instead of local stdio. |
MCPIZE | No | Set to true by the MCPize runtime to force HTTP transport. |
LEMONSQUEEZY_LICENSE_KEY | No | Pro license key. Without it the server runs in Free tier (see Pro License). |
A minimal .env is provided in .env.example.
Shopify and WooCommerce credentials are supplied as parameters to store_connect, e.g.:
store_connect returns a store_id that every other tool takes as input. To explore the server
without real credentials, call store_demo_seed instead.
Roadmap (not yet implemented): report anonymization, S3 report export, and a configurable pricing-model / log-level are planned but not read by the current release.
ShopOps ships in Free mode β store_demo_seed, store_connect, inventory_status, pricing_analyze, customers_segment, product_performance, and report_daily are open. The following tools require a Pro license:
inventory_forecast β moving-average demand forecasting + reorder pointspricing_optimize β actionable price-change recommendationscustomers_churn β churn risk scoring + retention recommendationsorder_anomalies β fraud / anomaly detectionreport_weekly β week-over-week trend report + AI insightsBuy a Pro License (β¬29, lifetime, 3 machines): https://automatiabcn.lemonsqueezy.com/buy/cbbe44f0-a146-4c65-88c8-71f371037758
Or get the Indie MCP Stack Bundle (β¬69, all 4 servers).
Or in your MCP client config:
Validation is cached locally for 24 h β fully offline-capable after first run.
ShopOps MCP is released under the MIT License. See LICENSE for full terms.
Author: Automatia BCN
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shopops-mcp)<a href="https://allmcps.com/mcp/shopops-mcp"><img src="https://allmcps.com/api/badge/shopops-mcp?style=directory" alt="Shopops MCP on AllMCPs" /></a>