← Back to Plugins
MCP Server MCP

io.github.kumarprobeops/signforge

github By github 👁 1 views ▲ 0 votes

Send documents for e-signature from AI agents. Upload, sign, and download PDFs.

Homepage Verified source GitHub

Install

npx -y @signforge/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@signforge/mcp-server",
      "version": "1.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your SignForge API key. Get one at https://signforge.io/dashboard/developers",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SIGNFORGE_API_KEY"
        },
        {
          "description": "API base URL. Only change for self-hosted instances.",
          "format": "string",
          "name": "SIGNFORGE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...