MCP server for eSignatures.com providing AI-powered contract management tools including contract creation, template management, and collaboration features for electronic signature workflows.
Draft for review or send contract.
Retrieve contract info.
Withdraw an unsigned contract.
Delete a draft or test contract.
List the recent contracts.
Create a new contract template.
Update an existing template.
Retrieve template content and info.
Delete a template.
List all your templates.
Invite someone to edit a template.
Revoke template editing rights.
View who can edit a template.
{
"mcpServers": {
"mcp-server-esignatures": {
"command": "uvx",
"args": [
"mcp-server-esignatures"
],
"env": {
"ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"
}
}
}
}