← Back to Plugins
MCP Server MCP

io.github.rmindgh/addsign-mcp

github By github 👁 1 views ▲ 0 votes

Send documents for e-signature, track status, remind signers, and download signed PDFs via AddSign

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "addsign-mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AddSign API key — create one at https://addsign.io/settings/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ADDSIGN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...