Shopify integration for AI agents.
Shopify integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves Shopify tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real Shopify actions, managed and audited.
Your user connects Shopify once; your agent can then read and manage store catalog data — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants Shopify access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported Shopify tools.
10 tools are generated from the published Shopify catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 10 tools. All published catalog entries are included in this page's server-rendered HTML.
- Run Shopify GraphQL query or mutation
- Executes an arbitrary GraphQL query or mutation against Shopify's API using the connected account. Use this escape hatch when reviewed tools do not cover the needed operation.
- graphqladvancedreadwritescope-unmapped
- Check Shopify Admin GraphQL endpoint
- Checks that the connected Shopify Admin GraphQL endpoint is reachable.
- graphqlhealthread
- Get a Shopify product by handle
- Returns a Shopify product by its storefront handle.
- productsread
- Change Shopify product status
- Changes the publication status of a Shopify product.
- productswrite
- Create a Shopify product
- Creates a product in Shopify and returns validation errors from the provider.
- productswrite
- Get a Shopify product
- Returns a Shopify product by its global ID, including its first 50 variants.
- productsread
- Update a Shopify product
- Updates a product in Shopify and returns validation errors from the provider.
- productswrite
- Count Shopify products
- Returns the number of products matching an optional Shopify search query.
- productsread
- List Shopify products
- Lists products in the connected Shopify shop with cursor pagination and optional search filters.
- productsread
- Get Shopify shop details
- Returns basic identity and locale metadata for the connected Shopify shop.
- shopread
Shopify integration, answered
- How do AI agents use Shopify through Open Connector?
- Your user connects Shopify once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes Shopify tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a Shopify MCP server?
- Yes. Open Connector can serve Shopify as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call Shopify actions with credentials injected server-side.
- Where do Shopify credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents Shopify — keep the keys.
Open source, self-hostable, with Shopify credentials that never leave your infrastructure. Run it from source today.