Vinkius
PrestaShop

PrestaShop MCP. Query live order, inventory, and customer data instantly.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

PrestaShop MCP on Cursor AI Code Editor MCP Client PrestaShop MCP on Claude Desktop App MCP Integration PrestaShop MCP on OpenAI Agents SDK MCP Compatible PrestaShop MCP on Visual Studio Code MCP Extension Client PrestaShop MCP on GitHub Copilot AI Agent MCP Integration PrestaShop MCP on Google Gemini AI MCP Integration PrestaShop MCP on Lovable AI Development MCP Client PrestaShop MCP on Mistral AI Agents MCP Compatible PrestaShop MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

PrestaShop MCP Server gives your AI agent direct access to your live e-commerce database. It lets you run complex queries—like checking inventory levels, pulling specific order line items, or finding a customer's full address history—all through natural conversation.

No need to log into the back office or parse XML files manually.

What your AI agents can do

Get order

Gets a single order by ID, returning its line items, billing details, and payment status.

Get product

Retrieves all pricing, descriptions, and category links for one specific product ID.

Get stock

Checks the exact available stock count for a given resource ID.

+ 7 more capabilities included
Track Live Orders

Fetch specific order records by ID or list recent orders to see their fulfillment status and total value.

Manage Stock Levels

Determine the exact, constrained number of units available for sale using a specific product or resource ID.

Detail Product Metadata

Retrieve full data on any single product, including its base pricing and all associated categories.

List Customer Profiles

Query basic customer information (name, email) and their recorded physical addresses for shipping purposes.

Map Store Catalog Structure

Retrieve lists of all active product categories or available currencies configured in the store.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

PrestaShop MCP Server: 10 Tools for E-commerce Data

Use these ten tools to programmatically read your PrestaShop data. Map orders, retrieve products, manage stock counts, and look up customer details in a single chat session.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using PrestaShop on Vinkius
get019d75f9

get order

Gets a single order by ID, returning its line items, billing details, and payment status.

get019d75f9

get product

Retrieves all pricing, descriptions, and category links for one specific product ID.

get019d75f9

get stock

Checks the exact available stock count for a given resource ID.

list019d75f9

list addresses

Lists physical customer or order addresses to map delivery destinations.

list019d75f9

list categories

Provides a list of all main and child product categories used on the store site.

list019d75f9

list currencies

Lists every active currency accepted by the store checkout system.

list019d75f9

list customers

Gets basic customer info like names and email addresses for account lookup.

list019d75f9

list orders

Lists recent orders, showing references, current fulfillment status, and total amounts.

list019d75f9

list products

Provides a list of all products in the catalog, including full details for every item.

list019d75f9

list stock

Lists available stock quantities across multiple complex items based on product structure.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with PrestaShop, then connect any of our 4,900+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,900+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
PrestaShop MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by PrestaShop. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Manually pulling order details from old dashboards sucks.

Right now, if a customer complains about Order #452, you're stuck in a cycle of tabs: the main orders view shows status X. You click into the specific order to see line items Y and Z. Then you open another panel just for shipping details to find their address.

With this MCP server, ask your agent directly: 'Show me Order #452 and its delivery details.' The AI runs `get_order` and pulls all necessary data streams—items, payment status, shipping boundaries—into one clean response. You get the full picture instantly.

PrestaShop MCP Server: Get order and inventory ops from chat.

You stop having to copy product IDs, open a separate sheet, run a stock check API call, and then manually match the result back to the original invoice. It’s a multi-step process that wastes time.

The AI handles the entire sequence. You ask it to 'Check stock for products in Order #452,' and it runs `get_order` followed by multiple `get_stock` calls, giving you one consolidated answer.

What you can do with this MCP connector

Your AI agent connects straight to your PrestaShop e-commerce database. You don't gotta log into the back office or parse XML files manually; your agent just talks to the system and gets you the data you need.

Tracking Orders: When you use list_orders, your agent pulls a list of recent sales, giving you references, total amounts, and the current fulfillment status for every order. If you need deep details on one specific sale, calling get_order lets your agent grab that single record by ID. You'll get everything: all the line items purchased, who paid, and what the billing details were.

Managing Stock: To check inventory, you use list_stock, which reports available quantities across multiple complicated products based on how they're structured in your catalog. For a single resource ID, calling get_stock gives you the exact current count of units ready to ship. This tells you precisely what's sitting on the shelf right now.

Product Metadata: You can pull full data on any product using get_product. That tool returns all the pricing info, descriptions, and every category link associated with a single product ID. If you need a complete list of everything sold, running list_products gives your agent access to the entire catalog's details.

Customer Records: When you query basic customer info using list_customers, your agent grabs names and email addresses for quick account lookups. For shipping purposes or resolving disputes, calling list_addresses pulls all physical locations tied to customers or specific orders, letting you map out where things gotta go.

Catalog Mapping: Your AI client can see the whole structure of your store by running list_categories, which gives a complete rundown of every main and child product category. If you need to know what payment methods are accepted, list_currencies provides a list of all active currencies configured in your checkout system.

The Mechanics: The agent doesn't just read data; it runs complex queries that handle the API calls for you. A support rep can ask why an order is stuck, and the agent instantly pulls the payment status from get_order, checks the inventory count via get_stock, and confirms the customer's shipping address using list_addresses.

You get real-time access to every piece of structured data—from product descriptions (get_product) to listing all available products (list_products). It's direct, fast, and keeps you out of the administrative mess.

Built · Hosted · Managed by Vinkius PrestaShop MCP Server - Order & Inventory Ops Server ID 019d75f9-5397-73ac-bc19-b66f8d699943
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About PrestaShop MCP

How do I check if an order is fulfilled using the list_orders tool? +

The list_orders tool provides a current fulfillment status field. You can query recent orders and filter for statuses like 'Shipped' or 'Awaiting Payment' to track where they are in the process.

What is the difference between list_products and get_product? +

list_products gives you an array of many products, showing a catalog overview. get_product lets you focus on one specific ID, giving all its unique details like pricing and category bindings.

Can I use list_stock to check multiple SKUs? +

Yes, the list_stock tool is designed for this. It accepts complex item structures, allowing you to map available units across several products simultaneously.

How does get_order handle address data? +

get_order pulls the core transaction data. If you need a deeper look at the customer's stored address history, use list_addresses separately for better results.

What credentials do I need to connect my agent using tools like `list_customers`? +

You must provide your PrestaShop URL and a Webservice Key. These are the two required connection parameters for the MCP server. The key authenticates your requests, so keep it secure.

How does `get_product` handle complex data fields like nested category associations? +

The tool parses raw Webservice XML nodes into consumable arrays automatically. It surfaces nested data—like multiple category IDs—into a structured format your agent can read directly.

Are there rate limits when running bulk checks using `list_orders`? +

The server handles request throttling to protect the store's API. If you hit sustained high volume, your AI client will receive a standard rate limit error code.

Does `list_currencies` provide details on specific sales tax rates or promotions? +

No, this tool only lists the active currencies configured in the store. For tax rates or promotional pricing logic, you'll need to inspect order line items via get_order.

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.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for PrestaShop. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.