MCP HubMCP Hub
esignaturescom

mcp-server-esignatures

by: esignaturescom

MCP server for eSignatures (https://esignatures.com)

13created 25/01/2025
Visit
eSignatures

📌Overview

Purpose: The MCP server for eSignatures aims to streamline the process of creating, managing, and executing electronic contracts and templates efficiently.

Overview: The MCP server provides a robust framework for handling eSignatures through an intuitive set of tools designed for contract creation, template management, and collaboration. It facilitates the entire lifecycle of contracts from drafting to finalizations, ensuring compliance and ease of use.

Key Features:

  • Contract Management: Enables users to create, query, withdraw, and delete contracts, making it simple to manage multiple contract statuses and revisions.

  • Template Creation and Management: Allows users to create and update contract templates, query template information, and manage collaborators, thus supporting organized and efficient document workflows.


mcp-server-esignatures MCP Server

MCP server for eSignatures (https://esignatures.com)

Tools

ToolCategoryDescription
create_contractContractsDraft for review or send contract
query_contractContractsRetrieve contract info
withdraw_contractContractsWithdraw an unsigned contract
delete_contractContractsDelete a draft or test contract
list_recent_contractsContractsList the recent contracts
create_templateTemplatesCreate a new contract template
update_templateTemplatesUpdate an existing template
query_templateTemplatesRetrieve template content and info
delete_templateTemplatesDelete a template
list_templatesTemplatesList all your templates
add_template_collaboratorCollaboratorsInvite someone to edit a template
remove_template_collaboratorCollaboratorsRevoke template editing rights
list_template_collaboratorsCollaboratorsView who can edit a template

Examples

Creating a Draft Contract

Generate a draft NDA contract for a publisher, which I can review and send. Signer: John Doe, ACME Corp, john@acme.com

Sending a Contract

Send an NDA based on my template to John Doe, ACME Corp, john@acme.com. Set the term to 2 years.

Updating Templates

Review my templates for legal compliance, and ask me about updating each one individually.

Inviting Template Collaborators

Invite John Doe to edit the NDA template, email: 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 Configuration

  • 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

Set the ESIGNATURES_SECRET_TOKEN environment variable with your eSignatures API secret token to use this server.

eSignatures API Documentation

For a detailed guide on API endpoints, parameters, and responses, see https://esignatures.com/docs/api.

eSignatures Support

For support, please visit https://esignatures.com/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. Guidelines:

  • Bug Reports: Open an issue to report bugs.
  • 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.

For major changes, please open an issue first to discuss. We look forward to your contributions!