docusign-mcp-server-by-cdata
If you are the rightful owner of docusign-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for DocuSign is a read-only server designed to allow LLMs to query live DocuSign data using natural language.
CData's Model Context Protocol (MCP) Server for DocuSign is a specialized server that facilitates the interaction between large language models (LLMs) and live DocuSign data. By leveraging the CData JDBC Driver for DocuSign, this server exposes DocuSign data as relational SQL models, enabling LLMs to access and query this data without the need for SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve information from DocuSign. It is particularly useful for applications like Claude Desktop, where users can ask natural language questions to obtain real-time data insights. The server is built to be easily set up and integrated, making it a valuable tool for businesses looking to enhance their data accessibility and utilization.
Features
- Read-only access to live DocuSign data
- Integration with CData JDBC Driver for DocuSign
- Natural language querying without SQL
- Easy setup and configuration
- Compatible with LLMs like Claude Desktop
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query.