- SAP Business One MCP Server by CData
SAP Business One MCP Server by CData
What is SAP Business One MCP Server by CData?
SAP Business One MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from SAP Business One using natural language, without the need for SQL.
How to use SAP Business One MCP Server?
To use the server, clone the repository, build the server, install the CData JDBC Driver for SAP Business One, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop).
Key features of SAP Business One MCP Server?
- Provides a read-only interface to SAP Business One data.
- Allows querying of live data using natural language.
- Simplifies data access for AI applications without SQL.
Use cases of SAP Business One MCP Server?
- Querying sales data from SAP Business One.
- Analyzing customer interactions and support tickets.
- Generating reports based on live data from SAP Business One.
FAQ from SAP Business One MCP Server?
- Can I write data to SAP Business One using this server?
No, this server is read-only. For write capabilities, use the full CData MCP Server for SAP Business One.
- Is there a trial version available?
Yes, a trial version of the CData JDBC Driver is available for download.
- What kind of data can I query?
You can query any data available in SAP Business One that is exposed through the CData JDBC Driver.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sap-business-one.prp"
]
}
}
}