ldap-mcp-server-by-cdata

Provides a read-only MCP (Model Context Protocol) server that exposes LDAP data via a CData JDBC Driver as MCP tools, enabling an MCP-capable client (e.g., Claude Desktop) to discover tables/columns and run SQL SELECT queries against LDAP data (no SQL required in typical usage).

Evaluated Apr 04, 2026 (17d ago)
Repo ↗ Infrastructure mcp ldap cdata jdbc java stdio read-only tool-calling json-rpc-2.0
⚙ Agent Friendliness
52
/ 100
Can an agent use this?
🔒 Security
48
/ 100
Is it safe for agents?
⚡ Reliability
15
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

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

🔒 Security

TLS Enforcement
60
Auth Strength
70
Scope Granularity
30
Dep. Hygiene
30
Secret Handling
40

Security posture depends heavily on the underlying CData JDBC driver and how the .prp/JdbcUrl is stored/managed. The README does not describe TLS requirements, secret storage/redaction, or server-side authorization beyond what the JDBC driver provides. The tool surface is read-only (reducing risk), but allowing SQL SELECT queries still enables broad data access within the permissions granted to the JDBC connection.

⚡ Reliability

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

Best When

A developer wants to integrate LDAP lookup into an MCP client on the same machine, using CData’s JDBC driver as the backend mapping layer.

Avoid When

When you need remote, internet-exposed APIs; when you need CRUD beyond reads; or when local stdio-based operation is not feasible.

Use Cases

  • Query live LDAP-backed directories from an LLM via MCP tools
  • Discover available LDAP “tables” and columns through tool calls
  • Answer natural-language questions that require LDAP lookup
  • Run read-only analytic queries (SQL SELECT) over LDAP-mapped relational views

Not For

  • Performing write operations, deletes, or actions on LDAP (server is explicitly read-only)
  • Use cases requiring a network-accessible REST/GraphQL/SDK interface from remote hosts (the server uses stdio)
  • Environments that cannot run the MCP server locally alongside the client

Interface

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

Authentication

Methods: CData JDBC Driver licensing and connection-string-based authentication (may include OAuth handled by browser depending on JDBC driver configuration)
OAuth: Yes Scopes: No

The MCP server itself is configured via a .prp file that includes a JDBC URL/connection string for the CData LDAP JDBC driver. README notes that if the underlying data source uses OAuth, authentication is performed in a browser, implying delegated token acquisition/refresh as supported by the JDBC driver and/or JDBC URL parameters.

Pricing

Model: Commercial (CData JDBC Driver licensing implied)
Free tier: No
Requires CC: No

No pricing details for the MCP server itself are provided; however the setup explicitly requires licensing the CData JDBC Driver.

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 as the server.
  • Tool outputs are returned in CSV for get_tables/get_columns, so downstream parsing must handle CSV formatting.
  • The README example includes an error-prone mapping of ‘Salesforce.prp’ in the run command despite the project being LDAP; ensure you use the correct .prp for your LDAP JDBC configuration.
  • Because run_query accepts arbitrary SQL SELECT, the client/agent must avoid crafting queries that could be expensive (large scans) depending on LDAP-to-relational mapping.

Alternatives

Full Evaluation Report

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