SAP Hybris C4C MCP Server by CData
@CDataSoftware
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sap-hybris-c4c.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments