BoldSign MCP
@boldsign
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"boldsign": {
"command": "npx",
"args": [
"-y",
"@boldsign/mcp"
],
"env": {
"BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
"BOLDSIGN_API_REGION": "US"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS
Comments