sfcc-mcp-server
If you are the rightful owner of sfcc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Salesforce Commerce Cloud (SFCC) APIs.
The SFCC MCP Server is designed to facilitate seamless interaction with Salesforce Commerce Cloud APIs. It dynamically registers endpoints based on a configuration file, automatically handles path and query parameters, and supports both GET and POST requests. The server uses OCAPI authentication via the client credentials flow and supports SFCC Data API endpoints, including product search. It is built to be easily configurable and extendable, allowing users to define custom handlers for specific endpoints. The server is designed to be used with various development environments, including VSCode, where it can be integrated as a command-line tool for enhanced productivity.
Features
- Dynamic endpoint registration based on configuration
- Automatic handling of path and query parameters
- Support for both GET and POST requests
- OCAPI authentication using client credentials flow
- Support for SFCC Data API endpoints, including product search