Loading...

Manages eSignatures contracts and templates, allowing creation, modification, and sending of documents for signature, with collaborator support.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Manages eSignatures contracts and templates, allowing creation, modification, and sending of documents for signature, with collaborator support.
This server allows for both creation and deletion of contracts and templates, making it moderately risky. It's safe to use for drafting and sending contracts with proper access control. Risky operations include deleting contracts and managing templates without careful consideration.
Performance will depend on the eSignatures API's responsiveness. Consider rate limits and optimize template design for efficiency.
Cost is primarily driven by eSignatures API usage. Be mindful of API call volume and any associated charges.
create_contractGenerates a contract for review or sending.
Creates new contracts, potentially with sensitive data.
query_contractRetrieves information about a specific contract.
Read-only operation.
withdraw_contractCancels an unsigned contract.
Modifies contract status.
delete_contractRemoves a draft or test contract.
Destructive operation.
list_recent_contractsLists recently created contracts.
Read-only operation.
create_templateCreates a new contract template.
Creates a new template that could be used for malicious purposes.
update_templateModifies an existing contract template.
Modifies existing templates, potentially introducing errors or malicious content.
query_templateRetrieves content and information about a template.
Read-only operation.
delete_templateRemoves a contract template.
Destructive operation.
list_templatesLists available contract templates.
Read-only operation.
add_template_collaboratorInvites a user to edit a template.
Grants editing rights to a template.
remove_template_collaboratorRevokes editing rights for a template collaborator.
Removes editing rights, potentially disrupting workflows.
list_template_collaboratorsLists users who can edit a template.
Read-only operation.
API Key
This server allows for both creation and deletion of contracts and templates, making it moderately risky. It's safe to use for drafting and sending contracts with proper access control. Risky operations include deleting contracts and managing templates without careful consideration.
Full access is granted by default, so caution is advised when automating tasks. There is no sandboxing or rollback support.
Production Tip
Monitor API usage and error rates to ensure smooth operation and prevent unexpected issues.
Set the `ESIGNATURES_SECRET_TOKEN` environment variable with your eSignatures API secret token.
This server facilitates contract creation and sending, but the legal validity depends on eSignatures' compliance and the specific jurisdiction.
Fork the repository, make changes, and submit a pull request. See the Contributing section in the README for guidelines.
Yes, create a free eSignatures account for testing and development purposes.
Immediately revoke the compromised key and generate a new one. Monitor your eSignatures account for any unauthorized activity.
The language support depends on the eSignatures API. Refer to their documentation for details.
Yes, you can integrate it by making API calls to the server's tools.
Frank Fiegel
Contributor