act-on-mcp-server-by-cdata
If you are the rightful owner of act-on-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 Act-On is a read-only server designed to allow LLMs to query live data from Act-On using the CData JDBC Driver.
The CData MCP Server for Act-On is a specialized server that facilitates the interaction between large language models (LLMs) and live data from Act-On. By leveraging the CData JDBC Driver, this server exposes Act-On data as relational SQL models, enabling LLMs to access and query this data using natural language without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask questions and receive real-time data responses. The server is built to be read-only, focusing on data retrieval, and is part of a broader suite of tools offered by CData to integrate various data sources with AI and machine learning technologies.
Features
- Read-only access to Act-On data through a simple MCP interface.
- Integration with CData JDBC Driver for seamless data exposure.
- Support for natural language queries without SQL requirements.
- Compatibility with LLMs like Claude Desktop for real-time data interaction.
- Simplified setup process with detailed configuration guides.
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query on the data source.