MCP.so
登录
Z

Zoho Inventory MCP Server by CData

@CDataSoftware

关于 Zoho Inventory 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 Zoho Inventory (beta): https://www.cdata.com/download/download.aspx?sku=KZZK-V&type=beta

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\zoho-inventory.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Zoho Inventory MCP Server by CData?

The Zoho Inventory MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (LLMs) like Claude Desktop to query live Zoho Inventory data using natural language. It leverages the CData JDBC Driver for Zoho Inventory to expose Zoho Inventory as relational SQL models, making data accessible without writing SQL.

How to use Zoho Inventory MCP Server by CData?

  1. Clone the repository and build the JAR with mvn clean install.
  2. Download, install, and license the CData JDBC Driver for Zoho Inventory.
  3. Configure a connection string using the driver’s connection utility, then create a .prp properties file with driver path, JDBC URL, and other settings.
  4. Add the server to your client’s MCP config (e.g., claude_desktop_config.json) referencing the Java executable, the JAR, and the .prp file.
  5. Restart the client; the server exposes tools for listing tables, columns, and running SQL queries.

Key features of Zoho Inventory MCP Server by CData

  • Read-only access to Zoho Inventory via MCP
  • Natural language querying through LLMs (no SQL required)
  • Tools: {servername}_get_tables, {servername}_get_columns, {servername}_run_query
  • Uses stdio transport; runs on same machine as the client
  • Built on the CData JDBC Driver for Zoho Inventory

Use cases of Zoho Inventory MCP Server by CData

  • Ask an AI assistant about current inventory levels or order status
  • Generate reports on sales trends or stock shortages via conversation
  • Integrate Zoho Inventory data into chat-based analytics workflows
  • Enable non-technical users to explore Zoho Inventory data without SQL

FAQ from Zoho Inventory MCP Server by CData

Is this server read-only?

Yes. The README explicitly states this project builds a read-only MCP server. For full CRUD capabilities, CData offers a separate beta MCP server.

What runtime does the server require?

Java (to run the JAR) and the CData JDBC Driver for Zoho Inventory (install and license separately).

How do I connect to my Zoho Inventory data?

Use the driver’s connection string utility to generate a JDBC URL (OAuth-based), then save it in a .prp file with driver path and other properties.

What transports does the server support?

The server uses stdio and can only be used with clients running on the same machine.

Where can I get help?

Contact CData Support via their website or join the CData Community for feedback and troubleshooting.

评论

其他 分类下的更多 MCP 服务器