LogoSTMCP
Download
boldsign-mcp

BoldSign MCP Server

An MCP server that enables Large Language Models to interact with the BoldSign API for managing e-signature templates, documents, contacts, users, and teams through a standardized protocol interface.

Tools

1. List documents

Retrieves a paginated list of your documents.

2. List team documents

Retrieves a paginated list of team documents.

3. Get document

Retrieves detailed information, including status, for a specific document using its ID.

4. Revoke document

Allows you to cancel or call off a document that is in progress.

5. Send reminders

Sends reminders to signers who have not yet completed their signature on a document.

6. List templates

Retrieves a paginated list of templates available in your BoldSign account.

7. Get template

Retrieves detailed information for a specific template using its ID.

8. Send document from template

Creates and sends out a document for signing based on a pre-configured template.

9. List Contacts

Retrieves a paginated list of contacts from your BoldSign account.

10. Get Contact

Retrieves detailed information for a specific contact using their ID.

11. List Users

Retrieves a paginated list of users in your BoldSign organization.

12. Get User

Retrieves detailed information for a specific user using their ID.

13. List Teams

Retrieves a paginated list of teams in your BoldSign organization.

14. Get Team

Retrieves detailed information for a specific team using their ID.

Open Graph image for BoldSign MCP Server

JSON Config

{
  "mcpServers": {
    "boldsign": {
      "command": "npx",
      "args": ["-y", "@boldsign/mcp"],
      "env": {
        "BOLDSIGN_API_KEY": "YOUR_BOLDSIGN_API_KEY",
        "BOLDSIGN_API_REGION": "US"
      }
    }
  }
}

Information