AI e-commerce operations. Inventory, pricing, segmentation, and analytics.
Connect Shopops to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AI e-commerce operations. Inventory, pricing, segmentation, and analytics. The shopops mcp server is what makes that connection.
The server will read the environment variables, connect to the configured store(s), and expose the MCP tools and resources.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
store_connect — Connects, lists, disconnects, or syncs a Shopify/WooCommerce store (action: "connect" \store_demo_seed — Creates a realistic demo store (20 products, 40 customers, 150+ orders) so you can explore every tool without real store credentialsinventory_status — Returns current stock levels, back-order flags and low-stock alertsinventory_forecast — Projects future inventory requirements using moving-average demand and safety-stock bufferspricing_analyze — Generates a price elasticity report and identifies under-/over-priced SKUspricing_optimize — Suggests optimal price points based on margin analysis, sales velocity, and configurable pricing rulescustomers_segment — Performs RFM analysis and assigns customers to one of seven segmentscustomers_churn — Scores customers for churn risk and provides retention recommendationsorder_anomalies — Detects potentially fraudulent or erroneous orders using pattern-recognition modelsproduct_performance — Conducts ABC analysis and returns contribution metrics per product classreport_daily — Generates a JSON/CSV daily operations summary (sales, inventory, alerts)report_weekly — Generates a weekly performance report with trend visualisationsInstallation goes through your MCP client rather than a global install: point it at shopops-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: LEMONSQUEEZY_LICENSE_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Shopops's toolset — store_connect, store_demo_seed, inventory_status and 9 more — is a fair guide to whether it matches your workflow. It is maintained by enzoemir1; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Shopops's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| store_connect | Connects, lists, disconnects, or syncs a Shopify/WooCommerce store (action: "connect" \ |
| 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. |
Or in your MCP client config:
```json
{
"mcpServers": {
"shopops-mcp": {
"command": "npx",
"args": ["-y", "shopops-mcp-server"],
"env": { "LEMONSQUEEZY_LICENSE_KEY": "YOUR-KEY-HERE" }
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LEMONSQUEEZY_LICENSE_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.