Submit

BoldSign MCP

@boldsign

7 months ago
An MCP server designed to facilitate interaction between Large Language Models (LLMs) and the BoldSign API. The Model Context Protocol (MCP) extends LLM capabilities, enabling them to act as agents when connecting with external systems. This project contains various tools that interact with the BoldSign API to manage templates and documents for your e-signature.

Tools

Server Config

{
  "mcpServers": {
    "boldsign": {
      "command": "npx",
      "args": [
        "-y",
        "@boldsign/mcp"
      ],
      "env": {
        "BOLDSIGN_API_KEY": "{YOUR_BOLDSIGN_API_KEY}",
        "BOLDSIGN_API_REGION": "US"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.