MCP.so
Sign In
Servers
S

SAP Hybris C4C MCP Server by CData

@CDataSoftware

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

Overview

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.

Tags

More from Other