7 months ago
基于 Model Context Protocol (MCP) 的 e签宝电子签署工具,支持文件上传、签署流程创建、签署状态查询等功能。
Overview
What is Esign MCP Server ?
Esign MCP Server is an electronic signature tool based on the Model Context Protocol (MCP) that supports file uploads, signature process creation, and signature status queries.
How to use Esign MCP Server ?
To use Mcp Server Esign, configure the environment variables and utilize the provided tools to create signature flows and query their details.
Key features of MCP Server Esign?
- Supports multiple file formats for upload and automatic conversion to PDF.
- Automatic file status checks to ensure processing completion.
- Ability to create signature processes.
- Detailed logging of all actions.
Use cases of Esign MCP Server ?
- Signing contracts electronically.
- Managing document workflows in businesses.
- Automating the signing process for various document types.
FAQ from Esign MCP Server ?
- What file formats are supported?
The tool supports PDF, Word, Excel, PowerPoint, WPS, image files, and HTML formats.
- Is there a file size limit?
Yes, the total size must not exceed 50MB, and individual page content must not exceed 20MB.
- How are errors handled?
Common errors are automatically managed, and detailed error information is logged.
Server Config
{
"mcpServers": {
"esign-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-esign@{version}"
],
"env": {
"HOST": "https://openapi.esign.cn",
"APP_ID": "Your APP ID",
"APP_SECRET": "Your APP Secret"
}
}
}
}