myob-accountright-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes MYOB AccountRight data via CData JDBC driver models. The MCP server communicates over stdio to local AI clients (e.g., Claude Desktop) and offers tools to list tables/columns and run SELECT queries (SQL).
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Security posture depends heavily on the underlying CData JDBC driver and how the .prp/JdbcUrl are stored. The README instructs licensing and connection setup but does not describe secret storage hygiene, logging behavior, or encryption of the .prp contents. Because the server is local over stdio, network exposure is reduced, but local host access and data exfiltration risk remain if the AI client or host is untrusted.
⚡ Reliability
Best When
You want local, same-machine LLM-assisted read queries over MYOB AccountRight using MCP tools and can configure JDBC/driver connection details securely on the host.
Avoid When
You need production-grade API hosting (HTTP endpoints), cross-network access, strict multi-tenant isolation, or clear operational guarantees like pagination/rate limits/retry policies in the MCP interface.
Use Cases
- • Query live MYOB AccountRight data from an AI client without writing SQL
- • Discovery of available tables and columns for MYOB AccountRight
- • Lightweight analytics via SQL SELECT (reporting, counts, filtering) over MCP tools
Not For
- • Using as a remote MCP service (stdio implies same-machine usage)
- • Relying on robust error codes, pagination, or rate-limit semantics
- • High-frequency or high-volume workloads without understanding underlying JDBC/driver limits
- • Handling sensitive operational changes (the project is marketed as read-only; full CRUD is not stated as supported here)
Interface
Authentication
README indicates that if the underlying data source uses OAuth, authentication occurs in a browser while building the JDBC connection string. The MCP server itself is local and uses the driver configuration; specific auth methods/scopes are not described in the MCP layer.
Pricing
No pricing for the MCP server itself is provided in the README; CData JDBC driver licensing is required (README mentions a driver license step).
Agent Metadata
Known Gotchas
- ⚠ Server uses stdio; requires the MCP client to run on the same machine as the server.
- ⚠ Only three tools are documented (get_tables/get_columns/run_query); there is no documented pagination/limits control in the MCP interface.
- ⚠ The README claims read-only MCP server, but it also mentions built-in tools for read/write/update/delete in 'Usage Details'—capabilities may depend on implementation/driver configuration; verify before relying on write behavior.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for myob-accountright-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.