sap-business-one-mcp-server-by-cdata

sap-business-one-mcp-server-by-cdata

3.3

If you are the rightful owner of sap-business-one-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 Business One is a read-only server designed to allow LLMs to query live data from SAP Business One using natural language.

The CData MCP Server for SAP Business One is a specialized server that facilitates the interaction between large language models (LLMs) and SAP Business One data. By leveraging the CData JDBC Driver, this server exposes SAP Business One 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 information from SAP Business One. The server is read-only, meaning it allows data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for SAP Business One in beta.

Features

  • Enables LLMs to query SAP Business One data using natural language.
  • Utilizes CData JDBC Driver to expose data as relational SQL models.
  • Provides a simple MCP interface for data retrieval.
  • Supports integration with Claude Desktop for seamless data access.
  • Read-only access ensures data integrity and security.

Tools

  1. sap_business_one_get_tables

    Retrieves a list of tables available in the data source.

  2. sap_business_one_get_columns

    Retrieves a list of columns for a specified table.

  3. sap_business_one_run_query

    Executes a SQL SELECT query.