ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use PrestaShop with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Bring your PrestaShop store to your AI. orchestrate orders, extract deep product metadata, and track inventory stock levels natively via 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 PrestaShop capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through PrestaShop.

  1. 01

    List customers

    Limits response arrays via bounds (e.g., 0,20). Maps basic CRM points for subsequent order correlations. List PrestaShop customers tracking emails, first and last names, and account creation dates

  2. 02

    List addresses

    Limits response arrays via bounds (e.g., 0,20). Used to analyze spatial destination data linked implicitly to customers and orders. List physical PrestaShop customer/order addresses mapping delivery logistics lines

  3. 03

    List categories

    List all PrestaShop root and child categories dictating store navigation geometry

  4. 04

    List currencies

    List all active currencies configured and accepted implicitly within the target store interface

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through PrestaShop.

  1. 05

    Get order

    Maps raw Webservice XML nodes into consumable arrays. Get PrestaShop nested order by explicit ID, tracing line items, billing/shipping boundaries, and payment success paths

  2. 06

    Get stock

    Get PrestaShop specific stock quantity node explicitly by constrained resource ID

  3. 07

    List orders

    Limits response arrays via bounds (e.g., 0,20). Critical for scanning recent sales history mapped directly against specific customer IDs. List PrestaShop active orders retrieving order references, current fulfillment statuses, and totals

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through PrestaShop.

  1. 08

    Get product

    Get an individual PrestaShop product by ID, returning full pricing, descriptions, and category associations

  2. 09

    List products

    Use the limit parameter string to bound results (e.g., 0,20). Native XML responses are parsed and converted to structured arrays. List PrestaShop products with full details, retrieving items from the open-source eCommerce catalog

  3. 10

    List stock

    Resolves specific stock trace items which dictate the physical inventory logic overriding standard product rules. List PrestaShop available stock quantities mapping exact units over specific complex item structures

Observed, not estimated

811ms average. Fast in production.

PrestaShop is checked daily against the live service.

Daily averagePeak 1035ms
Aug 20Today
Fastest day
712ms
Slowest day
1035ms
14-day trend
Slowing+14%

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 PrestaShop, so you can see the experience inside your AI.

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

PrestaShop Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/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 — PrestaShop capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "prestashop-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/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 PrestaShop owners ask.

  • 01

    Can the AI handle PrestaShop's complex XML responses?

    Yes. While PrestaShop's Core API sends XML trees, the AI parses nodes extracting items, IDs, and pricing fluidly, eliminating the need for you to read tag-heavy formats manually.

  • 02

    Is there a way to limit the amount of products or orders I query?

    Absolutely. Functions like list_products and list_orders accept a limit parameter string in bounds format (like 0,20). Just ask the AI to 'show me the first 5 orders'.

  • 03

    Can it inspect how many physical items are in stock?

    Yes. Under the hood, PrestaShop splits stock models. Using list_stock and get_stock, the AI retrieves the exact array nodes managing physical stock overriding quantities.