@alfe.ai/shopify-mcp
v0.2.7
Published
Shopify MCP server — full store management (products, orders incl. fulfil/refund, customers, inventory) over the Admin GraphQL API with Alfe OAuth credentials
Readme
@alfe.ai/shopify-mcp
Shopify MCP server — full store management (products, orders incl. fulfil/refund, customers, inventory) over the Admin GraphQL API with Alfe OAuth credentials.
Part of Alfe — the operating system for AI agents: build, deploy, and run agents with persistent memory, identity, integrations, and channels. See the documentation to get started.
Install
npm install @alfe.ai/shopify-mcpSafety model
Every store operation requires the canonical your-store.myshopify.com domain
shown by shopify_list_shops; custom hosts and URL paths are rejected before a
Shopify access token is sent. GraphQL requests have bounded input, deadline,
retry, and response limits, and redirects are disabled.
Commerce-critical mutations require exact confirmation values in addition to their target arguments:
- price updates confirm the variant ID and price;
- fulfillment confirms the fulfillment-order ID;
- refunds and cancellations confirm the order ID; and
- inventory adjustments confirm the inventory item, location, and signed quantity delta.
These confirmations are designed to bind an approval to the action's actual consequence. Large reads must be narrowed or paginated rather than returned as one unbounded MCP result.
Links
- 🌐 Website: https://alfe.ai
- 📚 Docs: https://docs.alfe.ai
