sap-netweaver-gateway-mcp-server-by-cdata

sap-netweaver-gateway-mcp-server-by-cdata

3.2

If you are the rightful owner of sap-netweaver-gateway-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for SAP Netweaver Gateway is designed to facilitate the querying of live data from SAP Netweaver Gateway using natural language, without the need for SQL.

The CData MCP Server for SAP Netweaver Gateway is a read-only server that allows Language Learning Models (LLMs) to access live data from SAP Netweaver Gateway. This is achieved by wrapping the CData JDBC Driver for SAP Netweaver Gateway, which exposes the data as relational SQL models. The server provides a simple MCP interface, enabling LLMs to retrieve information by posing natural language questions. This setup is particularly useful for users who want to interact with SAP Netweaver Gateway data without needing to write SQL queries. The server is built using Java and Maven, and it requires the CData JDBC Driver to be installed and licensed. Once configured, the server can be integrated with AI clients like Claude Desktop, allowing them to perform data operations such as reading, writing, updating, and deleting data.

Features

  • Read-only access to SAP Netweaver Gateway data
  • Integration with CData JDBC Driver for SAP Netweaver Gateway
  • Natural language querying via LLMs
  • Simple MCP interface for data retrieval
  • Support for various data operations through AI clients

Tools

  1. source_get_tables

    Retrieves a list of tables available in the data source.

  2. source_get_columns

    Retrieves a list of columns for a specified table.

  3. source_run_query

    Executes a SQL SELECT query.