Loading MCP server directory, please wait...
MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.
npx @getmcp/cli add com.esigndev/siglio-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SIGLIO_API_KEYYour Siglio API key. Sandbox keys start with sig_sandbox_ and live keys start with sig_live_. Get one at https://esigndev.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.esigndev/siglio-mcp": {
"command": "npx",
"args": [
"-y",
"siglio-mcp"
],
"env": {
"SIGLIO_API_KEY": "",
"SIGLIO_ALLOW_LIVE": ""
}
}
}
}