MCP.so
Sign In
S

SAP HANA XS Advanced MCP Server by CData

@CDataSoftware

About SAP HANA XS Advanced 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 HANA XS Advanced (beta): https://www.cdata.com/download/download.aspx?sku=HHZK-V&type=beta

Basic information

Category

Other

Transports

stdio

Publisher

CDataSoftware

Submitted by

Cameron Leblanc

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-hana-xs-advanced.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 HANA XS Advanced MCP Server by CData?

It is a read-only MCP server built by CData that allows LLMs like Claude Desktop to query live data from SAP HANA XS Advanced via natural language, using the CData JDBC Driver for SAP HANA XS Advanced.

How to use SAP HANA XS Advanced MCP Server by CData?

Clone the repository, build with mvn clean install, install and license the CData JDBC Driver, configure a .prp file with connection details, and add the server to Claude Desktop's config file. The server runs via java -jar CDataMCP-jar-with-dependencies.jar <path>.prp.

Key features of SAP HANA XS Advanced MCP Server by CData

  • Read-only access to SAP HANA XS Advanced data
  • Exposes data as SQL models via JDBC driver
  • Provides tools: get_tables, get_columns, run_query
  • Uses stdio transport (same-machine clients)
  • MIT licensed
  • Built on CData's proven JDBC driver

Use cases of SAP HANA XS Advanced MCP Server by CData

  • Let LLMs answer questions about business data in SAP HANA XS Advanced
  • Query live data without writing SQL – natural language only
  • Explore schema (tables and columns) through MCP tools
  • Integrate SAP HANA XS Advanced data into AI assistants like Claude Desktop

FAQ from SAP HANA XS Advanced MCP Server by CData

Is this server read-only?

Yes, this MCP server is explicitly read-only. For full CRUD and action capabilities, use the CData MCP Server for SAP HANA XS Advanced (beta).

What dependencies are required?

Java, Maven (for building), and the CData JDBC Driver for SAP HANA XS Advanced must be installed and licensed.

What transport does it use?

The server uses stdio transport and can only be used with clients running on the same machine.

What tools are available?

Three tools: {servername}_get_tables (list tables), {servername}_get_columns (list columns for a table), {servername}_run_query (execute a SQL SELECT query).

How do I configure the connection?

Create a .prp file with properties: Prefix, ServerName, ServerVersion, DriverPath, DriverClass, JdbcUrl, and Tables (optional). Use the CData JDBC Driver's connection string utility

Comments

More Other MCP servers