ibm-db2-mcp-server-by-cdata

Provides a read-only MCP (Model Context Protocol) server that exposes IBM DB2 data to local AI clients via CData JDBC Driver. It runs as a stdio-based MCP server and offers tools to list tables/columns and execute SQL SELECT queries against DB2 without requiring end users to write SQL.

Evaluated Apr 04, 2026 (17d ago)
Repo ↗ Ai Ml mcp ibm-db2 cdata jdbc stdio read-only data-access
⚙ Agent Friendliness
52
/ 100
Can an agent use this?
🔒 Security
38
/ 100
Is it safe for agents?
⚡ Reliability
29
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

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

🔒 Security

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

Authentication is handled via CData JDBC driver configuration (.prp / connection string) rather than MCP-level auth; the MCP wrapper does not describe fine-grained scopes or row-level security controls. stdio-based local execution reduces exposure over a network but can still run with high privilege to the underlying DB. README does not document secret handling practices (e.g., whether logs could include connection strings). No explicit query constraints beyond read-only are described.

⚡ Reliability

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

Best When

You want a local, read-only MCP integration that can query DB2 through CData JDBC with minimal setup in a desktop client workflow.

Avoid When

You need fine-grained query/row-level security controls, pagination/limits, or you require robust server-to-server (network) access patterns instead of local stdio.

Use Cases

  • Letting an LLM query live DB2 data (read-only) from tools like Claude Desktop
  • Exploring available schemas (tables/columns) and answering analytics questions over DB2 data
  • Ad-hoc reporting via natural-language questions translated into SQL SELECT queries

Not For

  • Write/update/delete operations (explicitly described as read-only)
  • Remote/shared multi-tenant deployment where stdio requires network exposure alternatives
  • Production workloads needing strong API-level governance (this is a thin wrapper around JDBC and SQL)

Interface

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

Authentication

Methods: DB2 connectivity via CData JDBC (credentials/connection string in .prp; may include OAuth depending on JDBC configuration)
OAuth: No Scopes: No

The README indicates that OAuth may be required for certain underlying data sources via the JDBC driver, but it does not describe MCP-level OAuth/scopes; authentication is delegated to the JDBC connection configured in the .prp and JDBC driver.

Pricing

Free tier: No
Requires CC: No

CData JDBC driver licensing is required (README instructs to run the driver jar with --license). No MCP server pricing/tiers are described.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server uses stdio, so it generally only works with clients on the same machine unless you create an alternative local proxy/execution model.
  • No explicit pagination/row limits are documented; large queries may be slow or fail depending on DB2/CData behavior.
  • Read-only only; agents should not attempt mutations even if they attempt generic data-access patterns.
  • SQL execution tool expects valid SQL SELECT statements; agents may need schema discovery first using get_tables/get_columns.

Alternatives

Full Evaluation Report

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