Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Esignatures

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

    30 stars
    Python
    Updated Oct 12, 2025

    Table of Contents

    • Tools
    • Examples
    • Creating a draft contract
    • Sending a contract from a template
    • Creating a new contract
    • Adding a signer to a contract
    • Editing an active contract's wording
    • Editing an existing template
    • Reviewing templates
    • Finding the right template
    • Managing contracts
    • Updating signer details
    • Inviting template collaborators
    • Install
    • Create an eSignatures account
    • Claude Desktop
    • Published Servers Configuration
    • Authentication
    • eSignatures API Documentation
    • eSignatures Support
    • Contributing

    Table of Contents

    • Tools
    • Examples
    • Creating a draft contract
    • Sending a contract from a template
    • Creating a new contract
    • Adding a signer to a contract
    • Editing an active contract's wording
    • Editing an existing template
    • Reviewing templates
    • Finding the right template
    • Managing contracts
    • Updating signer details
    • Inviting template collaborators
    • Install
    • Create an eSignatures account
    • Claude Desktop
    • Published Servers Configuration
    • Authentication
    • eSignatures API Documentation
    • eSignatures Support
    • Contributing

    Documentation

    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 active contract
    delete_contractContractsDelete a draft or test contract
    list_recent_contractsContractsList the recent contracts
    add_contract_signerSignersAdd a signer to an existing contract
    update_contract_signerSignersUpdate an existing signer's contact details
    resend_contract_signer_requestSignersSend or resend the sign request to a signer
    delete_contract_signerSignersRemove a signer from a contract
    query_contract_placeholder_fieldsPlaceholdersGet a contract's placeholder field values
    update_contract_placeholder_fieldsPlaceholdersUpdate an active contract's placeholder fields
    query_contract_contentContentGet a contract's content in Markdown format
    update_contract_contentContentEdit an active contract's body via find/replace
    create_templateTemplatesCreate a new contract template (Markdown body)
    update_templateTemplatesUpdate an existing template's title/labels
    update_template_contentTemplatesEdit a template's Markdown body via find/replace
    query_templateTemplatesRetrieve template metadata
    query_template_contentTemplatesRetrieve a template's Markdown body
    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

    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.

    Adding a signer to a contract

    Add Jane Smith from ACME Corp (jane@acme.com) as a signer on the NDA contract, then send her the signature request.

    Editing an active contract's wording

    On the NDA, change the rental term to 24 months and remove the jurisdiction section.

    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

    code
    "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

    code
    "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!

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MA

      Mayamcp

      Python·
      27
    • BI

      Biothings Mcp

      Python·
      25
    • GG

      Gget Mcp

      Python·
      17
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k