development
Saleor runs the store's product catalog, orders, and configuration as a headless GraphQL backend. Connect the Saleor MCP server and Neotask can look up catalog data, check an order's details, and run commerce operations directly against your Saleor instance instead of you writing GraphQL queries by hand.
| Saleor MCP server | Query and manage products, orders, and store configuration on a Saleor headless commerce storefront. Look up catalog data, inspect order details, and run GraphQL-based commerce operations against a Saleor instance. |
Give the agent an order number; it looks up the order details directly in Saleor.
Ask for products matching a certain condition; the agent runs the query against Saleor and returns the results.
No — describe what you want and the agent runs the underlying GraphQL query against Saleor for you.
It can manage products, orders, and store configuration, not just read them.