BoldSign MCP
@boldsign
关于 BoldSign MCP
An MCP server designed to facilitate interaction between Large Language Models (LLMs) and the BoldSign API. The Model Context Protocol (MCP) extends LLM capabilities, enabling them to act as agents when connecting with external systems.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"boldsign": {
"command": "npx",
"args": [
"-y",
"@boldsign/mcp"
],
"env": {
"BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
"BOLDSIGN_API_REGION": "US"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is BoldSign MCP?
BoldSign MCP is a Model Context Protocol server that enables large language models (LLMs) to interact with the BoldSign API to manage templates and documents. It is built for developers using MCP clients such as Cursor, VS Code, Windsurf, Claude Desktop, or Cline.
How to use BoldSign MCP?
Install via npx with the command npx -y @boldsign/mcp and configure the environment variables BOLDSIGN_API_KEY and BOLDSIGN_API_REGION (defaults to US) in your MCP client’s settings file. Client-specific configuration examples are provided for Cursor, Windsurf, VS Code, Claude Desktop, and Cline.
Key features of BoldSign MCP
- List, get, revoke documents and send reminders.
- List and get templates; send documents from templates.
- List and get contacts from your BoldSign account.
- List and get users in your organization.
- List and get teams in your organization.
Use cases of BoldSign MCP
- Automate document signing workflows via LLM agents.
- Send documents for signing based on pre-configured templates.
- Retrieve document status and send reminders to signers.
- Look up contacts, users, or teams within your BoldSign organization.
FAQ from BoldSign MCP
What prerequisites are needed?
You need a BoldSign account, API credentials (an API key), Node.js 18.0 or higher, and an MCP client.
How do I configure the server?
Set the BOLDSIGN_API_KEY and BOLDSIGN_API_REGION environment variables in your MCP client’s config file. The region defaults to US and can be EU for Europe. Use npx -y @boldsign/mcp as the command.
Which MCP clients are supported?
Cursor, Windsurf, VS Code, Claude Desktop, Cline, or any compatible MCP client.
What API operations are available?
Document management (list, get, revoke, send reminders), template operations (list, get, send from template), contacts, users, and teams.
Does BoldSign MCP require a BoldSign account?
Yes. You need a BoldSign account and an API key. A free trial is available at the BoldSign pricing page.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 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,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论