Saleor

Saleor MCP Connector for Claude

A+

Connect your AI to your headless Saleor e-commerce store. Seamlessly manage products, audit recent orders, and assist customers natively through your chat.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Empower your conversational AI with deep access to Saleor, the highly scalable, headless GraphQL-first e-commerce engine designed around high performance experiences. Connect your environment to actively manage your daily retail store operations, inspect products, or troubleshoot customer inquiries natively from chat.

What you can do

  • Inventory & Catalogs — Quickly inspect your store's entire directory (list_products). Retrieve detailed specifics such as available variants, pricing, and precise stock configurations per individual product ID (get_product).
  • Category Orchestration — Browse how your catalog is organized internally by fetching collections (list_collections) and sub-categories (list_categories) without toggling through web dashboards.
  • Order Fulfillment Auditing — Easily review a list of the latest purchases happening on your platform (list_orders) and quickly grab comprehensive snapshots of individual receipts, line items, or billing addresses (get_order).
  • Customer Assistance — Query your database to find registered profiles globally (list_customers) or drill down into specific shopper's order details and status natively (get_customer).
  • Architecture Inspection — Inspect high-level configuration such as default currencies and active regions by utilizing list_channels or retrieving global details via get_shop_info.

How it works

  1. Authorize the Saleor mapping tools within your workspace integrations.
  2. Access your main Saleor backend dashboard.
  3. Generate a dedicated internal App Token containing adequate reading/managing authorizations.
  4. Enter the Saleor Cloud GraphQL API Endpoint and the generated access token simultaneously into the connection securely.
  5. Ask the AI: "Find out order specifics and shipping details for order number '334'."
graphql-apiproduct-cataloginventory-managementdigital-commerceorder-processingstorefront-management

10 tools expose this connector's capabilities to your AI agent.

get_customer

Retrieves profile information and order history for a specific customer

get_order

Retrieves details for a specific order

get_product

Retrieves details for a specific product by ID

get_shop_info

Retrieves global shop configuration

list_categories

Lists all product categories

list_channels

Lists all configured sales channels

list_collections

Lists all product collections

list_customers

Lists all customers/users registered in the shop

list_orders

Lists recent customer orders

list_products

Lists all products in the Saleor store

See how to talk to your AI agent using Saleor.

List all products in my store.

I've carefully queried the Saleor GraphQL endpoint and successfully retrieved the top 20 verified product listings natively currently published within the e-commerce directory mapped accurately here.

Find out order specifics and shipping details for order number '334'.

I checked order '334'. It was placed cleanly by 'customer@example.com'. The exact billing address covers CA, and unfortunately the fulfillment standing reveals it's listed strictly as unfulfilled currently.

What currencies does the store utilize in the available sales channels?

I queried the high-level Sales Channels settings securely. You maintain three active pipelines functioning flawlessly: USD for the primary US store, GBP representing the UK environment, and EUR cleanly implemented on the continental node.

No. The integration focuses securely on read-only queries. It fetches critical information such as stock numbers, recent sales, and product characteristics without actively overwriting, resolving, or destroying records to protect e-commerce transactional integrity.

Related Connectors