How to Use the PrestaShop MCP in Windsurf
Windsurf connects directly to your store, letting Cascade pull order data and inventory levels without leaving your IDE.
Works with every AI agent you already use
…and any MCP-compatible client
Connect PrestaShop MCP to Windsurf
Create your Vinkius account to connect PrestaShop to Windsurf — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Real-time order and inventory visibility
Cascade reads your store data to keep your dashboard current. It uses `list_orders` to scan recent sales and `get_order` to pull specific fulfillment details for any transaction. This MCP Server provides the raw data your agent needs to track movement. You get accurate counts by calling `get_stock` or `list_stock` to see exactly what is sitting on your shelves.
Full catalog and metadata access
Your agent navigates your store structure using `list_categories` and `list_products`. It fetches granular item details through `get_product`, ensuring your code handles pricing and descriptions correctly. This gives your agent the context to build or update store pages. It maps your entire inventory layout so you can focus on writing features instead of manual data entry.
Customer and address management
Cascade retrieves CRM data through `list_customers` to help you correlate sales with specific accounts. It also maps delivery logistics by calling `list_addresses` to resolve shipping paths. Everything remains within your workspace. You handle complex user data by piping these responses into your local scripts or tests without external overhead.
Set up PrestaShop MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the PrestaShop MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my PrestaShop payment history." If connected, Cascade will call the PrestaShop tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"prestashop-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} 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.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about PrestaShop MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the PrestaShop MCP today
We host it, we monitor it, we maintain it. You just paste one token.