ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Saleor Headless API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your AI to your headless Saleor e-commerce store. Seamlessly manage products, audit recent orders, and assist customers natively through your chat.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Saleor Headless API capability set.

These are the exact actions your AI can choose when you ask it to work with Saleor Headless API.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Saleor Headless API.

  1. 01

    List collections

    Lists all product collections

  2. 02

    Get product

    Retrieves details for a specific product by ID

  3. 03

    List customers

    Lists all customers/users registered in the shop

  4. 04

    List orders

    Lists recent customer orders

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Saleor Headless API.

  1. 05

    Get customer

    Retrieves profile information and order history for a specific customer

  2. 06

    Get order

    Retrieves details for a specific order

  3. 07

    Get shop info

    Retrieves globalThis shop configuration

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Saleor Headless API.

  1. 08

    List categories

    Lists all product categories

  2. 09

    List channels

    Lists all configured sales channels

  3. 10

    List products

    Lists all products in the Saleor store

Observed, not estimated

869ms average. Fast in production.

Saleor Headless API is checked daily against the live service.

Daily averagePeak 1071ms
Aug 20Today
Fastest day
760ms
Slowest day
1071ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Saleor Headless API, so you can see the experience inside your AI.

It does not authenticate your account with Saleor Headless API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Saleor Headless API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_j3mvi8fKyIAr5EgXcsZ9lrEBlO8tzq58pj2vOi5H/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Saleor Headless API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "saleor-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_j3mvi8fKyIAr5EgXcsZ9lrEBlO8tzq58pj2vOi5H/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Saleor Headless API owners ask.

  • 01

    Can the AI forcefully complete, modify, or delete existing customer orders in my Saleor shop?

    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.

  • 02

    Does it require a specific Saleor Cloud paid plan to use this integration?

    A specific plan is not heavily mandated by the capability itself as long as your environment successfully exposes the standard backend GraphQL endpoint and permits the creation of standard administrative App Tokens within your environment policies.

  • 03

    Why do some commands ask for a 'GraphQL ID' specifically?

    Saleor’s core architecture uses unique Base64-encoded strings (like 'UHJvZHVjdDoxMjM=') as identifiers natively, rather than typical numeric database IDs. Always use the list_orders or list_products capabilities first to discover these exact encoded IDs natively, then seamlessly pass them to the exact fetching capabilities to pull their full snapshots.