What is An MCP server designed to facilitate interaction between Large Language Models and the BoldSign API.?
The Model Context Protocol (MCP) extends LLM capabilities, enabling them to act as agents when connecting with external systems. This project contains various tools that interact with the BoldSign API to manage templates and documents for your e-signature.
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.
This project contains various tools that interact with the BoldSign API to manage templates and documents for your e-signature.
Prerequisites
Before you begin, ensure you have the following installed and set up:
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.
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.
Node.js: Version 18.0.0 or higher is required.
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. Please refer to the Prerequisites section for instructions on how to get your API key.
BOLDSIGN_API_REGION - Specifies the region of your BoldSign account. This defaults to US if not specified.
US for the United States region.
EU for the Europe region.
CA for the Canada region.
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.
Alternatively, you can install it for a specific project by creating a .cursor/mcp.json file in your project's root folder and adding the same configuration there.