PrestaShop Connector for AI agents.
10 live capabilities
Manage your eCommerce orders and inventory data instantly.
Waiting for input…
Why people use PrestaShop
PrestaShop for Real-Time Order Management
This Connector puts that data right in your chat. Instead of hunting through menus, you just ask your agent to find the last five orders or check the stock for a specific item. It pulls the live data from your store instantly, letting you focus on solving problems instead of searching for them.
What Vinkius changes
You get a direct, conversational interface to your PrestaShop store data without the manual overhead.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Resolving a shipping delay
A customer emails about a late package.
- Real-world use case 02
Inventory audit
You need to know which products are running low.
- Real-world use case 03
Headless commerce build
A developer needs a JSON list of all products in the Electronics category to build a new site using list_products and list_categories.
Complete set · 10capabilities
The complete PrestaShop capability set.
These are the exact actions your AI can choose when you ask it to work with PrestaShop.
01—04
4 capabilities in this set.
Part of 10 available through PrestaShop.
- 01 Capability
List orders
Scans recent sales and fulfillment statuses with specific limits on the number of results. This is perfect for checking your latest transactions quickly.
- 02 Capability
Get order
Extracts nested line items and payment success paths for a specific order ID. It gives you a complete breakdown of what a customer actually bought.
- 03 Capability
List customers
Lists customer emails and account creation dates for CRM tracking. Use this to see who is interacting with your store.
- 04 Capability
List categories
Shows the root and child category structure of your entire store. It helps you map out your shop's navigation layout.
05—07
3 capabilities in this set.
Part of 10 available through PrestaShop.
- 05 Capability
List addresses
Pulls physical delivery addresses for customers and orders. This is useful for coordinating shipping and logistics.
- 06 Capability
Get stock
Retrieves the specific stock quantity for one particular resource ID. Use this for a quick check on a single item's availability.
- 07 Capability
List currencies
Shows all active currencies accepted by your store. It lets you see what payment options your customers have.
08—10
3 capabilities in this set.
Part of 10 available through PrestaShop.
- 08 Capability
List products
Retrieves the full product catalog from your store's open-source database. This gives you a complete overview of your inventory.
- 09 Capability
Get product
Pulls the full pricing, description, and category data for a single product ID. You can see every detail of an item at a glance.
- 10 Capability
List stock
Displays the physical inventory quantities for your complex item structures. It shows you exactly what is available to sell right now.
Set up in minutes
One URL. Then ask PrestaShop to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PrestaShop from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PrestaShop, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PrestaShop for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PrestaShop URL.
- Step 03
Save and start
Save the connection and enable PrestaShop in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"prestashop": {
"url": "https://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PrestaShop
Open Agent mode in chat and ask: "Using PrestaShop, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"prestashop": {
"url": "https://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PrestaShop
Ask Copilot: "Using PrestaShop, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"prestashop": {
"url": "https://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PrestaShop
Open Cascade and ask: "Using PrestaShop, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"prestashop": {
"url": "https://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PrestaShop
Ask Cline: "Using PrestaShop, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add prestashop --transport http "https://edge.vinkius.com/vk_preview_tjHSwEag7jjlXpBq08KDpLt30hsTPDQGr12hESA8/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PrestaShop
Ask Claude: "Using PrestaShop, show me...". 10 tools are ready
Where the request belongs
Work PrestaShop can move forward.
This is for the e-commerce owner who's buried in support tickets and the warehouse manager who's tired of manual inventory counts.
E-commerce Manager
Checks order volumes and inventory depths to make better buying decisions on a Tuesday afternoon.
Support Agent
Quickly finds customer orders and addresses to resolve shipping disputes on the fly.
Frontend Developer
Pulls product IDs and category mappings to build out headless storefronts without manual data entry.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCS-Cart
Manage e-commerce and marketplaces via CS-Cart. track products and orders, handle customer data, audit vendors, and monitor taxes directly from any AI agent.
Magento (Adobe Commerce)
Manage e-commerce via Magento (Adobe Commerce). search products, track orders, and audit customer data.
Commerce.js
Manage your e-commerce store via Commerce.js. list products, manage carts, and handle orders directly from any AI agent.
CloudCart
Manage e-commerce and store operations via CloudCart. track products, monitor orders, and manage customers directly from any AI agent.
OpenCart
Connect your OpenCart store to AI agents. browse products, manage orders, track customers, and update fulfillment status through natural conversation.
Cart.com (AmeriCommerce)
E-commerce store orchestration via Cart.com. manage products, orders, and customers via AI.
Bring your own AI
Change the model, client or framework. Keep PrestaShop connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PrestaShop.
The practical details behind the request, access and result.
Does the PrestaShop MCP help me manage my store?
Yes, it lets your AI client interact with your store's data directly. You can ask questions about orders, products, and stock levels without leaving your chat interface.
Does this Connector require me to export any files?
No, it connects directly to your PrestaShop Webservice API. Your AI gets the live data it needs instantly, so there's no need to download or upload CSVs.
How does this help with customer support?
It makes finding information much faster. Your agent can pull up order details, shipping addresses, and customer history in seconds to help you resolve issues quickly.
Do I use this to check my inventory?
Absolutely. You can ask the AI to list your current stock levels or check the specific quantity for any item in your catalog.
Is this safe for my store data?
This Connector uses the official PrestaShop Webservice API. You provide your own credentials, ensuring your AI only accesses the information you authorize.
What kind of products can I see with this?
You can pull details for your entire catalog, including pricing, descriptions, and category mappings for any product in your store.
Can I use it for headless commerce?
Yes, it's great for developers who need to pull product data into other systems. You can ask the AI to list products and categories to help map out your store's structure.
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.
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'.
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.
One connection away
Give your agent a direct line to PrestaShop.
Connect PrestaShop once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available