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.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
Servers
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント