Connects MCP clients to BoldSign for managing documents, templates, contacts, users, and teams.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Boldsign MCP.
The boldsign/boldsign-mcp MCP server lets an MCP-compatible application call selected BoldSign API operations through an agent interface. Its coverage is centered on e-signature administration: documents, templates, contacts, users, and teams.
For documents, it can retrieve paginated account or team listings, inspect a document's details and status, revoke an in-progress document, and send reminders to signers who have not completed their signatures. Template operations include listing templates, retrieving a template, and creating and sending a signing document from a configured template.
The server also exposes read operations for contacts, organization users, and teams. These operations retrieve lists or details by identifier rather than creating or modifying those records.
The project is a local MCP server launched with Node.js. An MCP client starts the server as a stdio process, and the server uses the supplied BoldSign credentials to call the BoldSign API. The README lists Cursor, Windsurf, VS Code, Claude Desktop, and Cline as compatible client options.
The BoldSign account region is configurable. Supported values are US, EU, and CA; US is the default when no region is supplied. API responses and available operations depend on the connected BoldSign account and the API endpoints used by each tool.
Using the boldsign/boldsign-mcp MCP server requires a BoldSign account, an API key, Node.js 18 or later, and an MCP client. The local configuration uses the npm package @boldsign/mcp and runs it with npx.
Set these environment variables in the client configuration:
BOLDSIGN_API_KEY: The API key generated in the BoldSign account.BOLDSIGN_API_REGION: The account region, using US, EU, or CA. If omitted, the server uses US.For example, a stdio client configuration uses npx with -y @boldsign/mcp as its arguments. The exact configuration file depends on the client. Cursor uses an MCP JSON file, while Claude Desktop uses claude_desktop_config.json; the README provides equivalent examples for the other listed clients.
Available capabilities are grouped by BoldSign resource:
Document and template listing operations are paginated according to the corresponding BoldSign API endpoints.
The boldsign/boldsign-mcp MCP server repository is marked deprecated. The maintainers point users to the hosted BoldSign MCP Server for improved authentication options, additional features, and a fully managed deployment. This repository's setup therefore applies to the local npm-based server described in its README, not necessarily to the hosted replacement.
A BoldSign API credential is required, so this server is not credential-free. The README describes using a free trial, sandbox account, or paid account to obtain access, but it does not specify API limits or pricing for the individual operations. The listed tools also focus on the resources and actions documented above; no document upload, signing completion, webhook, or record-creation tool is described.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/boldsign-boldsign-mcp)<a href="https://allmcps.com/mcp/boldsign-boldsign-mcp"><img src="https://allmcps.com/api/badge/boldsign-boldsign-mcp?style=directory" alt="Boldsign MCP on AllMCPs" /></a>