SignNow MCP Server✓
io.github.signnow/sn-mcp-server · v0.3.1
{}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.signnow/sn-mcp-server",
"description": "A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.",
"title": "SignNow MCP Server",
"repository": {
"url": "https://github.com/signnow/sn-mcp-server",
"source": "github"
},
"version": "0.3.1",
"packages": [
{
"registryType": "pypi",
"identifier": "signnow-mcp-server",
"version": "0.3.1",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}