An MCP server that enables LLMs to interact with the BoldSign API for managing e-signature templates, documents, contacts, users, and teams through various tools and operations.
Retrieves a paginated list of your documents.
Retrieves a paginated list of team documents.
Retrieves detailed information, including status, for a specific document using its ID.
Allows you to cancel or call off a document that is in progress.
Sends reminders to signers who have not yet completed their signature on a document.
Retrieves a paginated list of templates available in your BoldSign account.
Retrieves detailed information for a specific template using its ID.
Creates and sends out a document for signing based on a pre-configured template.
Retrieves a paginated list of contacts from your BoldSign account.
Retrieves detailed information for a specific contact using their ID.
Retrieves a paginated list of users in your BoldSign organization.
Retrieves detailed information for a specific user using their ID.
Retrieves a paginated list of teams in your BoldSign organization.
Retrieves detailed information for a specific team using their ID.
{
"mcpServers": {
"boldsign": {
"command": "npx",
"args": ["-y", "@boldsign/mcp"],
"env": {
"BOLDSIGN_API_KEY": "YOUR_BOLDSIGN_API_KEY",
"BOLDSIGN_API_REGION": "US"
}
}
}
}