{ "name": "mcp-shopify-admin", "version": "1.1.0", "description": "MCP server for the Shopify Admin API (GraphQL) — products, orders, customers, inventory, discounts and shop data of one store for AI agents.", "mcpName": "io.github.A1-x-Tech/mcp-shopify-admin", "type": "module", "bin": { "mcp-shopify-admin": "dist/index.js" }, "files": [ "dist", "test" ], "engines": { "node": ">=20" }, "scripts": { "build": "rm -rf dist && tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "typecheck": "tsc -p tsconfig.check.json", "smoke": "node --import tsx src/smoke.ts", "test": "npm run test:src && npm run test:dist", "test:src": "node --import tsx --test $(find src -name '*.test.ts')", "test:dist": "npm run build && node --test test/dist-smoke.test.js", "prepare": "npm run build", "prepublishOnly": "npm run typecheck && npm test" }, "keywords": [ "mcp", "model-context-protocol", "shopify", "shopify-admin", "ecommerce", "products", "orders", "inventory" ], "license": "MIT", "author": "gistrec ", "repository": { "type": "git", "url": "git+https://github.com/A1-x-Tech/mcp-shopify-admin.git" }, "homepage": "https://github.com/A1-x-Tech/mcp-shopify-admin#readme", "bugs": { "url": "https://github.com/A1-x-Tech/mcp-shopify-admin/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^25.9.3", "tsx": "^4.22.4", "typescript": "^5.7.0" } }