- Epicor Kinetic MCP Server by CData
Epicor Kinetic MCP Server by CData
What is Epicor Kinetic MCP Server?
The Epicor Kinetic 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 Epicor Kinetic using natural language, without the need for SQL.
How to use Epicor Kinetic MCP Server?
To use the server, clone the repository, build the server, install the CData JDBC Driver for Epicor Kinetic, configure your connection, and run the server. You can then interact with the server using an AI client like Claude Desktop.
Key features of Epicor Kinetic MCP Server?
- Provides a read-only interface to Epicor Kinetic data.
- Allows querying of live data using natural language.
- Simplifies data access for LLMs without requiring SQL knowledge.
Use cases of Epicor Kinetic MCP Server?
- Querying sales data from Epicor Kinetic.
- Analyzing customer interactions and support tickets.
- Generating reports based on live data from Epicor Kinetic.
FAQ from Epicor Kinetic MCP Server?
- Can I write data using this server?
No, this server is read-only. For write capabilities, consider the full CData MCP Server for Epicor Kinetic.
- Is there a trial version available?
Yes, a trial version of the CData JDBC Driver is available for download.
- What is the licensing for this server?
The server is licensed under the MIT License, allowing free use, modification, and distribution.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\epicor-kinetic.prp"
]
}
}
}