ClipMarts

E-commerce Stack

Shopify, Stripe, and ShipStation connected for store operations

$29Operator PackFor departments, agencies, and ops-heavy teams

What is E-commerce Stack?

A premium MCP bundle for e-commerce businesses. Includes Shopify (products, orders, inventory, customers), Stripe (payments, subscriptions, refunds), and ShipStation (shipments, labels, tracking). Fully integrated so your agent can manage products, process orders, handle payments, and coordinate fulfillment in one workflow.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-codecursor

What's Included

  • mcp-servers.json
  • servers/shopify/config.json
  • servers/shopify/auth-setup.md
  • servers/shopify/permissions.md
  • servers/stripe/config.json
  • servers/stripe/auth-setup.md
  • servers/shipstation/config.json
  • servers/shipstation/auth-setup.md
  • docker-compose.yaml
  • env.example
  • scripts/setup.sh
  • scripts/test-connections.sh
  • README.md

Preview

mcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": ["-y", "@mcp/shopify-server"],
      "env": {
        "SHOPIFY_STORE_URL": "${SHOPIFY_STORE_URL}",
        "SHOPIFY_ACCESS_TOKEN": "${SHOPIFY_ACCESS_TOKEN}",
        "SHOPIFY_API_VERSION": "2025-01"
      }
    },
    "stripe": {
      "command": "npx",
      "args": ["-y", "@mcp/stripe-server"],
      "env": {
        "STRIPE_SECRET_KEY": "${STRIPE_SECRET_KEY}",
        "STRIPE_WEBHOOK_SECRET": "${STRIPE_WEBHOOK_SECRET}"
      }
    },
    "shipstation": {
      "command": "npx",
      "args": ["-y", "@mcp/shipstation-server"],
      "env": {
        "SHIPSTATION_API_KEY": "${SHIPSTATION_API_KEY}",
        "SHIPSTATION_API_SECRET": "${SHIPSTATION_API_SECRET}"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./ecommerce-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip ecommerce-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./ecommerce-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill ecommerce-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "E-commerce Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the ecommerce-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "E-commerce Stack" from the list.

Share
Files included13
Setup time10 min
Difficultyintermediate

Tags

mcpshopifystripeshipstationecommercefulfillment