MCP.so
Sign In
S

Shopops Mcp

@enzoemir1

About Shopops Mcp

AI-powered e-commerce operations manager for Shopify and

Basic information

Category

Other

Transports

stdio

Publisher

enzoemir1

Submitted by

Enes Eserkan

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "shopops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopops-mcp"
      ],
      "env": {
        "SHOPIFY_ACCESS_TOKEN": "<YOUR_TOKEN>",
        "WOOCOMMERCE_KEY": "<YOUR_KEY>",
        "WOOCOMMERCE_SECRET": "<YOUR_SECRET>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Shopops Mcp?

Shopops Mcp is an AI-powered server that implements the Model Context Protocol (MCP) for managing Shopify and WooCommerce stores. It provides 11 MCP tools and 4 MCP resources covering inventory, pricing, customers, orders, product performance, and reporting, and is built with TypeScript using the @modelcontextprotocol/sdk v1.29+ and Zod v4.

How to use Shopops Mcp?

Install the package with npm i shopops-mcp, create a .env file with required store credentials, then run the server using npx shopops-mcp run --transport stdio for local mode or npx shopops-mcp run --transport http --port 8080 for the Streamable HTTP endpoint.

Key features of Shopops Mcp

  • Store connectors for Shopify and WooCommerce
  • 11 MCP tools for inventory, pricing, customers, orders
  • 4 MCP resources: store overview, inventory, orders, top customers
  • Inventory forecasting with moving-average demand and safety stock
  • RFM-based customer segmentation into 7 segments
  • Data-driven pricing analysis and margin-based optimization suggestions
  • Order anomaly and fraud detection using pattern recognition
  • ABC analysis of product performance
  • Automated daily and weekly reports
  • Dual transport: local stdio and Streamable HTTP (MCPize)
  • Free tier plus $25 and $45 paid plans

Use cases of Shopops Mcp

  • Monitor inventory levels and forecast future stock requirements
  • Analyze customer data and perform RFM segmentation
  • Optimize pricing with margin-based suggestions
  • Detect fraudulent or anomalous orders
  • Generate daily or weekly store performance reports

FAQ from Shopops Mcp

What store platforms are supported?

Shopops Mcp supports Shopify and WooCommerce stores.

What configuration is required?

A .env file with store-specific API keys, passwords, and store URLs is required. For Shopify you need SHOPIFY_API_KEY, SHOPIFY_API_PASSWORD, and SHOPIFY_STORE_DOMAIN. For WooCommerce you need WOOCOMMERCE_CONSUMER_KEY, WOOCOMMERCE_CONSUMER_SECRET, and WOOCOMMERCE_STORE_URL.

What transports are available?

Two transports are supported: local stdio (run with --transport stdio) and Streamable HTTP (run with --transport http on a configurable port, default 8080).

Is there a free tier?

Yes, a free tier is available, along with two paid plans at $25 and $45 per month.

Can I anonymize data in reports?

Yes, setting MCP_ENABLE_ANONYMIZATION=true in the configuration will mask personally identifiable data in generated reports.

Comments

More Other MCP servers