Salesforce Commerce Cloud Agentic MCP
Related Servers
Alternatives to Salesforce Commerce Cloud Agentic MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server for interacting with Salesforce Commerce Cloud (SFCC) APIs.6 npm12MIT
- AlicenseNot gradedqualityDmaintenanceConnects AI applications with Salesforce Commerce Cloud for product management, order analysis, custom object operations, and content asset management.8MIT
- AlicenseNot gradedqualityBmaintenanceEnables LLMs to securely read, manage, and operate Salesforce org resources through Model Context Protocol tools.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to query, mutate, and analyze Salesforce CRM data natively through the Model Context Protocol, without requiring API glue code.7 npm3-
- AlicenseAqualityCmaintenanceEnables AI agents to manage crypto payments, stores, products, and orders through the Model Context Protocol.2028 npmMIT
- FlicenseBqualityCmaintenanceConnects AI clients to retail customer, inventory, sales, order, and support capabilities through the Model Context Protocol.31-
TDQS
Scored across 8 tools
Each tool targets a distinct entity or operation with no overlap. Tools like sf_search_products and sf_products_by_family provide different views (search vs. category), and sf_list_pricebooks vs. sf_pricebook_entries clearly separate listing price books from viewing their entries.
All tool names begin with 'sf_' and use lowercase with underscores, but the pattern varies: some use verb_noun (sf_list_pricebooks), others use noun_preposition_noun (sf_orders_by_status), and one is a noun phrase (sf_order_items). Despite minor inconsistency, the style is uniform and readable.
8 tools is well-scoped for a Salesforce Commerce Cloud server covering price books, orders, and products. Each tool serves a clear purpose without overloading the agent.
The tool set covers reading and searching for orders, products, and price books, and includes one update (product). However, it lacks create/delete operations for orders and products, and no tools to manage price book entries or orders beyond reading, leaving notable gaps in the lifecycle.