MCP Server
MCP
io.github.kumarprobeops/signforge
Send documents for e-signature from AI agents. Upload, sign, and download PDFs.
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
By
Comments
Sign in to leave a comment