io.github.enzoemir1/shopops-mcp
NPM · SHOPOPS-MCP-SERVER · SCANNED AUG 3
AI e-commerce operations. Inventory, pricing, segmentation, and analytics.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 99 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability88
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1208 tokens (~75/item across 16 items; 12 tools + 4 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · shopops-mcp-server
claude mcp add enzoemir1-shopops-mcp -- npx -y shopops-mcp-server
codex mcp add enzoemir1-shopops-mcp -- npx -y shopops-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"enzoemir1-shopops-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"shopops-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add enzoemir1-shopops-mcp --command npx --arg -y --arg shopops-mcp-server
mcp_servers:
enzoemir1-shopops-mcp:
command: "npx"
args: ["-y", "shopops-mcp-server"] {
"mcpServers": {
"enzoemir1-shopops-mcp": {
"command": "npx",
"args": [
"-y",
"shopops-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −27
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
customers_churn Churn Risk ~95
Identify customers at risk of churning based on RFM recency + frequency signals. Returns an object with at_risk, hibernating, and lost arrays — each contains customer id, name, email, last_order_date, days_since_last_order, total_spent, total_orders, and a win_back_recommendation string. Use this for targeted re-engagement campaigns.
| Name | Type | Req | Description |
|---|---|---|---|
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
customers_segment Customer Segmentation ~58
RFM (Recency, Frequency, Monetary) customer segmentation. Categorizes customers into segments: Champions, Loyal, Potential, At Risk, New, Hibernating, Lost — with actionable recommendations.
| Name | Type | Req | Description |
|---|---|---|---|
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
inventory_forecast Inventory Forecast ~61
Predict stock depletion dates using moving-average sales velocity. Returns reorder points, safety stock levels, and suggested reorder quantities for each product.
| Name | Type | Req | Description |
|---|---|---|---|
| product_id | string | — | Specific product ID (omit for all products) |
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
inventory_status Inventory Status ~92
Snapshot of current stock levels for a connected store. Returns a summary object with total product count, out-of-stock count, low-stock count (≤10 units), plus two arrays: out_of_stock and low_stock — each containing product id, title, sku, quantity, and status. Items are sorted by urgency (lowest quantity first). Read-only and idempotent.
| Name | Type | Req | Description |
|---|---|---|---|
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
order_anomalies Order Anomaly Detection ~100
Statistical anomaly detection on recent orders. Flags high-value orders (>3σ from mean), velocity spikes (customer ordering unusually fast), unusual quantities, off-hours purchases (2am-5am), and new-customer high-value orders. Returns an array of anomalies with order_id, anomaly_type, severity (low/medium/high), reason, and recommended_action. Useful for fraud detection and revenue spike investigation.
| Name | Type | Req | Description |
|---|---|---|---|
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
pricing_analyze Pricing Analysis ~108
Analyze pricing across products with margin calculation, sales velocity, and rule-based price optimization suggestions. Returns an array where each element contains product_title, current_price, cost, margin_percent, daily_units_sold, revenue_per_day, suggested_price (or null if no change recommended), and suggestion_reason. Pass product_id to scope to a single product, omit for full catalog.
| Name | Type | Req | Description |
|---|---|---|---|
| product_id | string | — | Specific product ID (omit for all) |
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
pricing_optimize Pricing Optimization ~89
Filtered pricing recommendations — only products where a price change is suggested. Returns a summary with total_suggestions count and an optimizations array (product, current_price, suggested_price, change_percent, reason, daily_revenue), sorted by absolute change_percent (biggest moves first). Use this instead of pricing_analyze when you only want actionable changes.
| Name | Type | Req | Description |
|---|---|---|---|
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
product_performance Product Performance (ABC Analysis) ~73
Product performance report with ABC analysis. Category A = top 80% revenue, B = next 15%, C = bottom 5%. Includes trends, margins, and daily sales velocity.
| Name | Type | Req | Description |
|---|---|---|---|
| period_days | integer | — | Analysis period in days (default 30) |
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
report_daily Daily Report ~59
Daily operational report: orders, revenue, top products, new vs returning customers, low stock alerts, and anomaly count.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | Date in YYYY-MM-DD format (defaults to today) |
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
report_weekly Weekly Report ~42
Weekly trend report: revenue/order changes vs previous week, customer segment distribution, trending products, and AI-generated insights.
| Name | Type | Req | Description |
|---|---|---|---|
| store_id | string | yes | Store ID |
No output schema declared.
No examples provided.
store_connect Connect Store ~238
Manage Shopify or WooCommerce store connections. action="connect" adds a new store and performs an initial sync of products, orders, and customers; action="sync" refreshes cached data for an existing store; action="list" returns all connected stores with their sync counts. Returns a JSON payload with store metadata (id, name, platform, url, counts, last_sync) — credentials are never returned.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | connect = add new store, sync = refresh existing store, list = show all stores |
| api_key | string | — | Platform API access token (required for connect) |
| api_secret | string | — | Platform API secret — REQUIRED for woocommerce, ignored for shopify |
| name | string | — | Human-readable store name (required for connect, e.g. "My Shop") |
| platform | string | — | "shopify" or "woocommerce" (required for connect) |
| store_id | string | — | Existing store UUID (required for sync) |
| url | string | — | Store base URL starting with https:// (required for connect, e.g. "https://myshop.myshopify.com") |
No output schema declared.
No examples provided.
store_demo_seed Seed Demo Store ~131
Create a realistic demo store populated with 20 products, 40 customers across 6 archetype buckets (champions, loyal, new, at-risk, hibernating, one-off), and 150+ orders spanning the last 6 months. Use this to explore ShopOps without real Shopify or WooCommerce credentials — every tool (inventory_status, customers_segment, order_anomalies, report_weekly, etc.) will return meaningful output on the returned store_id. Safe to call multiple times; each call creates a new demo store with a unique ID. Returns the store_id plus product/customer/order counts.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.