How to Use the Salesforce Commerce Cloud MCP in Windsurf
Manage your Salesforce Commerce Cloud catalog directly from Windsurf using autonomous tool chains to update products and orders.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Salesforce Commerce Cloud MCP to Windsurf
Create your Vinkius account to connect Salesforce Commerce Cloud to Windsurf — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Autonomous Salesforce Commerce Cloud catalog management
Windsurf connects to your instance to handle routine catalog updates without manual intervention. Cascade can search for specific items using `sf_search_products` and then apply changes to status or description through `sf_update_product` in a single pass. You define the goal and the agent handles the logic. It chains these operations to ensure your storefront reflects the latest data without you needing to switch tabs or open the Salesforce dashboard.
Real-time order insights in Windsurf
Query your live order data to resolve customer issues or check fulfillment status. Using `sf_orders_by_status` and `sf_order_items`, the agent pulls specific order details directly into your workspace. This gives you a clear view of transaction history and line-item composition. It turns raw order data into immediate answers while you work on your code.
Dynamic price book verification
Verify your regional or channel-specific pricing by querying price books directly from your IDE. Cascade uses `sf_list_pricebooks` to identify the right ID, then fetches granular pricing with `sf_pricebook_entries`. You see exactly what price is active for a given product code or SKU. It removes the guesswork from pricing logic adjustments.
Set up Salesforce Commerce Cloud 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 Salesforce Commerce Cloud 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 Salesforce Commerce Cloud payment history." If connected, Cascade will call the Salesforce Commerce Cloud tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"salesforce-commerce-cloud-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 Salesforce. 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 Salesforce Commerce Cloud MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Salesforce Commerce Cloud MCP today
We host it, we monitor it, we maintain it. You just paste one token.