MCP.so
登录

SAP Commerce MCP Server

@Dunkansdk

关于 SAP Commerce MCP Server

SAP Commerce (Hybris) MCP Server

基本信息

分类

其他

许可证

GPL-3.0 license

运行时

node

传输方式

stdio

发布者

Dunkansdk

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is SAP Commerce MCP Server?

This Model Context Protocol (MCP) server integrates with SAP Commerce Cloud’s OCC APIs to enable natural language interactions with product data through Claude.

How to use SAP Commerce MCP Server?

Install dependencies (npm install), build (npm run build), and start (npm start). Configure via environment variables for SAP Commerce URL, site, OAuth2 credentials, and logging. Use natural language queries in Claude to search products, manage carts, check orders, and more.

Key features of SAP Commerce MCP Server

  • Product search with pagination
  • Advanced filtering by category and price
  • Stock availability checks per location
  • Full cart creation, add, update, remove
  • Order status and history lookup
  • Real-time health and performance analytics

Use cases of SAP Commerce MCP Server

  • Find products using conversational queries
  • Check stock before adding to cart
  • Manage shopping carts programmatically
  • Monitor service health and performance trends
  • Retrieve order history for customer support

FAQ from SAP Commerce MCP Server

How does authentication work?

The server supports OAuth2 client credentials flow. Set SAP_COMMERCE_CLIENT_ID and SAP_COMMERCE_CLIENT_SECRET in environment variables; tokens are automatically refreshed with a 5-minute buffer.

What caching is implemented?

Product data is cached with a 5-minute TTL. Cache hit rates are monitored, and automatic invalidation and eviction policies manage memory.

What runtime requirements are there?

Node.js and npm are needed. The server runs locally and connects to an SAP Commerce Cloud instance via OCC APIs. SSL validation can be disabled for development.

Where are logs stored?

Logs are written to a logs directory with daily rotation and kept for 30 days. Separate files track errors, combined logs, and health metrics.

What error handling is included?

The server handles invalid product codes, network issues, authentication errors, API rate limiting, invalid category/promotion IDs, price range validation, and cart operation failures.

评论

其他 分类下的更多 MCP 服务器