Act-On MCP Server by CData
@CDataSoftware
About Act-On MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Act-On (beta): https://www.cdata.com/download/download.aspx?sku=OVZK-V&type=beta
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\act-on.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Act-On MCP Server by CData?
CData’s read-only MCP server allows large language models like Claude Desktop to query live Act-On data using natural language, with no SQL required. It wraps the CData JDBC Driver for Act-On, exposing Act-On as relational SQL models.
How to use Act-On MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), then install and license the CData JDBC Driver for Act-On. Configure the connection string using the driver’s utility, create a .prp file with JDBC properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl), and add the server to Claude Desktop’s config file using java -jar CDataMCP-jar-with-dependencies.jar followed by the .prp file path.
Key features of Act-On MCP Server by CData
- Read-only querying of live Act-On data
- Natural language interface via LLMs (e.g., Claude Desktop)
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments