zoho-crm-mcp-server-by-cdata
Provides a local read-only MCP server that exposes Zoho CRM data through CData JDBC Drivers, wrapping the driver into MCP tools (get tables, get columns, run SELECT queries) usable by local MCP clients via stdio.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
MCP layer appears to rely on the underlying JDBC/OAuth configuration rather than MCP-native auth with fine-grained scopes. The README does not describe secret-handling practices for .prp contents, nor does it mention query sandboxing, SQL injection protections (agent-generated SQL), or rate limit/header handling. Because stdio is local-only, network exposure is reduced, but the local process could still access configured Zoho data with the credentials granted to the JDBC driver.
⚡ Reliability
Best When
You need local, interactive read-only CRM data exploration/QA in an MCP-capable desktop environment (e.g., Claude Desktop).
Avoid When
You need secure multi-tenant/remote access, fine-grained authorization enforcement at the MCP layer, or strict guardrails to prevent heavy/expensive queries.
Use Cases
- • Let LLM clients query live Zoho CRM data without writing SQL
- • Retrieve table/column metadata for CRM reporting and data exploration
- • Run read-only analytics-style SELECT queries against CRM objects
Not For
- • Writing, updating, or deleting Zoho CRM data (server is described as read-only)
- • Remote (network) MCP access from another machine (uses stdio, same-host only)
- • Use cases requiring documented pagination, query limits, or strong agent-facing safety controls
Interface
Authentication
Authentication is not shown as MCP-layer auth; it is delegated to the underlying CData JDBC driver via the JDBC connection string and the configured OAuth mechanism.
Pricing
Pricing is not described for the MCP server itself; CData JDBC driver licensing is required per README, implying additional cost depending on the driver/license plan.
Agent Metadata
Known Gotchas
- ⚠ Uses stdio; MCP client and server must run on the same machine.
- ⚠ Claude Desktop may require fully quitting and reopening to make the MCP server appear.
- ⚠ No documented limits/guardrails on SQL query size/complexity; agents could generate expensive SELECTs.
- ⚠ Requires correct .prp configuration and CData JDBC driver licensing/OAuth setup.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for zoho-crm-mcp-server-by-cdata.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.