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개 목록입니다. |
| 평생 가치, 구매 빈도 및 최근성 기준으로 순위가 매겨진 상위 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