sap-fieldglass-mcp-server-by-cdata
If you are the rightful owner of sap-fieldglass-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 Fieldglass is a read-only server designed to allow LLMs to query live data from SAP Fieldglass using natural language.
The CData MCP Server for SAP Fieldglass is a specialized server that facilitates the interaction between large language models (LLMs) and SAP Fieldglass data. By leveraging the CData JDBC Driver for SAP Fieldglass, this server exposes SAP Fieldglass data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve real-time information from SAP Fieldglass. The server is designed to be read-only, providing a secure and efficient way to access data. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for SAP Fieldglass in beta. The setup process involves cloning the repository, building the server, and configuring the connection to SAP Fieldglass using a JDBC driver. Once configured, the server can be integrated with AI clients to enhance data accessibility and usability.
Features
- Read-only access to SAP Fieldglass data
- Integration with CData JDBC Driver for SAP Fieldglass
- Natural language querying via LLMs
- Simple setup and configuration
- Secure and efficient data access
Tools
source_get_tables
Retrieves a list of tables available in the data source.
source_get_columns
Retrieves a list of columns for a specified table.
source_run_query
Executes a SQL SELECT query.