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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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?
- Clone the repository and build the JAR with
mvn clean install. - Download, install, and license the CData JDBC Driver for Zoho Inventory.
- Configure a connection string using the driver’s connection utility, then create a
.prpproperties file with driver path, JDBC URL, and other settings. - Add the server to your client’s MCP config (e.g.,
claude_desktop_config.json) referencing the Java executable, the JAR, and the.prpfile. - 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 服务器
🚀 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,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
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.
评论