MCP server for eSignatures (https://esignatures.com)
Project description
mcp-server-esignatures MCP server
MCP server for eSignatures (https://esignatures.com)
Tools
| 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 (Markdown body) |
update_template |
Templates | Update an existing template's title/labels |
update_template_content |
Templates | Edit a template's Markdown body via find/replace |
query_template |
Templates | Retrieve template metadata |
query_template_content |
Templates | Retrieve a template's Markdown body |
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 |
Examples
Creating a draft contract
Create a draft NDA for a publisher, ready for me to review and send. Signer: John Doe, ACME Corp, john@acme.com.
Sending a contract from a template
Send an NDA based on my template to John Doe from ACME Corp at john@acme.com. Set the term to 2 years.
Creating a new contract
Create a contractor agreement for a graphic designer, including payment terms of net 14 days. Prepare it as a draft for review. Signer: John Doe, ACME Corp, john@acme.com.
Editing an existing template
Update my NDA template to include a 12-month non-solicitation clause.
Reviewing templates
Review my templates and suggest improvements. Do not apply any changes until I approve them one by one.
Finding the right template
Find the best template for onboarding a contractor and prepare a draft contract for John Doe.
Managing contracts
Show me the recent contracts that are waiting for signatures.
Updating signer details
Update the signer email on the NDA contract for John Doe to john.doe@acme.com.
Inviting template collaborators
Invite John Doe to edit the NDA template. His email is john@acme.com.
Install
Create an eSignatures account
Create an eSignatures account at https://esignatures.com for free, to test the Agent AI by creating templates and sending test contracts.
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!
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.2.0.tar.gz.
File metadata
- Download URL: mcp_server_esignatures-0.2.0.tar.gz
- Upload date:
- Size: 38.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ea4e10b6e1b4c965d0c63d6d182721475828aa0ef3ec51dd2517d3345a2524c
|
|
| MD5 |
7edaa6a82c3eb34a26135269c83becbc
|
|
| BLAKE2b-256 |
c821f3fdcf6e150d18a665b53d9b181d2f5ac482dfba807c7063dbc729bc206c
|
File details
Details for the file mcp_server_esignatures-0.2.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_esignatures-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
add1677fa11b5bce4c037b8ebfd74d11ea6e7be44c45985f16e36cdb2d670013
|
|
| MD5 |
ac167a08d712eb4adcc80450c530a7ab
|
|
| BLAKE2b-256 |
35215a77fb34f2a6ec055c3634f9c3990f5fa8e53df11f4500432b01318f626b
|