shopops-mcp
ShopOps MCP
ShopifyおよびWooCommerceストアを管理するための、Model Context Protocol (MCP) を実装したAI駆動型サーバー。
機能
ShopifyおよびWooCommerce用のストアコネクタ。
在庫、価格、顧客、注文、製品パフォーマンス、レポートを網羅する11個のMCPツール。
ストアの概要、在庫、最近の注文、トップ顧客を公開する4個のMCPリソース。
移動平均需要と安全在庫計算を用いた在庫予測。
RFMベースの顧客セグメンテーション(7つの異なるセグメント)。
マージンベースの最適化提案を含むデータ駆動型の価格分析。
注文の異常/不正検知。
製品パフォーマンスのABC分析。
自動化された日次および週次レポート。
デュアルトランスポート:ローカル
stdioおよび Streamable HTTP (MCPize)。TypeScript、
@modelcontextprotocol/sdkv1.29+、Zod v4。無料ティアに加え、25ドルおよび45ドルの有料プランを提供。
Related MCP server: Commerce-MCP
クイックスタート
# 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 8080サーバーは環境変数を読み取り、設定されたストアに接続し、MCPツールとリソースを公開します。
MCPツール
ツール | 説明 |
| ShopifyまたはWooCommerceストアへの接続を確立し、認証情報を検証します。 |
| 現在の在庫レベル、バックオーダーフラグ、在庫不足アラートを返します。 |
| 移動平均需要と安全在庫バッファを使用して、将来の在庫要件を予測します。 |
| 価格弾力性レポートを生成し、価格が不適切な(安すぎる/高すぎる)SKUを特定します。 |
| マージン分析、販売速度、設定可能な価格ルールに基づいて、最適な価格ポイントを提案します。 |
| RFM分析を実行し、顧客を7つのセグメントのいずれかに割り当てます。 |
| 顧客の解約リスクをスコアリングし、リテンション(維持)のための推奨事項を提供します。 |
| パターン認識モデルを使用して、不正または誤りの可能性がある注文を検知します。 |
| ABC分析を実施し、製品クラスごとの貢献度メトリクスを返します。 |
| JSON/CSV形式の日次運用サマリー(売上、在庫、アラート)を生成します。 |
| トレンドの可視化を含む週次パフォーマンスレポートを生成します。 |
MCPリソース
リソース | 説明 |
| ストアのハイレベルなメトリクス:総売上、注文数、顧客数、粗利益。 |
| 手持ち在庫、予約済み在庫、予測される不足分を含む完全な在庫カタログ。 |
| ステータス、合計金額、支払い方法を含む、直近100件の注文リスト。 |
| 生涯価値(LTV)、購入頻度、直近の購入日によってランク付けされた上位50名の顧客。 |
設定
プロジェクトのルートに .env ファイルを作成します。以下の変数が必要です:
変数 | 必要な対象 | 説明 |
| Shopify | プライベートアプリのAPIキー。 |
| Shopify | プライベートアプリのパスワード。 |
| Shopify | ストアドメイン(例: |
| WooCommerce | REST APIコンシューマーキー。 |
| WooCommerce | REST APIコンシューマーシークレット。 |
| WooCommerce | ストアURL(例: |
| HTTPトランスポート | Streamable HTTPエンドポイント用のポート(デフォルト |
| すべて | ログの詳細度( |
| 価格ツール | 価格戦略( |
| 在庫予測 | 予測する日数(デフォルト |
オプションの変数:
変数 | 説明 |
|
|
| 指定された場合、日次/週次レポートが指定のS3バケットにアップロードされます。 |
Proライセンス
ShopOpsは無料モードで提供されます。store_demo_seed、store_connect、inventory_status、pricing_analyze、customers_segment、product_performance、report_daily はオープンです。以下のツールにはProライセンスが必要です:
inventory_forecast— 移動平均需要予測 + 再発注点pricing_optimize— 実用的な価格変更の推奨customers_churn— 解約リスクスコアリング + リテンションの推奨order_anomalies— 不正/異常検知report_weekly— 週次トレンドレポート + AIインサイト
Proライセンスを購入する(29ユーロ、永久ライセンス、3台まで): https://automatiabcn.lemonsqueezy.com/buy/cbbe44f0-a146-4c65-88c8-71f371037758
または、Indie MCP Stack Bundle(69ユーロ、全4サーバー)を入手してください。
export LEMONSQUEEZY_LICENSE_KEY=YOUR-KEY-HEREまたは、MCPクライアントの設定で:
{
"mcpServers": {
"shopops-mcp": {
"command": "npx",
"args": ["-y", "shopops-mcp-server"],
"env": { "LEMONSQUEEZY_LICENSE_KEY": "YOUR-KEY-HERE" }
}
}
}検証はローカルに24時間キャッシュされるため、初回実行後は完全にオフラインで動作可能です。
ライセンス
ShopOps MCPは MITライセンス の下でリリースされています。完全な条項については LICENSE を参照してください。
作成者: Automatia BCN
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMulti-channel inventory intelligence for Shopify and Amazon sellers. 28 tools for stockout risk, demand forecasts, purchase order management, and sales analytics — with human-in-the-loop safeguards.502452MIT
- AlicenseDqualityDmaintenanceEnables natural-language control of e-commerce operations including product management, order processing, inventory tracking, customer service, content generation, and advertising analytics through 15 integrated MCP tools. Provides a local-first commerce automation solution with SQLite storage and extensible channel adapters for end-to-end online store workflows.153MIT
- AlicenseNot gradedqualityAmaintenanceEcommerce AI - MCP server providing AI-powered tools and automation by MEOK AI Labs11MIT
- FlicenseNot gradedqualityCmaintenanceHosted MCP server connecting Shopify, Klaviyo, GA4, Meta Ads, Google Ads, Xero, Gorgias and 20+ e-commerce data sources so AI assistants can answer merchant questions that span every source at once.
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Co-purchase intelligence and merchant ops tools for AI shopping, ecommerce, and B2B agents
Manage your Jumpseller store with AI. Products, orders, customers, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/automatiabcn/shopops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server