npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/brinzl-commercecloud-mcp-server

v0.0.1

Published

Commerce Cloud MCP Server

Readme

🛍️ 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

🔄 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.