sugar-crm-mcp-server-by-cdata

Provides a local, read-only MCP server that exposes Sugar CRM data to AI clients (e.g., Claude Desktop) by wrapping the CData JDBC Driver for Sugar CRM and presenting a small set of MCP tools (get tables, get columns, run read-only queries).

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Ai Ml mcp sugarcrm jdbc llm desktop-integration data-access read-only cdata
⚙ Agent Friendliness
50
/ 100
Can an agent use this?
🔒 Security
40
/ 100
Is it safe for agents?
⚡ Reliability
28
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
70
Error Messages
0
Auth Simplicity
60
Rate Limits
10

🔒 Security

TLS Enforcement
50
Auth Strength
65
Scope Granularity
20
Dep. Hygiene
30
Secret Handling
25

The MCP server is local (stdio) which reduces exposure over the network, but security controls are largely delegated to the underlying CData JDBC driver and SugarCRM/OAuth. The README instructs licensing and connection configuration but does not document transport security for internal connections, credential storage practices (e.g., whether secrets in the .prp/JdbcUrl may be logged), or any fine-grained permission scopes for MCP tools. Query execution is SQL-based (SELECT), but there is no described sandboxing, query cost limiting, or result redaction guidance.

⚡ Reliability

Uptime/SLA
0
Version Stability
50
Breaking Changes
40
Error Recovery
20
AF Security Reliability

Best When

You want a local MCP integration to query Sugar CRM read-only data from an AI desktop client on the same machine.

Avoid When

You need write access, remote connectivity, strict operational controls (timeouts, pagination, query cost limits), or a documented HTTP/REST/SDK interface.

Use Cases

  • Answer natural-language questions about live Sugar CRM data (no SQL required)
  • Explore available Sugar CRM tables/columns via AI tool calls
  • Run read-only SQL SELECT queries against Sugar CRM data through an MCP client
  • Support local analyst/CRM data Q&A workflows in an LLM desktop environment

Not For

  • Full CRUD operations (writes/updates/deletes) via this specific server variant
  • Remote/hosted MCP access where stdio-only local operation is not suitable
  • Use cases requiring strict query sandboxing or prevention of expensive queries (not described)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: CData JDBC driver authentication via JDBC connection string; may use OAuth in browser (per README note) License activation for the CData JDBC driver via `java -jar cdata.jdbc.sugarcrm.jar --license`
OAuth: Yes Scopes: No

The MCP server itself is local; authentication is handled by the underlying CData JDBC Driver using the JDBC connection string properties (README notes OAuth may require browser authentication). Tool/permission scopes specific to MCP are not described.

Pricing

Free tier: No
Requires CC: No

README indicates the underlying JDBC driver must be licensed (trial or license key), but no pricing tiers or costs are included in the provided content.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server uses stdio, so it must run on the same machine as the MCP client (e.g., Claude Desktop).
  • This repository variant is explicitly read-only; agents should not assume write/update/delete tools exist.
  • Long-running or complex queries are not documented with any retry/pagination/timeouts guidance; agents may need to keep queries bounded.
  • Tool descriptions exist (tables/columns/run_query), but full MCP schema and error formats are not documented in the provided README.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for sugar-crm-mcp-server-by-cdata.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered