2,500+ MCP servers ready to use
Vinkius

Salesforce Commerce Cloud MCP Server for Windsurf 8 tools — connect in under 2 minutes

Built by Vinkius GDPR 8 Tools IDE

Windsurf brings agentic AI coding to a purpose-built IDE. Connect Salesforce Commerce Cloud through the Vinkius and Cascade will auto-discover every tool — ask questions, generate code, and act on live data without leaving your editor.

Vinkius supports streamable HTTP and SSE.

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install Salesforce Commerce Cloud and 2,500+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·json
{
  "mcpServers": {
    "salesforce-commerce-cloud": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
Salesforce Commerce Cloud
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Salesforce Commerce Cloud MCP Server

Connect Salesforce Commerce to any AI agent.

Windsurf's Cascade agent chains multiple Salesforce Commerce Cloud tool calls autonomously — query data, analyze results, and generate code in a single agentic session. Paste the Vinkius Edge URL, reload, and all 8 tools are immediately available. Real-time tool feedback appears inline, so you see API responses directly in your editor.

What you can do

  • Products — Search by name/code, filter by family, update catalog items
  • Orders — Search by number/account, filter by status, view line items
  • Price Books — List price books and view pricing entries

The Salesforce Commerce Cloud MCP Server exposes 8 tools through the Vinkius. Connect it to Windsurf in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Salesforce Commerce Cloud to Windsurf via MCP

Follow these steps to integrate the Salesforce Commerce Cloud MCP Server with Windsurf.

01

Open MCP Settings

Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"

02

Add the server

Paste the JSON configuration above into mcp_config.json

03

Save and reload

Windsurf will detect the new server automatically

04

Start using Salesforce Commerce Cloud

Open Cascade and ask: "Using Salesforce Commerce Cloud, help me..."8 tools available

Why Use Windsurf with the Salesforce Commerce Cloud MCP Server

Windsurf provides unique advantages when paired with Salesforce Commerce Cloud through the Model Context Protocol.

01

Windsurf's Cascade agent autonomously chains multiple tool calls in sequence, solving complex multi-step tasks without manual intervention

02

Purpose-built for agentic workflows — Cascade understands context across your entire codebase and integrates MCP tools natively

03

JSON-based configuration means zero code changes: paste a URL, reload, and all 8 tools are immediately available

04

Real-time tool feedback is displayed inline, so you see API responses directly in your editor without switching contexts

Salesforce Commerce Cloud + Windsurf Use Cases

Practical scenarios where Windsurf combined with the Salesforce Commerce Cloud MCP Server delivers measurable value.

01

Automated code generation: ask Cascade to fetch data from Salesforce Commerce Cloud and generate models, types, or handlers based on real API responses

02

Live debugging: query Salesforce Commerce Cloud tools mid-session to inspect production data while debugging without leaving the editor

03

Documentation generation: pull schema information from Salesforce Commerce Cloud and have Cascade generate comprehensive API docs automatically

04

Rapid prototyping: combine Salesforce Commerce Cloud data with Cascade's code generation to scaffold entire features in minutes

Salesforce Commerce Cloud MCP Tools for Windsurf (8)

These 8 tools become available when you connect Salesforce Commerce Cloud to Windsurf via MCP:

01

sf_list_pricebooks

Returns price book name, description, active status, and IsStandard flag. Every Salesforce org has a Standard Price Book. Additional price books allow different pricing for channels, regions, or customer tiers (e.g., "Partner Pricing", "Enterprise Discount"). Use to find price book IDs before viewing entries. List all price books in Salesforce with name, description, active status, and whether it is the standard price book

02

sf_order_items

Returns product name, quantity, unit price, total price, and description per line item. Use when the user asks "what is in this order?", needs to review order composition, or wants to verify pricing before activation. Get all line items of a specific Salesforce order — products, quantities, unit prices, and total prices per item

03

sf_orders_by_status

Use for order management: "how many draft orders need activation?", "show all activated orders", or for revenue analysis by order status. Get Salesforce orders filtered by status (Draft or Activated) for order management and fulfillment tracking

04

sf_pricebook_entries

Returns product name, product code, unit price, currency, and active status. Price book entries define the actual price of a product in a specific context (channel, region, tier). Use to check pricing, compare across price books, or verify product availability in a specific price book. Get all product price entries within a specific price book — products with their unit prices and active status

05

sf_products_by_family

Returns products within a category (e.g., "Hardware", "Software", "Services"). Use when the user asks about products in a specific category, wants a category-level view, or needs to browse the catalog by family. Get all active products within a specific product family for category-level catalog browsing

06

sf_search_orders

Returns order number, account name, status (Draft/Activated), total amount, effective date, and order owner. Orders represent confirmed customer transactions. Use when the user asks about customer orders, wants to look up a specific order number, or needs to review order history. Search Salesforce orders by order number or account name to find transactions with status, total, and dates

07

sf_search_products

Returns product name, product code (SKU), product family, description, and whether the product is active. Products define what can be sold — they are linked to price books for pricing. Use when the user asks about product catalog, wants to find a specific product, or needs product IDs for orders. Search the Salesforce product catalog by name or product code to find items with family, description, and active status

08

sf_update_product

Common operations: set IsActive to false to discontinue a product, change Family to reclassify, update Description, or rename. Only specified fields change. Update a product in the Salesforce catalog — change name, description, active status, product code, or family

Example Prompts for Salesforce Commerce Cloud in Windsurf

Ready-to-use prompts you can give your Windsurf agent to start working with Salesforce Commerce Cloud immediately.

01

"Search for all products in the Enterprise family"

02

"Show all draft orders"

03

"What items are in order ORD-001?"

Troubleshooting Salesforce Commerce Cloud MCP Server with Windsurf

Common issues when connecting Salesforce Commerce Cloud to Windsurf through the Vinkius, and how to resolve them.

01

Server not connecting

Check Settings → MCP for the server status. Try toggling it off and on.

Salesforce Commerce Cloud + Windsurf FAQ

Common questions about integrating Salesforce Commerce Cloud MCP Server with Windsurf.

01

How does Windsurf discover MCP tools?

Windsurf reads the mcp_config.json file on startup and connects to each configured server via Streamable HTTP. Tools are listed in the MCP panel and available to Cascade automatically.
02

Can Cascade chain multiple MCP tool calls?

Yes. Cascade is an agentic system — it can plan and execute multi-step workflows, calling several tools in sequence to accomplish complex tasks without manual prompting between steps.
03

Does Windsurf support multiple MCP servers?

Yes. Add as many servers as needed in mcp_config.json. Each server's tools appear in the MCP panel and Cascade can use tools from different servers in a single flow.

Connect Salesforce Commerce Cloud to Windsurf

Get your token, paste the configuration, and start using 8 tools in under 2 minutes. No API key management needed.