- Act CRM MCP Server by CData
Act CRM MCP Server by CData
What is Act CRM MCP Server by CData?
Act CRM MCP Server is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from Act CRM using natural language, without the need for SQL.
How to use Act CRM MCP Server?
To use the server, clone the repository, build the server, install the CData JDBC Driver for Act CRM, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop).
Key features of Act CRM MCP Server?
- Provides a read-only interface to Act CRM data.
- Allows querying of live data using natural language.
- Simplifies data access for AI applications without SQL.
Use cases of Act CRM MCP Server?
- Querying customer data from Act CRM.
- Integrating Act CRM data with AI applications.
- Generating reports based on live data from Act CRM.
FAQ from Act CRM MCP Server?
- Can I write data to Act CRM using this server?
No, this server is read-only. For write capabilities, use the full CData MCP Server for Act CRM.
- Is there a trial version available?
Yes, you can download a trial version of the CData MCP Server for Act CRM from the CData website.
- What programming languages can I use with this server?
The server can be accessed using any programming language that can make HTTP requests.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\act-crm.prp"
]
}
}
}