{ "name": "shopify-multi-store-mcp-server", "version": "1.5.0", "description": "Multi-store Shopify Admin MCP server for Claude, Codex, Cursor, and VS Code. Search products, compare inventory and catalogs, run reports, and make guarded updates.", "mcpName": "io.github.alex-brecher/shopify-multi-store", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/alex-brecher/shopify-multi-store.git" }, "homepage": "https://github.com/alex-brecher/shopify-multi-store#readme", "bugs": { "url": "https://github.com/alex-brecher/shopify-multi-store/issues" }, "keywords": [ "ai-agent", "claude", "codex", "cursor", "ecommerce", "ecommerce-reporting", "graphql", "mcp", "mcp-server", "model-context-protocol", "shopify", "shopify-mcp", "shopify-admin-api", "shopify-graphql", "shopify-multi-store", "multi-store", "inventory-management", "order-management", "agent-skill" ], "publishConfig": { "access": "public", "provenance": true }, "type": "module", "main": "dist/index.js", "bin": { "shopify-multi-store": "scripts/cli.mjs" }, "files": [ "dist/", "docs/assets/", "docs/DIRECTORY-SUBMISSIONS.md", "scripts/", "skills/", ".claude/", ".codex-plugin/", ".mcp.json", "server.json", "glama.json", "README.md", "CHANGELOG.md", "CONTRIBUTING.md", "SECURITY.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "configure": "node scripts/configure-store.mjs", "import-legacy": "node scripts/import-legacy-stores.mjs", "skills:install": "node scripts/install-shopify-skills.mjs", "sync:skills": "node scripts/sync-skills.mjs", "test": "npm run build && node --test tests/integration.test.mjs", "test:live": "npm run build && node scripts/live-smoke-test.mjs", "prepack": "npm run sync:skills && npm test" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/server": "^2.0.0", "cross-keychain": "^1.1.0", "zod": "^4.4.3" }, "devDependencies": { "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^24.10.1", "typescript": "^7.0.2" } }