E-commerce Stack
Shopify, Stripe, and ShipStation connected for store operations
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.
10 min
Intermediate
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
{
"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
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip ecommerce-mcp-bundle.zipImport the skill
paperclipai skill import --from ./ecommerce-mcp-bundle/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
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the ecommerce-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "E-commerce Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging