boldsign/boldsign-mcp
by Various
Model Context Protocol (MCP) server for BoldSign API
MCP
boldsign/boldsign-mcp
Added 1 June 2026
Overview
Boldsign/boldsign-mcp is a Model Context Protocol (MCP) server that exposes BoldSign's e-signature API through a standardized interface. It allows MCP-compatible clients to send signature requests, manage documents, and retrieve signing status via server-side tool calls.
Best for
Best for
Developers building AI agents or MCP-enabled assistants that need to send and manage e-signature requests via BoldSign
Use cases
- Automate sending documents for electronic signature from an AI agent
- Check signing status and track completed agreements programmatically
- Integrate e-signature workflows into MCP-based development tools
How to use
Tools exposed
List documentsList team documentsGet documentRevoke documentSend remindersList templatesGet templateSend document from templateList ContactsGet ContactList UsersGet UserList TeamsGet Team
Tested with
Cursor, VS Code, Windsurf, Claude Desktop, Cline
Example client config
{\n "mcpServers": {\n "boldsign": {\n "command": "npx",\n "args": ["-y", "@boldsign/mcp"],\n "env": {\n "BOLDSIGN_API_KEY": "YOUR_BOLDSIGN_API_KEY",\n "BOLDSIGN_API_REGION": "US"\n }\n }\n }\n} Notes
Boldsign/boldsign-mcp is a Model Context Protocol (MCP) server that exposes BoldSign’s e-signature API through a standardized interface. It allows MCP-compatible clients to send signature requests, manage documents, and retrieve signing status via server-side tool calls.
5 stars on GitHub. Last updated 2025-08-14. Licensed MIT.
Use cases
- Automate sending documents for electronic signature from an AI agent
- Check signing status and track completed agreements programmatically
- Integrate e-signature workflows into MCP-based development tools
Pros
- Provides a clean MCP interface for BoldSign’s existing e-signature API
- Written in TypeScript with type safety and modern JavaScript support
- Requires only an API key to get started with ample BoldSign documentation
Cons
- Tied exclusively to BoldSign; no support for other e-signature providers
- Small community with only 5 stars on GitHub, limited third-party knowledge base
- Depends on network access to BoldSign’s API, so offline or air-gapped environments cannot use it
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides a clean MCP interface for BoldSign's existing e-signature API
- Written in TypeScript with type safety and modern JavaScript support
- Requires only an API key to get started with ample BoldSign documentation
Cons
- Tied exclusively to BoldSign; no support for other e-signature providers
- Small community with only 5 stars on GitHub, limited third-party knowledge base
- Depends on network access to BoldSign's API, so offline or air-gapped environments cannot use it
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.