boldsign
OfficialBoldSign MCP 服务器
作者: Syncfusion
一个 MCP 服务器,旨在促进大型语言模型 (LLM) 与 BoldSign API 之间的交互。模型上下文协议 (MCP) 扩展了 LLM 的功能,使其能够在与外部系统连接时充当代理。
该项目包含与 BoldSign API 交互的各种工具,用于管理您的电子签名的模板和文档。
先决条件
开始之前,请确保已安装并设置以下内容:
**BoldSign 帐户:**您需要一个帐户来获取 API 凭证。您可以点击此处注册免费试用,或使用现有的沙盒或付费帐户。
**BoldSign API 凭证:**获取必要的应用程序凭证,特别是 API 密钥。有关如何生成和管理 API 密钥的说明,请参阅BoldSign API 文档。
**Node.js:**需要 18.0.0 或更高版本。
**MCP 客户端:**要与服务器交互,您需要一个 MCP 客户端应用程序。例如 Cursor、VS Code、Windsurf、Claude Desktop、Cline 或任何其他兼容的 MCP 客户端。
Related MCP server: signbee-mcp
安装
本节介绍如何配置常用的 MCP 客户端以连接到 BoldSign MCP 服务器。您需要将相关的配置代码段添加到客户端的设置或配置文件中。
环境变量
您需要配置以下环境变量以确保 BoldSign MCP 服务器正常运行:
BOLDSIGN_API_KEY- 您的 BoldSign 帐户获取的 API 密钥。请参阅“先决条件”部分,了解如何获取 API 密钥。BOLDSIGN_API_REGION- 指定您的 BoldSign 帐户所在地区。如未指定,则默认为US。US代表美国地区。欧洲地区为
EU。
在光标处安装
推荐的方法是将以下配置添加到全局 Cursor MCP 配置文件中,通常位于~/.cursor/mcp.json 。
或者,您可以在项目的根文件夹中创建.cursor/mcp.json文件并在那里添加相同的配置,为特定项目安装它。
{
"mcpServers": {
"boldsign": {
"command": "npx",
"args": ["-y", "@boldsign/mcp"],
"env": {
"BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
"BOLDSIGN_API_REGION": "US"
}
}
}
}有关在 Cursor 中设置 MCP 服务器的更多信息,请参阅Cursor MCP 文档。
安装在 Windsurf 中
将以下配置片段添加到您的 Windsurf MCP 配置文件:
{
"mcpServers": {
"boldsign": {
"command": "npx",
"args": ["-y", "@boldsign/mcp"],
"env": {
"BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
"BOLDSIGN_API_REGION": "US"
}
}
}
}有关Windsurf MCP 设置的更多信息,请参阅 Windsurf MCP 文档。
在 VS Code 中安装
将以下配置添加到管理 MCP 服务器配置的 VS Code 设置文件中:
{
"servers": {
"boldsign": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@boldsign/mcp"],
"env": {
"BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
"BOLDSIGN_API_REGION": "US"
}
}
}
}有关VS Code MCP 设置的更多信息,请参阅 VS Code MCP 文档。
在 Claude Desktop 中安装
将以下配置添加到您的 Claude Desktop 配置文件中,该文件通常名为claude_desktop_config.json :
{
"mcpServers": {
"boldsign": {
"command": "npx",
"args": ["-y", "@boldsign/mcp"],
"env": {
"BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
"BOLDSIGN_API_REGION": "US"
}
}
}
}有关 Claude Desktop MCP 设置的更多信息,请参阅模型上下文协议快速入门指南。
在 Cline 中安装
将以下配置片段添加到您的 Cline MCP 配置文件。
{
"mcpServers": {
"boldsign": {
"command": "npx",
"args": ["-y", "@boldsign/mcp"],
"env": {
"BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
"BOLDSIGN_API_REGION": "US"
}
}
}
}有关Cline MCP 设置的更多信息,请参阅 Cline MCP 配置指南。
可用工具
该 MCP 服务器通过 BoldSign API 提供对以下工具的访问:
文件
列出文档:检索文档的分页列表。
列出团队文件:检索团队文件的分页列表。
获取文档:使用特定文档的 ID 检索其详细信息,包括状态。
撤销文件:允许您取消或撤销正在处理的文件。
发送提醒:向尚未完成文档签名的签名者发送提醒。
模板
联系方式
用户
团队
存储库
https://github.com/boldsign/boldsign-mcp
错误追踪器
https://github.com/boldsign/boldsign-mcp/issues
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables interaction with the BoldSign e-signature platform through its API. Supports managing documents, templates, contacts, users, and teams for electronic signature workflows.1462MIT
- AlicenseAqualityDmaintenanceDocument signing for AI agents. Send markdown or PDF for two-party e-signing with a single tool call — handles PDF generation, email verification, and SHA-256 certified delivery.212MIT
- AlicenseAqualityDmaintenanceSend documents for e-signature from Claude Desktop, Claude Code, Cursor, and other AI agents. Free DocuSign alternative.1553MIT
- Alicense-qualityBmaintenanceE-signature for AI agents. One unauthenticated call returns a sandbox API key (no account, no browser), then the agent can send documents for signature, check status, and download the sealed PDF plus Certificate of Completion.1MIT
Related MCP Connectors
SignDocs Brasil e-signature tools for AI agents — signing sessions, envelopes, verification.
Automate eSignature workflows and signing tasks via natural language commands.
Create signing requests, check status, send reminders, and manage Aoexl templates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/boldsign/boldsign-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server