Docusign By Cdata MCP Server
DocuSign data retrieval for LLMs via the CData JDBC Driver interface.
Data last scanned today · Reviewed today
Overview
Docusign By Cdata MCP Server provides a read-only bridge for Large Language Models to query live DocuSign records. By wrapping the CData JDBC Driver, the server translates DocuSign data into a relational SQL model, enabling users to retrieve information through natural language queries without writing SQL commands.
Our verdict
With a security score of 39/100, this server is classified as high-risk. The score is impacted significantly by the lack of community maintenance, the absence of an editorial review, and the fact that it is not maintained by the official vendor. It should be approached with caution by users in sensitive environments, though it does feature a read-only configuration that limits potential impact.
- Supports a read-only configuration
- Zero direct dependencies
- Open-source MIT license
- High-risk security score of 39/100
- Community-maintained rather than official
- Last commit was 287 days ago
- No detected OAuth support
Tools
| Tool | Description | Risk |
|---|---|---|
| {servername}_get_tables | Retrieves a list of tables available in the data source. | low |
| {servername}_get_columns | Retrieves a list of columns for a table. | low |
| {servername}_run_query | Execute a SQL SELECT query | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›Can I perform write, update, or delete operations with this server?
No, this specific repository provides a local, read-only MCP server.
›What is required to run this server on my local machine?
You must have the Java Development Kit installed to build the project with Maven and run the JAR files, as well as the CData JDBC Driver for DocuSign.
›How do I license the CData JDBC driver required by this server?
You must navigate to the driver's installation directory and execute the command 'java -jar cdata.jdbc.docusign.jar --license' to enter your license details or trial information.
›Does this MCP server support remote access configurations?
No, this server uses stdio and is restricted to clients running on the same machine.
›Can I restrict which DocuSign tables are exposed to the AI?
Yes, you can explicitly declare the specific tables you want to access in the Tables property within your .prp configuration file; leaving it blank grants access to all data.
Badge
Maintain this server? Add the live badge to your README.