Enterprise DNA
M MCP Servers Developer low

esignaturescom/mcp-server-esignatures

by Various

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

E

MCP

esignaturescom/mcp-server-esignatures

Added 1 June 2026

Overview

An MCP server that wraps the eSignatures.com API, allowing AI agents to send documents for signature, check signing status, and manage templates. It uses the Model Context Protocol to expose these actions as tools for compatible AI assistants.

Best for

Best for
Developers building AI agents that need to send documents for e-signature without manual steps.

Use cases

  • Automate sending contracts or agreements for e-signature from an AI agent
  • Check the signing status of a document programmatically
  • List and select e-signature templates for reuse

How to use

Tools exposed

  • create_contract
  • query_contract
  • withdraw_contract
  • delete_contract
  • list_recent_contracts
  • add_contract_signer
  • update_contract_signer
  • resend_contract_signer_request
  • delete_contract_signer
  • query_contract_placeholder_fields
  • update_contract_placeholder_fields
  • query_contract_content
  • update_contract_content
  • create_template
  • update_template
  • update_template_content
  • query_template
  • query_template_content
  • delete_template
  • list_templates

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "mcp-server-esignatures": {\n      "command": "uvx",\n      "args": [\n        "mcp-server-esignatures"\n      ],\n      "env": {\n        "ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"\n      }\n    }\n  }\n}

Notes

An MCP server that wraps the eSignatures.com API, allowing AI agents to send documents for signature, check signing status, and manage templates. It uses the Model Context Protocol to expose these actions as tools for compatible AI assistants.

37 stars on GitHub. Last updated 2026-05-31. Licensed MIT.

Use cases

  • Automate sending contracts or agreements for e-signature from an AI agent
  • Check the signing status of a document programmatically
  • List and select e-signature templates for reuse

Pros

  • Simple integration with any MCP-compatible AI client
  • Written in Python, easy to extend or debug
  • Directly connects to a live e-signature service

Cons

  • Requires an active eSignatures.com account and API key
  • Limited to the features exposed by the eSignatures.com API
  • Small community (37 stars) may mean slower support or fewer examples

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Simple integration with any MCP-compatible AI client
  • Written in Python, easy to extend or debug
  • Directly connects to a live e-signature service

Cons

  • Requires an active eSignatures.com account and API key
  • Limited to the features exposed by the eSignatures.com API
  • Small community (37 stars) may mean slower support or fewer examples
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks