sap-sybase-mcp-server-by-cdata

Provides a read-only MCP (Model Context Protocol) server that wraps a CData JDBC Driver for SAP Sybase, exposing Sybase data as SQL-queryable tools (get_tables, get_columns, run_query) over stdio for use by local MCP clients (e.g., Claude Desktop).

Evaluated Apr 04, 2026 (17d ago)
Repo ↗ Infrastructure mcp jdbc sybase sap read-only claude-desktop stdio
⚙ Agent Friendliness
46
/ 100
Can an agent use this?
🔒 Security
42
/ 100
Is it safe for agents?
⚡ Reliability
29
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
55
Documentation
70
Error Messages
0
Auth Simplicity
55
Rate Limits
0

🔒 Security

TLS Enforcement
60
Auth Strength
55
Scope Granularity
10
Dep. Hygiene
45
Secret Handling
40

MCP runs locally over stdio, reducing exposure over the network, but there is no documented transport/security model at the MCP layer. Authentication is handled by the CData JDBC driver via connection string in a local .prp; the README does not describe how secrets are protected (file permissions, logging behavior). The MCP tools expose run_query for SQL SELECT; while intended read-only, allowing free-form SQL increases risk of data overexposure if used with overly-permissive database credentials. Rate limiting and authorization scopes are not documented.

⚡ Reliability

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

Best When

You have local access to run a Java MCP server on the same machine as your MCP client, and you want LLM-assisted read-only querying of Sybase data without writing SQL.

Avoid When

You need a hosted/network MCP endpoint, fine-grained authorization per tool/user, documented rate-limit behavior, or you cannot install/run the required CData JDBC driver components locally.

Use Cases

  • Ask natural-language questions over SAP Sybase (Sybase) data using an MCP-capable desktop client
  • Explore available tables and columns from the Sybase data model
  • Run read-only SQL SELECT queries to retrieve live operational data

Not For

  • High-trust production deployments requiring a network-exposed service with hardened transport and auth boundaries
  • Use cases needing guaranteed idempotency or safe write operations (project is explicitly read-only)
  • Clients that cannot run the MCP server locally via stdio

Interface

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

Authentication

Methods: CData JDBC Driver connection authentication via the JDBC connection string (may include OAuth per README note)
OAuth: Yes Scopes: No

The MCP server itself is configured via a local .prp that includes the JDBC URL; authentication is delegated to the underlying CData JDBC driver. The README notes that if the data source uses OAuth, authentication is performed in a browser, but it does not document MCP-level auth scopes.

Pricing

Free tier: No
Requires CC: No

Repo is MIT-licensed, but CData JDBC Driver licensing is required per README (trial or license key). No pricing for this MCP server is provided in the README.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server uses stdio, so it can only be used with clients running on the same machine
  • Claude Desktop may need a full quit/restart to load newly configured MCP servers
  • Queries are provided as raw SQL SELECT statements in run_query; agents must be careful to avoid overly broad queries and to use the expected quoting/column/table naming conventions

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for sap-sybase-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