Skip to main content
Glama

πŸ›οΈ Commerce Cloud MCP Server

A server that helps connect your AI applications with Salesforce Commerce Cloud. It uses the Model Context Protocol (MCP) to make data exchange between your AI client application and Commerce Cloud instance.

✨ Features

  • πŸ›οΈ Product management and updates

  • πŸ“Š Order analysis and insights

  • πŸ—‚οΈ Custom object operations

  • πŸ“„ Content asset management

  • βš™οΈ Environment-based configuration

Related MCP server: Hybris MCP Server

πŸ”„ Flow Diagram

Flow Diagram

πŸš€ Setup Instructions

Prerequisites

  • Node.js version 22 or higher

  • Git

  • A Salesforce Commerce Cloud instance with OCAPI access

  • An MCP client application (like Claude Desktop App)

Installation Steps

  1. Clone the repository:

git clone https://github.com/your-username/commercecloud-mcp-server.git
cd commercecloud-mcp-server
  1. Install dependencies:

npm install
  1. Create and configure your environment file:

cp .env.example .env

Edit the .env file with your Salesforce Commerce Cloud credentials.

  1. Build the project:

npm run build
  1. Import OCAPI configurations:

    The OCAPI configuration files are located in the data/ocapi directory. Import them into your SFCC Business Manager:

    • Log into Business Manager

    • Navigate to Administration > Site Development > Open Commerce API Settings

    • For each JSON file in the data/ocapi directory:

      • Select the appropriate API type (Shop/Data)

      • Copy the contents of the JSON file

      • Paste into the configuration field

      • Click "Save"

    These configurations enable the necessary endpoints for the MCP server to function.

  2. Configure your MCP client application (Example - Claude Desktop App):

    • Open Claude Desktop App

    • Go to File > Settings > Developer > Edit Config

    • This will open a folder containing a file claude_desktop_config.json

    • Open the file in an editor and add the server details:

{
  "mcpServers": {
    "commercecloud": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/commercecloud-mcp-server/dist/index.js"]
    }
  }
}

Note: Replace /ABSOLUTE/PATH/TO/ with the actual path to your project folder.

πŸ“‹ Use Cases

Use Case Name

Description

Implementation Status

Product Details

Fetch product information from Commerce Cloud

βœ… Supported Now

Product Updates

Generate product descriptions from images and update product details automatically

βœ… Supported Now

Order Details

Analyze order patterns and get insights about customer purchase behavior

βœ… Supported Now

Custom Objects

Read, Write, and Create custom objects

βœ… Supported Now

Content Assets

Fetch content assets from Commerce Cloud

βœ… Supported Now

Content Updates

Generate content body from design images and update content assets automatically

βœ… Supported Now

Site Preferences

Manage site-specific configurations and preferences

πŸ”„ Future Implementation

Promotions & Campaign

Manage promotions and campaigns

πŸ”„ Future Implementation

Job Configurations

Manage job configurations

πŸ”„ Future Implementation

πŸ“š Supporting Documentation

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ‘₯ Credits

Greater minds than mine are behind creating tools that made this project possible. I would like to mention those projects

I hope you find this tool useful! 🌟

Made with ❀️ by Brinsil.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Provides comprehensive access to Salesforce B2C Commerce Cloud development tools including SFCC API documentation, best practices guides, log analysis, and system object definitions. Enables AI assistants to help with SFCC development tasks through both documentation-only mode and full credential-based mode.
    Last updated
    15
    263
    27
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to interact with SAP Commerce Cloud (Hybris) instances for product management, order viewing, FlexibleSearch queries, Groovy script execution, ImpEx operations, and system administration tasks.
    Last updated
    16
    13
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to manage Adobe Commerce and Magento 2 instances through business-level tools for catalog, promotions, CMS, and SEO. It features secure OAuth 1.0 authentication, safety guardrails for bulk operations, and built-in diagnostic reports for store health.
    Last updated
    38
    365
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Connects AI agents like Claude to the Tray Commerce platform, enabling natural language management of products, orders, and customers.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Connect e-commerce and marketing data to AI assistants via MCP.

  • Commission infrastructure for AI commerce β€” program discovery, attribution, and settlement.

  • Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brinzl/commercecloud-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server