MCP.so
Sign In
D

DocuSign MCP Server by CData

@CDataSoftware

About DocuSign MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for DocuSign (beta): https://www.cdata.com/download/download.aspx?sku=UCZK-V&type=beta

Basic information

Category

Other

Transports

stdio

Publisher

CDataSoftware

Submitted by

Cameron Leblanc

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\docusign.prp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is DocuSign MCP Server by CData?

DocuSign MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables large language models (like Claude Desktop) to query live DocuSign data using natural language questions. It wraps the CData JDBC Driver for DocuSign to expose DocuSign as relational SQL tables.

How to use DocuSign MCP Server by CData?

Clone the repository, build with mvn clean install, download and install the CData JDBC Driver for DocuSign, license it, and generate a connection string. Create a .prp file with JDBC properties and add the server to your client’s MCP configuration (e.g., claude_desktop_config.json). The server runs via stdio and uses java -jar CDataMCP-jar-with-dependencies.jar <path-to-.prp-file>.

Key features of DocuSign MCP Server by CData

  • Provides read-only access to DocuSign data via MCP
  • Exposes live data from DocuSign through SQL queries
  • Includes tools: get_tables, get_columns, run_query
  • Works with AI clients like Claude Desktop
  • Based on the CData JDBC Driver for DocuSign
  • Licensed under the MIT License

Use cases of DocuSign MCP Server by CData

  • Ask a language model "How many envelopes were sent this month?"
  • Generate reports on document status without manual SQL
  • Integrate DocuSign data into AI-assisted business analysis
  • Retrieve envelope or recipient metadata using natural language

FAQ from DocuSign MCP Server by CData

Is this server read-only?

Yes, DocuSign MCP Server by CData is read-only. For full CRUD operations, use the free CData MCP Server for DocuSign (beta).

What are the dependencies?

You need Java, Maven, and the CData JDBC Driver for DocuSign installed and licensed.

How do I authenticate to DocuSign?

Authentication is handled by the JDBC driver’s connection string; OAuth is initiated during setup.

What transport does the server use?

It uses stdio transport, so it must run on the same machine as the client.

Where can I get help with connection issues?

Contact the CData Support Team or join the CData Community for troubleshooting.

Comments

More Other MCP servers