BO

BoldSign

Created 5 months ago

An MCP server designed to facilitate interaction between Large Language Models (LLMs) and the BoldSign API.

development documentation public

What is BoldSign?

Search, request, and manage e-signature contracts effortlessly with [BoldSign](https://boldsign.com/).

Documentation

BoldSign MCP Server

Prerequisites

Before you begin, ensure you have the following installed and set up:

  1. A BoldSign Account: You will need an account to obtain API credentials. You can sign up for a free trial here or use an existing sandbox or paid account.
  2. BoldSign API Credentials: Obtain your necessary application credentials, specifically an API key. Instructions on how to generate and manage your API key can be found in the BoldSign API documentation.
  3. Node.js: Version 18.0.0 or higher is required.
  4. An MCP Client: To interact with the server, you need an MCP client application. Examples include Cursor, VS Code, Windsurf, Claude Desktop, Cline, or any other compatible MCP client.

Installation

This section provides instructions on how to configure popular MCP clients to connect to the BoldSign MCP server. You will need to add the relevant configuration snippet to your client's settings or configuration file.

Environment Variables

You will need to configure the following environment variables for the BoldSign MCP server to function correctly:

  • BOLDSIGN_API_KEY - Your API key obtained from your BoldSign account.
  • BOLDSIGN_API_REGION - Specifies the region of your BoldSign account. This defaults to US if not specified.

Install in Cursor

The recommended approach is to add the following configuration to your global Cursor MCP configuration file, typically found at ~/.cursor/mcp.json.

Install in Windsurf

Add the following configuration snippet to your Windsurf MCP configuration file.

Install in VS Code

Add the following configuration to the VS Code settings file where you manage MCP server configurations.

Install in Claude Desktop

Add the following configuration to your Claude Desktop configuration file, which is typically named claude_desktop_config.json.

Install in Cline

Add the following configuration snippet to your Cline MCP configuration file.

Available Tools

This MCP server provides access to the following tools via the BoldSign API:\n\n### Documents

Repository

https://github.com/boldsign/boldsign-mcp

Bug Tracker

https://github.com/boldsign/boldsign-mcp/issues

Server Config

{
  "mcpServers": {
    "boldsign-server": {
      "command": "npx",
      "args": [
        "boldsign"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Syncfusion
Category: official
License: MIT License
Tags:
development documentation public