MCP.so
登录
S

SAP Hybris C4C MCP Server by CData

@CDataSoftware

关于 SAP Hybris C4C MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for SAP Hybris C4C (beta): https://www.cdata.com/download/download.aspx?sku=OHZK-V&type=beta

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\sap-hybris-c4c.prp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is SAP Hybris C4C MCP Server by CData?

This read-only MCP server allows LLMs (like Claude Desktop) to query live SAP Hybris C4C data using natural language. It wraps the CData JDBC Driver for SAP Hybris C4C, which exposes SAP Hybris C4C data as relational SQL models, providing a simple MCP interface for AI clients.

How to use SAP Hybris C4C MCP Server by CData?

Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for SAP Hybris C4C, configure a connection string using the driver’s utility, create a .prp file with connection details, and add the server to your Claude Desktop config file (claude_desktop_config.json). The server runs via java -jar CDataMCP-jar-with-dependencies.jar <path-to-prp-file>.

Key features of SAP Hybris C4C MCP Server by CData

  • Read-only access to live SAP Hybris C4C data
  • Natural language querying via AI clients like Claude Desktop
  • Built on the CData JDBC Driver for SAP Hybris C4C
  • Provides three tools: get_tables, get_columns, run_query
  • Uses stdio transport (client and server on same machine)
  • Supports OAuth authentication where needed

Use cases of SAP Hybris C4C MCP Server by CData

  • Ask an LLM to correlate closed won opportunities with account industry
  • Query open support tickets in a specific project
  • Retrieve today’s calendar events from SAP Hybris C4C
  • Enable conversational BI without writing SQL

FAQ from SAP Hybris C4C MCP Server by CData

What is the difference between this read-only server and the beta version?

This server is read-only. The free CData MCP Server for SAP Hybris C4C (beta) offers full read, write, update, delete, and action capabilities with simplified setup.

What runtime dependencies are required?

Java, Maven, and the CData JDBC Driver for SAP Hybris C4C must be installed and licensed.

Where does the data reside?

Data remains in SAP Hybris C4C; the server queries it live through the JDBC driver.

What transport does the server use?

It uses stdio, so the server and client must run on the same machine.

How is authentication handled?

If the data source uses OAuth, you authenticate in your browser when configuring the connection string.

评论

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