zoho-creator-mcp-server-by-cdata

zoho-creator-mcp-server-by-cdata

3.2

If you are the rightful owner of zoho-creator-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 Zoho Creator is a read-only server designed to allow LLMs to query live data from Zoho Creator using natural language.

The CData MCP Server for Zoho Creator is a specialized server that facilitates the interaction between large language models (LLMs) and Zoho Creator data. By leveraging the CData JDBC Driver for Zoho Creator, this server exposes Zoho Creator data as relational SQL models, enabling LLMs to access live data without the need for SQL queries. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Zoho Creator. The server is read-only, meaning it allows data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for Zoho Creator in beta. The setup involves building the server, licensing the JDBC driver, and configuring connection settings, making it accessible for developers familiar with Java and JDBC configurations.

Features

  • Read-only access to Zoho Creator data
  • Integration with CData JDBC Driver for Zoho Creator
  • Natural language querying via LLMs
  • Simple MCP interface for data retrieval
  • Support for various data sources through JDBC

Tools

  1. get_tables

    Retrieves a list of tables available in the data source.

  2. get_columns

    Retrieves a list of columns for a specified table.

  3. run_query

    Executes a SQL SELECT query.