Zuora MCP Server by CData
@CDataSoftware
About Zuora 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 Zuora (beta): https://www.cdata.com/download/download.aspx?sku=HZZK-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\\zuora.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 Zuora MCP Server by CData?
Zuora MCP Server by CData is a read-only MCP server that allows LLMs, such as Claude Desktop, to query live Zuora data using natural language. It wraps the CData JDBC Driver for Zuora, which exposes Zuora entities as relational SQL models, eliminating the need to write SQL manually.
How to use Zuora MCP Server by CData?
Clone the repository, build the JAR with Maven, install and license the CData JDBC Driver for Zuora, create a .prp file with your connection details (including the JDBC URL obtained from the driver’s Connection String utility), then configure the server in your MCP client (e.g., Claude Desktop) by adding its entry to claude_desktop_config.json. The server uses stdio transport and must run on the same machine as the client.
Key features of Zuora MCP Server by CData
- Query live Zuora data via natural language
- Read-only: supports
SELECTqueries only - Exposes
get_tables,get_columns, andrun_querytools - Built on the CData JDBC Driver for Zuora
- Uses
stdiotransport for local client communication
Use cases of Zuora MCP Server by CData
- Ask “Show me all accounts with subscriptions over $500” without writing SQL
- Explore Zuora tables and columns interactively through an LLM client
- Integrate Zuora data into AI-driven dashboards or virtual assistants
FAQ from Zuora MCP Server by CData
Is this server read-only?
Yes. The repository explicitly builds a read-only MCP server. For full create, update, delete, and action support, CData offers a separate beta server.
What are the prerequisites to run it?
Java, Maven, and a licensed or trial copy of the CData JDBC Driver for Zuora. The driver must be installed and licensed before use.
How is the
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments