Esign MCP
@esign-cn-open-source
关于 Esign MCP
基于 Model Context Protocol (MCP) 的 e签宝电子签署工具,支持文件上传、签署流程创建、签署状态查询等功能。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Esign MCP?
Esign MCP is a Model Context Protocol server that integrates with the e签宝 (eSign) electronic signing platform, enabling file upload, signing flow creation, and signing status queries via standardized MCP tools.
How to use Esign MCP?
Configure the server by setting the environment variables HOST, APP_ID, and APP_SECRET in your MCP client’s configuration, then run npx -y mcp-server-esign@{version}. Two tools are available: create_sign_flow (upload a local file and initiate a signing flow) and query_sign_flow (check the status of a flow by its ID).
Key features of Esign MCP
- Supports multiple file formats auto‑converted to PDF.
- Automatically checks file processing status.
- Logs all operations to
/tmp/app.log. - Creates signing flows with a receiver phone number.
- Queries signing flow details by flow ID.
Use cases of Esign MCP
- Automate contract signing from local documents (Word, PDF, images, etc.).
- Integrate e签宝 signing into AI‑powered workflows via MCP.
- Monitor and verify the progress of signing processes programmatically.
- Replace manual file conversion and upload steps in document signing pipelines.
FAQ from Esign MCP
What file formats are supported?
Supported formats include PDF, Word (docx, doc, rtf), Excel (xlsx, xls), PowerPoint (pptx, ppt), WPS files (wps, et, dps), images (jpeg, jpg, png, bmp, tiff, tif, gif), and HTML (html, htm). All are automatically converted to PDF.
Are there any file size or name restrictions?
Yes. Total file size must not exceed 50MB and a single page must be under 20MB. File names cannot contain special characters (/ \ : * " < > | ?) or emoji, and the extension must match the actual file format.
What environments are available?
The HOST variable accepts three values: test environment (for development), sandbox environment, and production environment (https://openapi.esign.cn).
How does error handling work?
The tool automatically catches common errors (unsupported format, upload failure, conversion failure, flow creation failure), logs them to /tmp/app.log, and returns a detailed error message to the user.
What license does this server use?
Esign MCP is distributed under the MIT license.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 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,

EverArt
modelcontextprotocolModel Context Protocol Servers
评论