io.github.kumarprobeops/signforge✓
io.github.kumarprobeops/signforge · v1.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kumarprobeops/signforge",
"description": "Send documents for e-signature from AI agents. Upload, sign, and download PDFs.",
"repository": {
"url": "https://github.com/kumarprobeops/signforge-mcp",
"source": "github"
},
"version": "1.2.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}