MCP server for eSignatures (https://esignatures.com) Generate a draft NDA contract for a publisher, which I can review and send. Signer: John Doe, ACME Corp, john@acme.com Send an NDA based on my template to John Doe, ACME Corp, john@acme.com. Set the term to 2 years. Review my templates for legal compliance, and ask me about updating each one individually Invite John Doe to edit the NDA template,
Add this skill
npx mdskills install esignaturescom/mcp-server-esignaturesWell-organized eSignatures integration with comprehensive contract and template management tools
MCP server for eSignatures (https://esignatures.com)
| Tool | Category | Description |
|---|---|---|
create_contract | Contracts | Draft for review or send contract |
query_contract | Contracts | Retrieve contract info |
withdraw_contract | Contracts | Withdraw an unsigned contract |
delete_contract | Contracts | Delete a draft or test contract |
list_recent_contracts | Contracts | List the recent contracts |
create_template | Templates | Create a new contract template |
update_template | Templates | Update an existing template |
query_template | Templates | Retrieve template content and info |
delete_template | Templates | Delete a template |
list_templates | Templates | List all your templates |
add_template_collaborator | Collaborators | Invite someone to edit a template |
remove_template_collaborator | Collaborators | Revoke template editing rights |
list_template_collaborators | Collaborators | View who can edit a template |
Generate a draft NDA contract for a publisher, which I can review and send. Signer: John Doe, ACME Corp, john@acme.com
Send an NDA based on my template to John Doe, ACME Corp, john@acme.com. Set the term to 2 years.
Review my templates for legal compliance, and ask me about updating each one individually
Invite John Doe to edit the NDA template, email: john@acme.com
Create an eSignatures account at https://esignatures.com for free, to test the Agent AI by creating templates and sending test contracts.
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"mcp-server-esignatures": {
"command": "uv",
"env": {
"ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"
},
"args": [
"--directory",
"/your-local-directories/mcp-server-esignatures",
"run",
"mcp-server-esignatures"
]
}
}
"mcpServers": {
"mcp-server-esignatures": {
"command": "uvx",
"args": [
"mcp-server-esignatures"
],
"env": {
"ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"
}
}
}
To use this server, you need to set the ESIGNATURES_SECRET_TOKEN environment variable with your eSignatures API secret token.
For a detailed guide on API endpoints, parameters, and responses, see eSignatures API.
For support, please navigate to Support or contact support@esignatures.com.
Contributions are welcome! If you'd like to contribute, please fork the repository and make changes as you see fit. Here are some guidelines:
For major changes, please open an issue first to discuss what you would like to change. We're looking forward to your contributions!
Install via CLI
npx mdskills install esignaturescom/mcp-server-esignaturesmcp-server-esignatures MCP server is a free, open-source AI agent skill. MCP server for eSignatures (https://esignatures.com) Generate a draft NDA contract for a publisher, which I can review and send. Signer: John Doe, ACME Corp, john@acme.com Send an NDA based on my template to John Doe, ACME Corp, john@acme.com. Set the term to 2 years. Review my templates for legal compliance, and ask me about updating each one individually Invite John Doe to edit the NDA template,
Install mcp-server-esignatures MCP server with a single command:
npx mdskills install esignaturescom/mcp-server-esignaturesThis downloads the skill files into your project and your AI agent picks them up automatically.
mcp-server-esignatures MCP server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.