Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-esignatures

eSignatures的MCP服务器,提供电子签名合同和模板管理服务。

article

README

🚀 eSignatures 电子签名 MCP 服务器

eSignatures 电子签名 MCP 服务器(https://esignatures.com)为用户提供便捷的电子签名相关服务,可用于合同草拟、模板管理等操作。

✨ 主要特性

  • 提供多种合同和模板管理工具,涵盖创建、查询、撤回、删除等操作。
  • 支持邀请协作人员编辑模板,方便团队协作。
  • 可通过 API 文档详细了解服务信息。

📦 安装指南

创建 eSignatures 账户

免费创建一个 eSignatures 账户:https://esignatures.com,以测试 Agent AI 功能,通过创建模板和发送测试合同来体验服务。

Claude Desktop 配置

  • MacOS~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows%APPDATA%/Claude/claude_desktop_config.json

开发/未发布服务器配置

"mcpServers": {
  "mcp-server-esignatures": {
    "command": "uv",
    "env": {
      "ESIGNATURES_SECRET_TOKEN": "your_token_here"
    },
    "config": {
      "host": "localhost",
      "port": 8080
    }
  }
}

已发布服务器配置

"mcpServers": {
  "mcp-server-esignatures": {
    "command": "uv",
    "env": {
      "ESIGNATURES_SECRET_TOKEN": "your_token_here"
    },
    "config": {
      "host": "production.e-signatures.com",
      "port": 443
    }
  }
}

💻 使用示例

基础用法

创建合同草稿

生成一份出版商的机密协议(NDA)草稿,供我审核和发送。签名方:John Doe,ACME Corp,john@acme.com

发送合同

根据我的模板向 John Doe,ACME Corp,john@acme.com 发送一份机密协议(NDA),设置期限为 2 年。

更新模板

审查我的模板以确保符合法律要求,并询问我是否需要逐个更新每个模板。

邀请模板协作人员

邀请 John Doe 编辑 NDA 模板,邮箱:john@acme.com

📚 详细文档

工具列表

| 工具 | 类别 | 描述 | |--------------------------------|-----------|-----------------------------| | create_contract | 合同 | 草拟合同以供审核或发送 | | query_contract | 合同 | 获取合同信息 | | withdraw_contract | 合同 | 撤回未签名的合同 | | delete_contract | 合同 | 删除草稿或测试合同 | | list_recent_contracts | 合同 | 列出最近的合同 | | create_template | 模板 | 创建新合同模板 | | update_template | 模板 | 更新现有模板 | | query_template | 模板 | 获取模板内容和信息 | | delete_template | 模板 | 删除一个模板 | | list_templates | 模板 | 列出所有模板 | | add_template_collaborator | 协作人员 | 邀请某人编辑模板 | | remove_template_collaborator | 协作人员 | 撤销模板编辑权限 | | list_template_collaborators | 协作人员 | 查看谁可以编辑模板 |

认证

mcp-server-esignatures 配置中添加以下内容以进行认证:

ESIGNATURES_SECRET_TOKEN=your_token_here

eSignatures API 文档

有关 eSignatures 的详细信息,请访问 esignatures.com 查看 API 文档。如需帮助或有任何问题,请联系 support@esignatures.com。

🤝 贡献指南

欢迎为 MCP 服务器做出贡献!请遵循以下指南:

  • 报告错误:在 GitHub 仓库中提交问题。
  • 功能请求:创建新问题描述您的需求。
  • 代码贡献: fork 仓库,创建功能分支并提出拉取请求。

我们期待您的贡献!

READY-TO-PASTE CONFIG

MCP client config generator

Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata

terminal
data_object

This entry does not contain a standard command or remote URL, so a safe client config cannot be generated automatically

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client