Salesforce Commerce Cloud Connector for AI agents.
8 live capabilities
Manage your retail catalog and order fulfillment through direct data access.
Waiting for input…
Why people use Salesforce Commerce Cloud
Salesforce Commerce Cloud for Retail Catalog Management
This Connector changes that by letting you just ask your AI agent for the info. You can pull up a list of active products in a family or check the status of a dozen orders in one go. You get the answers you need in a single chat window.
What Vinkius changes
You get instant access to your commerce data through a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking order contents
An agent asks what is in order ORD-101.
- Real-world use case 02
Updating a product
A manager wants to stop selling a faulty SKU.
- Real-world use case 03
Finding regional pricing
A salesperson needs to know the price for a partner in Europe.
Complete set · 8capabilities
The complete Salesforce Commerce Cloud capability set.
These are the exact actions your AI can choose when you ask it to work with Salesforce Commerce Cloud.
01—04
4 capabilities in this set.
Part of 8 available through Salesforce Commerce Cloud.
- 01 Capability
Sf orders by status
Filter orders by status like Draft or Activated for quick revenue analysis. This helps you see what needs attention immediately.
- 02 Capability
Sf search orders
Look up specific transactions by order number or account name. This is the fastest way to find a customer's order history.
- 03 Capability
Sf search products
Find items in your catalog using a name or SKU to get details like family and status. Use this to quickly pull product info.
- 04 Capability
Sf update product
Change product names, descriptions, families, or toggle active status. This lets you manage your catalog without manual data entry.
05—08
4 capabilities in this set.
Part of 8 available through Salesforce Commerce Cloud.
- 05 Capability
Sf pricebook entries
Get product names, codes, and unit prices within a specific price book. Use this to check prices for different regions.
- 06 Capability
Sf products by family
Browse all active products belonging to a specific category or family. It gives you a high-level view of your catalog.
- 07 Capability
Sf list pricebooks
View all price books in your org including descriptions and standard flags. This is your first step to finding specific pricing.
- 08 Capability
Sf order items
See every product, quantity, and price for a specific order number. This helps you verify exactly what is in a customer's box.
Set up in minutes
One URL. Then ask Salesforce Commerce Cloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Salesforce Commerce Cloud 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_x5RLAx30sTnaXB0Q8dfDz9zvKkoEIU3JgWQPNrN0/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 Salesforce Commerce Cloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Salesforce Commerce Cloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_x5RLAx30sTnaXB0Q8dfDz9zvKkoEIU3JgWQPNrN0/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 Salesforce Commerce Cloud URL.
- Step 03
Save and start
Save the connection and enable Salesforce Commerce Cloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-commerce-cloud": {
"url": "https://edge.vinkius.com/vk_preview_x5RLAx30sTnaXB0Q8dfDz9zvKkoEIU3JgWQPNrN0/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 Salesforce Commerce Cloud
Open Agent mode in chat and ask: "Using Salesforce Commerce Cloud, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-commerce-cloud": {
"url": "https://edge.vinkius.com/vk_preview_x5RLAx30sTnaXB0Q8dfDz9zvKkoEIU3JgWQPNrN0/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 Salesforce Commerce Cloud
Ask Copilot: "Using Salesforce Commerce Cloud, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-commerce-cloud": {
"url": "https://edge.vinkius.com/vk_preview_x5RLAx30sTnaXB0Q8dfDz9zvKkoEIU3JgWQPNrN0/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 Salesforce Commerce Cloud
Open Cascade and ask: "Using Salesforce Commerce Cloud, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-commerce-cloud": {
"url": "https://edge.vinkius.com/vk_preview_x5RLAx30sTnaXB0Q8dfDz9zvKkoEIU3JgWQPNrN0/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 Salesforce Commerce Cloud
Ask Cline: "Using Salesforce Commerce Cloud, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add salesforce-commerce-cloud --transport http "https://edge.vinkius.com/vk_preview_x5RLAx30sTnaXB0Q8dfDz9zvKkoEIU3JgWQPNrN0/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 Salesforce Commerce Cloud
Ask Claude: "Using Salesforce Commerce Cloud, show me...". 8 tools are ready
Where the request belongs
Work Salesforce can move forward.
This is for the e-commerce manager who is tired of clicking through twenty different screens just to find one SKU or the fulfillment lead who needs to see order contents without full admin access.
E-commerce Manager
Updates product families and descriptions during seasonal catalog refreshes.
Order Fulfillment Specialist
Checks order statuses and line items to ensure accurate shipping.
Product Team Member
Verifies pricing entries across different regions and price books.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBigCommerce
Manage your online store with product catalogs, order fulfillment, and customer data for high-volume e-commerce operations.
Shopline
Equip your AI agent to autonomously manage your Shopline store. Audit products, track order fulfillment, fetch customer profiles, and monitor store collections seamlessly.
Kibo Commerce
Manage e-commerce catalogs, orders, and real-time inventory via Kibo Commerce.
NCR Voyix
Manage commerce and retail operations via NCR Voyix. track orders, sites, products, and inventory directly from your AI agent.
Cart.com (AmeriCommerce)
E-commerce store orchestration via Cart.com. manage products, orders, and customers via AI.
Salesforce Sales Cloud
Manage leads, opportunities, accounts, contacts, and your entire sales pipeline through natural conversation with your Salesforce CRM.
Bring your own AI
Change the model, client or framework. Keep Salesforce 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 Salesforce.
The practical details behind the request, access and result.
Can the Salesforce Commerce Cloud MCP help me find products by SKU?
Yes, you can ask your agent to find any item using its name or SKU. It will pull the product details, including its family and active status, directly into your chat.
How do I check my regional pricing with this Connector?
You can ask your agent to list your price books and then check the specific entries. This helps you see how prices differ across various regions or customer tiers.
Can I update product descriptions using the Salesforce Commerce Cloud MCP?
Yes, you can tell your agent to update a product's description, name, or family. It will make those specific changes in your Salesforce catalog for you.
How does the Salesforce Commerce Cloud MCP handle order statuses?
The Connector allows your agent to filter and show orders based on their status. You can quickly see which orders are still in draft or have been successfully activated.
Can I see what's inside a specific order with the Salesforce Commerce Cloud MCP?
You can ask about a specific order number, and the agent will list every line item. It provides the product names, quantities, and unit prices for that order.
Is the Salesforce Commerce Cloud MCP good for tracking fulfillment?
It is great for high-level tracking. You can quickly check order statuses and see what items need to be packed without needing to navigate the full admin dashboard.
What product data can I manage?
Search products by name or code, filter by family, view active status, and update fields like name, description, and active status.
Can I view order details?
Yes. search orders, filter by status, and view complete line items with quantities and prices.
How do price books work?
List all price books, then view entries for each. showing product, unit price, and active status.
One connection away
Give your agent a direct line to Salesforce.
Connect Salesforce once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available