Skip to main content
Glama

MCP Server for eSignatures

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

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!

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

사용자 친화적인 인터페이스를 통해 사용자 정의 옵션을 통해 계약서와 템플릿을 만들고, 보내고, 업데이트하고, 관리할 수 있도록 하여 전자 서명에 대한 계약 및 템플릿 관리를 용이하게 합니다.

  1. 도구
    1. 예시
      1. 계약서 초안 작성
      2. 계약서 보내기
      3. 템플릿 업데이트
      4. 템플릿 공동작업자 초대
    2. 설치하다
      1. 전자 서명 계정 만들기
      2. 클로드 데스크탑
      3. 입증
    3. 전자 서명 API 문서
      1. 전자 서명 지원
        1. 기여하다

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            Provides an interface to manage email marketing, contact lists, dynamic templates, and email analytics via SendGrid's API.
            Last updated -
            13
            18
          • A
            security
            F
            license
            A
            quality
            Enables sending emails via SMTP with template management, supporting multiple SMTP configurations, template creation with variable substitution, and bulk email sending with rate limiting.
            Last updated -
            11
            7
          • -
            security
            A
            license
            -
            quality
            A TypeScript-based document processing server that supports various document formats (.docx, .pdf, .xlsx) and integrates with Model Context Protocol SDK for efficient document context management.
            Last updated -
            683
            1
            MIT License
          • A
            security
            A
            license
            A
            quality
            Provides powerful Markdown document editing capabilities with thread-safe operations, atomic transactions, and comprehensive validation.
            Last updated -
            10
            1
            MIT License
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/esignaturescom/mcp-server-esignatures'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server