Developer Tools

BoldSign MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

BoldSign is an electronic signature platform that enables users to securely sign documents online, manage signing workflows, and ensure compliance with legal standards. Use it to streamline the document signing process and maintain records of signed agreements.

13 tools
Agent guide included
API Key
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for BoldSign — workflow patterns, data models, and gotchas for your AI agent.

BoldSign

BoldSign is an electronic signature platform (by Syncfusion) for sending, signing, and tracking legally binding documents. It handles the full signature lifecycle: create a signing request, route it through signers in order, track completion status, and store the signed output with an audit trail.

Core Concepts

  • Signature requests (documents): The primary entity. Each request has a title, one or more files, signers with form fields (signature, date, text), and a lifecycle status. Statuses: Draft → InProgress (WaitingForMe / WaitingForOthers / NeedAttention) → Completed | Declined | Revoked | Expired.
  • Templates: Reusable document blueprints with pre-configured roles, form fields, and signing order. Create a signing request from a template by filling in signer details for each role. Templates can be shared across the organization.
  • Brands: Visual identity applied to signing requests — logo, colors, email display name, custom redirect URL. Each account can have multiple brands; one is marked default. Brand ID is passed when sending documents to control appearance.
  • Sender identities: Verified email addresses authorized to send signing requests. Each identity is linked to a brand and must be verified before use.
  • Contacts: Saved signer profiles (name, email, company, job title, phone) for quick reuse when creating signing requests.
  • Teams: Organizational groupings of users for managing permissions and document visibility.
  • Users: Account members with roles (admin, member) who can send/sign documents.
  • Custom fields: Account-level metadata fields (scoped per brand) that can be attached to documents for categorization and reporting.

Common Workflows

  1. Send from template: Enumerate templates → pick one by ID → open its full definition (roles, fields) → create a signing request by providing signer info for each role.
  2. Track signing progress: Enumerate documents filtered by status (e.g. WaitingForOthers, NeedAttention) → open one document for per-signer status, form field values, and history.
  3. Manage branding: Enumerate brands → open a brand’s configuration → apply that brand ID when sending documents.
  4. Contact lookup: Search contacts or fetch a specific contact's details before adding them as a signer.

Gotchas

  • Pagination uses 1-based page numbers (not zero-based). Default page size is 10 for most directory reads, 50 for brands.
  • Document list supports nextCursor for iterating beyond 10,000 records — pass the nextCursor value from the last item in the previous page.
  • Template list can be filtered by type: AllTemplates (default), MyTemplates, or SharedTemplates.
  • Document statuses are compound — "InProgress" is the coarse status, but directory reads return more granular values like WaitingForMe, WaitingForOthers, NeedAttention.
  • Brand ID is required to scope custom fields — enumerating custom fields without a brand returns account-level fields only.
  • Sender identities must be verified (email confirmation) before they can be used to send documents.

Tools in this Server (13)

Boldsign Create Contact

Create a new contact in the BoldSign account for quick reuse when sending signing requests. Requires name and email. Optionally include company name, ...

Boldsign Download Audit Log

Download the audit trail for a completed document as a PDF URL. The audit trail contains a timestamped record of every action taken on the document: w...

Boldsign List Brands

List all brands in the BoldSign account, or fetch full details for a single brand by ID. Without brandId: returns a paginated list with brandId, brand...

Boldsign List Contacts

List all saved contacts in the BoldSign account, or fetch full details for a single contact by ID. Without id: returns a paginated list of contacts wi...

Boldsign List Custom Fields

List all custom metadata fields defined in the BoldSign account, optionally scoped to a specific brand. Returns field details including fieldId, field...

Boldsign List Documents

List signing requests (documents) in the BoldSign account, or fetch full details for a single document by ID. Without documentId: returns a paginated ...

Boldsign List Senderidentities

List all sender identities configured in the BoldSign account. Returns each identity's name, email address, associated brand, and verification status....

Boldsign List Teams

List all teams in the BoldSign account. Returns each team's teamId, teamName, and member count. Teams control document visibility and permissions — me...

Boldsign List Templates

List document templates in the BoldSign account, or fetch full details for a single template by ID. Without templateId: returns a paginated list with ...

Boldsign List Users List

List all users in the BoldSign account. Returns each user's userId, email, firstName, lastName, role (Admin/Member), and team assignments. Use this to...

Boldsign Revoke Document

Revoke (cancel) a document signing request that is still in progress. Once revoked, signers can no longer view or sign the document. Requires a docume...

Boldsign Send From Template

Send a document for signature using an existing BoldSign template. Requires a templateId and roles array mapping template roles to actual signers. Fir...

Boldsign Send Reminder

Send a reminder email to signers who have not yet completed signing a document. Requires a documentId (must be in-progress) and a reminder message. Op...

Frequently Asked Questions

What is the BoldSign MCP server?

BoldSign is an electronic signature platform that enables users to securely sign documents online, manage signing workflows, and ensure compliance with legal standards. Use it to streamline the document signing process and maintain records of signed agreements. It provides 13 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect BoldSign to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/boldsign. Authentication is handled automatically.

How many tools does BoldSign provide?

BoldSign provides 13 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does BoldSign require?

BoldSign uses API Key. BoldSign requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect BoldSign to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/boldsign

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with BoldSign?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

BoldSign MCP Server & Skill — 13 Tools