MCP.so
登录

e签宝 MCP 工具

@MCP-Mirror

关于 e签宝 MCP 工具

Mirror of

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is e签宝 MCP 工具?

e签宝 MCP 工具 is a Model Context Protocol (MCP) server that enables file upload, signing flow creation, and signing status query for the e签宝 electronic signature platform. It is designed for developers who want to integrate e-signature capabilities into MCP‑enabled applications.

How to use e签宝 MCP 工具?

Configure the MCP client with environment variables HOST, APP_ID, and APP_SECRET, and run the command npx -y mcp-server-esign@{version}. Two tools are available: create_sign_flow (to start a signing flow by providing a local file path, file name, and receiver phone number) and query_sign_flow (to check the status of a flow using its flow ID).

Key features of e签宝 MCP 工具

  • Supports multiple file formats: PDF, Word, Excel, PowerPoint, WPS, images, HTML
  • Automatically converts files to PDF upon upload
  • Automatically checks file processing status
  • Creates and manages signing flows
  • Queries signing flow details and status
  • Full logging of uploads, status checks, and errors

Use cases of e签宝 MCP 工具

  • Upload a contract document and initiate a signing flow for a remote signer
  • Check the status and details of an existing signing flow
  • Automate e‑signature workflows in a larger AI‑powered application

FAQ from e签宝 MCP 工具

What file formats are supported?

Supported formats include PDF, Word (.docx, .doc, .rtf), Excel (.xlsx, .xls), PowerPoint (.pptx, .ppt), WPS (.wps, .et, .dps), image files (.jpeg, .jpg, .png, .bmp, .tiff, .gif), and HTML (.html, .htm). All uploaded files are automatically converted to PDF.

Is there a file size limit?

Yes. The total file size must not exceed 50 MB, and each single page must be under 20 MB.

What environment options are available?

Three environments are supported: test, sandbox, and production. Use the corresponding HOST value in the configuration.

How are errors handled?

Common errors (unsupported file format, upload failure, conversion failure, flow creation failure) are automatically caught, logged to /tmp/app.log, and returned with a detailed error message.

What dependencies does the server require?

An active e签宝 account with an APP_ID and APP_SECRET, and a Node.js runtime to run the MCP server via npx.

评论

其他 分类下的更多 MCP 服务器