DocuSign MCP Server by CData
@CDataSoftware
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\docusign.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论