MCP server for eSignatures (https://esignatures.com)
Project description
mcp-server-esignatures MCP server
MCP server for eSignatures (https://esignatures.com)
Tools
These tools are designed to make managing contracts and templates straightforward, ensuring that everything from creation to finalization is smooth and customizable to your needs.
For Contract Management:
- Create Contract: Create a draft contract for review, or send it instantly. You can choose templates or dynamic content, customize emails, set expiration dates, and more.
- Query Contract: Look up any contract by its unique ID to check its status or details.
- Withdraw Contract: If you've sent out a contract but haven't received signatures yet, you can pull it back with this tool.
- Delete Contract: Remove a contract from the system when it's no longer needed.
- List Recent Contracts: Get an overview of the recent contracts you've created or managed.
For Template Management:
- Create Template: Create reusable contract templates with Placeholder fields for dynamic content. This makes setting up new contracts much faster.
- Query Template: Fetch details of any template you've made, handy for updates or reference.
- Update Template: Modify an existing template if you need to change future contracts based on it.
- Delete Template: Delete templates that are no longer in use or relevant.
- List Templates: List the templates you have in eSignatures.
Examples of Usage
Example 1: Creating a Draft Contract
Command: Generate a draft contract so I can review and send it, using the NDA template, signer: John Doe, ACME Corp, john@acme.com
Example 2: Sending a Contract
Command: Send an NDA based on my template to John Doe, ACME Corp, john@acme.com
Example 3: Updating templates
Command: Review my templates for legal compliance, and ask me about updating each one individually
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
"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"
]
}
}
Published Servers Configuration
"mcpServers": {
"mcp-server-esignatures": {
"command": "uvx",
"args": [
"mcp-server-esignatures"
],
"env": {
"ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"
}
}
}
Authentication
To use this server, you need to set the ESIGNATURES_SECRET_TOKEN environment variable with your eSignatures API secret token.
eSignatures API Documentation
For a detailed guide on API endpoints, parameters, and responses, see eSignatures API.
eSignatures Support
For support, please navigate to Support or contact support@esignatures.com.
Contributing
Contributions are welcome! If you'd like to contribute, please fork the repository and make changes as you see fit. Here are some guidelines:
- Bug Reports: Please open an issue to report any bugs you encounter.
- Feature Requests: Suggest new features by opening an issue with the "enhancement" label.
- Pull Requests: Ensure your pull request follows the existing code style.
- Documentation: Help improve or translate documentation. Any form of documentation enhancement is appreciated.
For major changes, please open an issue first to discuss what you would like to change. We're looking forward to your contributions!
MIT License
Copyright (c) [2025] [eSignatures]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_esignatures-0.1.0.tar.gz.
File metadata
- Download URL: mcp_server_esignatures-0.1.0.tar.gz
- Upload date:
- Size: 37.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae7a76be27708f74bb264012b7b0925bf08a63b2fa9cce27450ddad338f4b41e
|
|
| MD5 |
f6f0604de6920bda7d971ec3548f1205
|
|
| BLAKE2b-256 |
1bfd1aebfaa63c65a7154de24af05f7d384f32031c3f33100dc726a545c6d798
|
File details
Details for the file mcp_server_esignatures-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_esignatures-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30fdd48c838e6d64d1044a226e999cf8f27b5be4cb38ddfb0c183c82a398c134
|
|
| MD5 |
749aca6e4832d0ac3b5ca82ebd5eaf68
|
|
| BLAKE2b-256 |
3fe2db2c9684161595c5f3bd73fa17e5804738ac989850e19c99d64fb22407a7
|